We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Any thoughts about adding Holt-Winters model?
The text was updated successfully, but these errors were encountered:
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
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.
Sorry, something went wrong.
No branches or pull requests
Hello, Any thoughts about adding Holt-Winters model?
The text was updated successfully, but these errors were encountered: