226. A-Ad-N

Damped linear trend

ETS(𝐴,Ad,𝑁)𝑥𝑡=𝑙𝑡1+𝜑𝑏𝑡1+𝜀𝑡𝑙𝑡=𝑙𝑡1+𝜑𝑏𝑡1+𝛼𝜀𝑡𝑏𝑡=𝜑𝑏𝑡1+𝛽𝜀𝑡𝑥̂𝑡+|𝑡=𝑙𝑡+(𝜑+𝜑2++𝜑)𝑏𝑡
Example: ETS(𝐴,Ad,𝑁)

Given

  • Smoothing parameters: 𝛼=0.5, 𝛽=0.4, 𝜑=0.8
  • Initial states: 𝑙0=12, 𝑏0=0.5
  • Data:
𝑡12345678910111213141516
x𝑡121081114129131614111518161317

Step 1 — formula

Observation:

𝑥𝑡=𝑙𝑡1+𝜑𝑏𝑡1+𝜀𝑡

Conditional mean (one-step-ahead forecast 𝑥̂𝑡|𝑡1=𝜇𝑡):

𝜇𝑡=𝑙𝑡1+𝜑𝑏𝑡1

Innovation:

𝜀𝑡=𝑥𝑡𝜇𝑡

State updates:

𝑙𝑡=𝑙𝑡1+𝜑𝑏𝑡1+𝛼𝜀𝑡𝑏𝑡=𝜑𝑏𝑡1+𝛽𝜀𝑡

Forecast steps ahead from time 𝑡 (using current-period states):

𝑥̂𝑡+|𝑡=𝑙𝑡+(𝜑+𝜑2++𝜑)𝑏𝑡

where {1,2,3,} is the forecast horizon (how many steps ahead).

Step 2 — apply at 𝑡=1

𝜇1=12+0.80.5=12.4𝜀1=𝑥1𝜇1=1212.4=0.4𝑙1=12+0.80.5+0.5(0.4)=12.2𝑏1=0.80.5+0.4(0.4)=0.24

Step 3 — iterate

Each column header is the equation that produced its values. Values rounded to 4 decimal places; arithmetic performed at full precision.

𝑡𝑥𝑡𝜇𝑡=𝑙𝑡1+𝜑𝑏𝑡1𝜀𝑡𝑙𝑡=𝑙𝑡1+𝜑𝑏𝑡1+𝛼𝜀𝑡𝑏𝑡=𝜑𝑏𝑡1+𝛽𝜀𝑡
11212.40.412.20.24
21012.3922.39211.1960.7648
3810.58422.58429.29211.6455
4117.97573.02439.48780.1067
5149.40254.597511.70121.7537
61213.10421.104212.55210.9613
7913.32114.321111.16050.9594
81310.3932.60711.69650.2753
91611.91674.083313.95841.8535
101415.44121.441214.72060.9063
111115.44574.445713.22281.0532
121512.38032.619713.69010.2053
131813.85444.145615.92721.8225
141617.38521.385216.69260.9039
151317.41574.415715.20791.0432
161714.37332.626715.68670.2161