|
Chapter Contents |
Previous |
Next |
| The VARMAX Procedure |



The implication of the I(2) model for the autoregressive representation is given by


| I(2) | I(1) | ||||||||||
| r \ k-r-s | k | k-1 | ... | 1 | |||||||
| 0 | H00 | H01 | ... | H0,k-1 | H0k | = | H00 | ||||
| 1 | H10 | ... | H1,k-2 | H1,k-1 | = | H10 | |||||
| k-1 | Hk-1,0 | Hk-1,1 | = | Hk-10 |
Johansen (1995a) proposed the two-step procedure to analyze the I(2)
model. In the first step, the values of
are estimated using the reduced rank regression analysis,
performing the regression analysis
,
, and yt-1 on
.This gives residuals R0t, R1t, and R2t and
residual product moment matrices


In the second step, if
are known, the values of
are determined using the reduced rank regression
analysis,
regressing
on
corrected for
and
.
The reduced rank regression analysis reduces to the solution of an eigenvalue problem for the equation


The solution gives eigenvalues
and eigenvectors
(v1, ... , vs). Then, the ML estimators are


The following statements are to test the rank test for the cointegrated order 2:
proc varmax data=simul2;
model y1 y2 / p=2 cointtest=(johansen=(iorder=2));
run;
| |||||||||||||||||||||||||||||||
The last two columns in Figure 4.38 explain the cointegration rank test with integrated order 1. The results indicate that there is the cointegrated relationship with the cointegration rank 1 with respect to a 0.05 significance level. Now, look at the row in the case of r=1. Compare the value to the critical value for the cointegrated order 2. There is no evidence that the series are integrated order 2 with a 0.05 significance level.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.