Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structural time series models #60

Open
GordStephen opened this issue Dec 28, 2015 · 1 comment
Open

Structural time series models #60

GordStephen opened this issue Dec 28, 2015 · 1 comment

Comments

@GordStephen
Copy link
Contributor

Since structural time series models only require fitting process and observation error variance parameters (unlike ARIMA models, for example), the gradient of the log-likelihood function can be computed analytically, providing more efficient parameter estimation than gradient-free ML optimization or EM estimation (which requires repeated smoothing), the two techniques currently implemented here.

I have a very minimal local level + linear regression model with diffuse state initialization up and running at https://github.com/GordStephen/TinyTimeModels.jl - ultimately I think it would be very cool to have a modular structural time series model interface here that would allow for mixing and matching particular components (local level or linear trend random walks, seasonal trends, regression terms, etc).

@milktrader
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants