2.2.4.2.2 Algorithm for Single Exponential Smoothing
Single Exponential Model
- where
is the level(mean) component at time
. The parameter
controls the weight of smoothing.
and
are data value and fitted value at time
.
is estimated as the mean deviation.
Weights by Optimal ARIMA
Use an ARIMA (0,1,1) model to fit the data. With the parameters
, calcualte
.



