milktrader
milktrader
https://github.com/JuliaStats/TimeModels.jl/issues/23
Correct me if I'm wrong, but I understand NLOpt is a porting of an existing non-linear optimization library while Optim is a pure Julia implementation. If there is functionality in...
I think the normality tests should probably live in StatsBase
`jbtest` has been moved from the test/ directory to a new file named `diagnostic_tests.jl`, where these tests will live. (the name for the new file is a bit awkward but...
Which ones? I'll mark them off here
Yes, your PR is welcome!
+1 for PGM.jl
Yes, I think this important functionality belongs in a separate package. Some other possible names ... - `TimeSeriesTools` (this might be too general) - `TimeSeriesStreams` `TimeSeriesIO` is actually not bad...
Why not have DataStreams.jl support TimeSeries, like it supports DataFrames? DataFrames does not support DataStreams.jl
I'd be interested in this implementation. How would it look like? I need to finally get into the nuts and bolts of OnlineStats.jl and though we don't need to compete,...