223. A-A-N

Holt’s linear trend

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

Given

  • Smoothing parameters: 𝛼=0.5, 𝛽=0.4
  • 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):

𝑥̂𝑡+|𝑡=𝑙𝑡+𝑏𝑡

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

Step 2 — apply at 𝑡=1

𝜇1=12+0.5=12.5𝜀1=𝑥1𝜇1=1212.5=0.5𝑙1=12+0.5+0.5(0.5)=12.25𝑏1=0.5+0.4(0.5)=0.3

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.50.512.250.3
21012.552.5511.2750.72
3810.5552.5559.27751.742
4117.53553.46459.26770.3562
5148.91165.088411.45581.6792
61213.1351.13512.56751.2252
7913.79274.792711.39630.6919
81310.70452.295511.85220.2263
91612.07863.921414.03931.7949
101415.83421.834214.91711.0612
111115.97834.978313.48920.9301
121512.55912.440913.77950.0463
131813.82584.174215.91291.716
141617.62891.628916.81441.0644
151317.87884.878815.43940.8871
161714.55232.447715.77610.092