2.2.4.3.2 Algorithm for Double Exponential Smoothing
NAG function nag_tsa_exp_smooth (g13amc) is used for double exponential smoothing[1].
Double Exponential Model
- where
is the level(mean),
is the trend component at time
. The parameters,
and
control the weight of smoothing.
,
and
are data value, fitted value and smoothed value at time
.
Weights by Optimal ARIMA
Use an ARIMA (0,2,2) model to fit the data. With the parameters
and
, calcualte
and
.
Forecast
Reference






