milktrader

Results 19 issues of milktrader

Since I'm already starting this on other packages, I may as well bring this one into the fold.

enhancement

Besides the test suite, we should begin benchmarking that not only do we get the correct answer, but we get it fast.

enhancement

``` julia julia> arima(cl.values, 2,1,2) ERROR: no method arima_statespace(Array{Float64,1}, Float64, Array{Float64,1}) in build at /Users/Administrator/.julia/v0.3/TimeModels/src/ARIMA.jl:34 in objective at /Users/Administrator/.julia/v0.3/TimeModels/src/Kalman.jl:182 in nelder_mead at /Users/Administrator/.julia/v0.3/Optim/src/nelder_mead.jl:66 in optimize at /Users/Administrator/.julia/v0.3/Optim/src/optimize.jl:402 in fit at...

The [TimeSeriesQueries](https://github.com/milktrader/TimeSeriesQueries.jl) unregistered package provides SQL-like query syntax of TimeSeries TimeArray objects. Passing tests and documentation are complete. Here is a quick [screencast](https://asciinema.org/a/9zxrxfj8gca52gxppysz2vlhi)

https://github.com/JuliaPlots/StatPlots.jl/issues/37#issuecomment-277462579

implement

https://github.com/JuliaStats/TimeSeries.jl/pull/298 NEWS.md now reflects this issue as bumping version to 0.9.2 but not tagging until documentation completed.

This has just gotten registered so just want to throw this out for possible implementation down the road. https://github.com/JuliaStats/NullableArrays.jl

speculative

About a year ago I was advocating for time type row indices to be supported versus restricting them to `Int`. At that time, the general consensus was that it would...