Chapter 12 Part 2 - Arima Model Estimation - 2023
Chapter 12 Part 2 - Arima Model Estimation - 2023
1
11/30/2023
2
11/30/2023
3
11/30/2023
If the ACF has an abrupt down fall and PACF gradually tapers down and
approached 0 then it could be MA process
4
11/30/2023
Examples
AR(1, 0) Model
MA(0, 1) Model
Examples
5
11/30/2023
Special comments
11
Special comments
• Parsimony is desirable – use models with as few as terms as
possible
AIC and BIC criterion penalize number of terms in the model
Theoretical result – any high order MA model can be written as a
low order AR model and vice versa; e.g. an MA(6) can be closely
represented by an AR(1) or AR(2) model
• Key point – Above approach to model selection is based on in sample
fitting
• Need to compare all models on the basis of out-of sample forecasts
on holdout data.
Simpler ARIMA models seem to work better out of sample even
though they may not give the best fit.
Recall from early slides that fitting is different than forecasting.
• ARIMA models forecast can be pooled with those from other models
12
6
11/30/2023
0.2
0.1
0.0
LnSales_Diff1
-0.1
-0.2
-0.3
-0.4
-0.5
-0.6
1 19 38 57 76 95 114 133 152 171
Autocorrelation Function for LnSales_Diff1 Partial Autocorrelation Function for LnSales_Diff1
Index
(with 5% significance limits for the autocorrelations) (with 5% significance limits for the partial autocorrelations)
1.0 1.0
0.8 0.8
0.6 0.6
Partial Autocorrelation
0.4 0.4
Autocorrelation
0.2 0.2
0.0 0.0
-0.2 -0.2
-0.4 -0.4
-0.6 -0.6
-0.8 -0.8
-1.0 -1.0
1 5 10 15 20 25 30 35 40 45 1 5 10 15 20 25 30 35 40 45
Lag Lag
7
11/30/2023
8
11/30/2023
transforming y
17
18
9
11/30/2023
10
11/30/2023
23
11
11/30/2023
500
StDev
400
the 95% confidence interval
for λ (−0.55 to 0.42) does
300
not include 1, so a
200 transformation is
Limit
100
appropriate.
-3 -2 -1 0 1
λ
24
12
11/30/2023
26
ARIMA(0, 0, 2)
ARIMA(1, 0, 0)
Good? Check The mean
square errors, Residuals
Plot, Ljung-Box Q statistic 29
13
11/30/2023
31
14
11/30/2023
32
15