JuliaStats / TimeModels.jl

Modeling time series in Julia
Other
57 stars 28 forks source link

Move Kalman functionality to ElOceanografo/StateSpace.jl #54

Open GordStephen opened 8 years ago

GordStephen commented 8 years ago

That way TimeModels.jl can just focus on specifying particular time series models (ARIMA-family, structural time series, GARCH, etc) and providing algorithms and a nice interface for parameter estimates. More generally this would avoid duplicating development efforts as well.

Elements that would be removed here and rely on StateSpace.jl:

milktrader commented 8 years ago

I'm personally in favor of making TimeModels more modest with (as mentioned above) support for ARIMA, GARCH, and perhaps some tests that haven't found a home in StatsBase.

I have a list of those tests somewhere ...

milktrader commented 8 years ago

https://github.com/JuliaStats/TimeModels.jl/issues/23