HoltWintersETS
HoltWintersETS is a family of time series forecasting models built on the exponential smoothing framework that incorporates error, trend, and seasonality components. The approach extends simple Holt-Winters methods by allowing different combinations of additive or multiplicative structures for each component, and by often including options for damped trends. It is commonly described within the ETS (Error, Trend, Seasonality) modeling framework, where a model is denoted by the triple of component types (for example, additive or multiplicative error, trend, and seasonality).
In HoltWintersETS, the observed series is assumed to follow a state-space form with level, trend, and seasonal
Estimation is typically performed through maximum likelihood or minimum-sum-of-squares procedures, often implemented via a Kalman filter