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

Holt-Winter Model #322

Open
eoteroe opened this issue Oct 4, 2023 · 1 comment
Open

Holt-Winter Model #322

eoteroe opened this issue Oct 4, 2023 · 1 comment

Comments

@eoteroe
Copy link

eoteroe commented Oct 4, 2023

Hello, Any thoughts about adding Holt-Winters model?

@guilhermebodin
Copy link
Member

Hi @eoteroe, in practice, Holt-Winter and ETS are very similar, the differences are mostly based on how to estimate the parameters. All linear ETS models are implemented in the ExponentialSmoothing model https://lampspuc.github.io/StateSpaceModels.jl/latest/manual/#StateSpaceModels.ExponentialSmoothing

The link below provides better explanation.
https://robjhyndman.com/hyndsight/estimation2/index.html#:~:text=HoltWinters()%20is%20using%20heuristic,for%20the%20linear%20additive%20models).

For the moment there are no plans on adding Holt Winters.

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