Tutorial 3 Solution
Tutorial 3 Solution
1. When α =1, the single exponential smoothing approaches the naïve model.
Lt =α Y t + ( 1−α ) Lt −1
F t+1 =Lt
If α =1;
Lt =1Y t + ( 1−1 ) Lt−1
F t+1 =Lt
F t+1 =Y t
2. An exponential model is developed not based on any specific theory. The parameter
is determined based on solely of the minimum error measure. The error terms tend
to be biased.
3. Given a single randomless series 2, 4, 6, 8, 10, 12, 14, 16, 18, and 20.
α 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
SSE 638.74 381.95 243.59 169.82 117.40 87.31 67.28 53.39 43.40 36.00
MAPE 63.87 53.08 45.05 38.97 34.29 30.59 27.62 25.18 23.15 21.43
MAPE 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
(c) Clearly Holt’s method is better as it allows for the trend/growth in the data.
1
4. Based on time series plot of the series, we decide to use Holt-Winters’ Multiplicative
model.
T 68
T+h y-hat
h 1 69 159.21
2 70 161.51
3 71 163.81
4 72 166.11
5 73 168.41
6 74 170.71
7 75 173.01
8 76 175.31
9 77 177.61
10 78 179.91
11 79 182.21
2
12 80 184.51
13 81 186.81
14 82 189.11
15 83 191.41
16 84 193.71
6. The data provided in Q1.xls file is monthly data between Jan 2001 and Dec 2012.
120
100
80
60
40
20
0
0 1 0 1 0 2 0 2 0 3 0 3 0 4 0 5 0 5 0 6 0 6 0 7 0 8 0 8 09 0 9 10 1 0 1 1 1 2 1 2
an- ug- ar- ct- ay- ec- Jul- eb- ep- pr- ov- un- an- ug- ar- ct- ay- ec- Jul- eb- ep-
J A M O M D F S A N J J A M O M D F S
Linear:
Dependent Variable: Y
Method: Least Squares
3
Quadratic:
Dependent Variable: Y
Method: Least Squares
Exponential:
Dependent Variable: Y
Method: Least Squares
Date: 10/18/12 Time: 13:54
Sample: 2001M01 2010M12
Included observations: 120
Convergence achieved after 11 iterations
Y=C(1)*EXP(C(2)*T)
b) Based on AIC and SIC, compare the in-sample estimation results in (a).
Quadratic trend model produces the smallest AIC and SIC for in sample
estimate.
4
c) Generate point forecasts as well as 95% forecast intervals for 2011 and 2012
using all models specified in (a).
Linear:
120
Forecast: YF
115 Actual: Y
Forecast sample: 2011M01 2012M12
110 Included observations: 24
Root Mean Squared Error 9.574793
105 Mean Absolute Error 9.246030
Mean Abs. Percent Error 9.863647
100 Theil Inequality Coefficient 0.048744
Bias Proportion 0.932506
95 Variance Proportion 0.034245
Covariance Proportion 0.033248
90
85
I II III IV I II III IV
2011 2012
YF ± 2 S.E.
Manual calculation for point forecasts: (do via similar way for other models).
5
Dec-12 97.01 144.00 109.30 -12.29 151.07 12.67
MSE MAPE
91.6757 9.8636
Manual calculation for 95% forecast intervals*: (do via similar way for other models).
* y t +h∨T ± 1.96 σ^ h
6
Quadratic:
96
Forecast: YF
Actual: Y
94 Forecast sample: 2011M01 2012M12
Included observations: 24
Root Mean Squared Error 2.800634
92 Mean Absolute Error 2.485640
Mean Abs. Percent Error 2.630536
Theil Inequality Coefficient 0.015162
90
Bias Proportion 0.731617
Variance Proportion 0.153960
88 Covariance Proportion 0.114423
86
I II III IV I II III IV
2011 2012
YF ± 2 S.E.
Exponential:
140
Forecast: YF
Actual: Y
130
Forecast sample: 2011M01 2012M12
Included observations: 24
120 Root Mean Squared Error 17.78781
Mean Absolute Error 17.08401
110 Mean Abs. Percent Error 18.19358
Theil Inequality Coefficient 0.087030
100
Bias Proportion 0.922433
Variance Proportion 0.061653
Covariance Proportion 0.015914
90
80
I II III IV I II III IV
2011 2012
YF ± 2 S.E.
d) Evaluate out-of-sample forecast accuracy for all models based on MSE and
MAPE.
MSE and MAPE for each model are given in (c). Quadratic trend model
produces the most accurate forecasts. Exponential trend model on the
other hand produces the worst forecasts.
7
7. (a) Y t =S t ×T t × E t .
Des Y t = ^β 0+ β^ 1 t+ β^ 1 t .
(d) Produce forecast of seasonally adjusted series, ^
2