Tyler Beason

Results 37 issues of Tyler Beason

It would be cool if from the main menu there was an option to "view" the notebook AKA open it but do not execute cells. Perhaps then I could make...

Recently, meaning within the last few weeks, I cannot close Pluto anymore without experiencing a SEGFAULT. I use Windows Terminal + Git Bash for my Julia REPL experience and am...

For the majority of links on my page, I would prefer that they open in a new tab, which adds `target="_blank" rel="noopener noreferrer"` to the link definition. You can set...

enhancement
brainstorm

When using the `lm(X,y)` method, I believe there are potentially too strict type requirements on `X`. My use case is that I basically want to lazily add the `ones` column...

Right now, `mean` and `std` from Statistics return `missing` if the input has an element that is `missing`. `skewness` and `kurtosis` from this package error because their method signatures do...

bug

This is possibly related to #30, but not sure. I am integrating a function that is basically the Gamma PDF (very spiked near zero, but tapers off as x ->...

Assuming that my csv file is properly sorted, it would be great to be able to iterate through the groups (I'm imagining effectively doing `groupby(mycsvfile,"col1")`) in order to do aggregation...

new feature

I know, not nice to just drop in and suggest a new method, but I think this one looks promising. It's called fastKDE. It combines bandwidth selection and density estimation,...

There is an implicit assumption in the way `regtable` writes output. In my case, this is causing all of my tables (and additional computations) being printed to the screen twice....

It seems that `:adjr2` and `:dof_residual` do not work for `GLM.LinearModel` (blank output) My guess is that the `isdefined( blah , :adjr2)` is returning false. Perhaps need more functions in...