Skip to content

Implement Additive and Multiplicative Holt-Winters Time Series Forecasting Algorithm

Notifications You must be signed in to change notification settings

aiyi2099/holtwint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository: holtwint

Implement the Additive and Multiplicative Holt-Winters Time Series Forecasting Algorithm

  • both the additive and multiplicative models are now implemented
  • values of (alpha, beta, gamma) can either be user-selected or optimally calculated via BFGS optimization using one-step-ahead-prediction MSD as the loss function
  • prediction intervals in addition to point estimates may be implemented in the future

About

Implement Additive and Multiplicative Holt-Winters Time Series Forecasting Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • R 6.9%