Skip to content

GoodbyeKittyy/Triple-Exponential-Smoothing-Forecasting-Method

Repository files navigation

Description

Holt-Winters is a model of time series behavior. Forecasting always requires a model, and Holt-Winters is a way to model three aspects of the time series: a typical value (average), a slope (trend) over time, and a cyclical repeating pattern (seasonality).

The Holt-Winters method uses exponential smoothing to encode lots of values from the past and use them to predict “typical” values for the present and future. Exponential smoothing refers to the use of an exponentially weighted moving average (EWMA) to “smooth” a time series.

Please refer to the attached User Manual for steps on how to use the application.

Application Screenshot

image

About

Spreadsheet - Triple Exponential Smoothing Forecasting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages