Andreas Noack
Andreas Noack
@kalmarek It's really a shame that this never was completed given all the work you put into this. So hereby my encouragement to resume the work.
Which version of Julia and the package are you using?
@stevengj Any thoughts on this?
Maybe use `nf = float(x.n)` in the calculations or compute the `log` of the standard deviation.
It's often used in time series analysis to test for normality of the residuals but you are right that the test isn't a time series test per se. Generally, we...
There is some iterator functionality for handling this in `DataArrays`. I don't know if it practical but I'd love to see some alternative way to specify this that isn't a...
What about just using several `@formula` arguments?
Please provide a complete example.
The key consideration here is how we generally provide a high and low level API's for regression models such that you can enjoy high level convenience while still having access...
I'm skeptical that this is right model. Parameter names are not needed for a low level API and they mainly make sense in connection with some kind of dataframe. In...