Double Exponential Smoothing extends Simple Exponential Smoothing (SES) by introducing a trend component (Trends in Time Series), allowing it to capture both the level and the trend of a time series.
It is governed by two smoothing parameters:
- : level smoothing
- : trend smoothing
Update equations:
- Level:
- Trend:
- Forecast:
This method is especially useful for datasets exhibiting consistent upward or downward trends.