Theory

Holt-Winters Exponential Smoothing (HWES)

Holt-Winters Exponential Smoothing (HWES), also called Triple Exponential Smoothing, models the next time step as an exponentially weighted linear function of observations at prior time steps, taking trends and seasonality into account. In addition to the α\alpha and β\beta smoothing factors, a third parameter called γ\gamma is added to control the influence of the seasonal component. Seasonality may be modeled as either an additive process (for a linear change in seasonality) or a multiplicative process (for an exponential change). This method is suitable for univariate time series with trend and/or seasonal components.

Image 0

0

3

Updated 2026-07-04

Tags

Data Science