The concept can be further extended to higher-order exponential smoothing with an nth order polynomial model:
Here, error εt ∼ N(0,σ2) is normally distributed with 0 mean and σ2 variance. The exponential smoothers used for higher order are as follows:
Here, is weights for smoothers. Usually, higher-order exponential smoothing is not used in time as even for second order smoothing, the computation becomes very hard and approaches such as Autoregressive Integrated Moving Average (ARIMA) are utilized. It will be further discussed in Chapter 4, Auto Regressive Models.
Another very popular exponential smoothing is triple exponential smoothing. The triple exponential smoothing allows you to capture seasonality with level and trend. The relationship between levels, trends, and seasonality is defined using the...