Cointegration
Cointegration
If the variables are cointegrated, the OLS estimates will yield ”super
consistent” parameters β0 and β1 , as they converge faster than they do
using stationary variables. (Watson-1987)
The Augmented Dickey Fuller Statistics are not valid for the residuals unit
root test. Why? The residuals are not observable.
Step 2
Estimate the Error correction model - Short Run Model
Model Diagnostics
Example - Trade: Method 1
Overview
Variables: Exports (Xt ) - Imports (Mt ) for Canada . 1961Q1 - 2005Q4
Step 1:
Check for Stationarity:Both variables have to be integrated of the same
order.
After checking stationarity:
Estimate the long run model
Xt = β0 + β1 Mt + t
We will put aside the table and implement the cointegration tests provided by
Stata.
Conduct the Engle and Granger test using the egranger command in stata
you need to install the option in stata
Some Observations
Granger test is a Residual-Based Test for Cointegration
The test is simply a unit root tests applied to the series residuals
The null hypothesis is: ”Series are NOT cointegrated”. Therefore,
rejecting the Null hypothesis will result in our series being cointegrated.
Error Correction Model
We have already estimated the Long Run Model
Variables are non-stationary in levels, but are cointegrated:
Xt = β0 + β1 Mt + t
Now lets estimate the Short Run Model - Error Correction Model
For the short run model, the variables need to be in differences - stationary
form.
We need to incorporate to the model the error correction term, which are
the residuals of the long run regression but lagged one period.
t −1 = Xt − β0 − β1 Mt −1 (1)
Model
Variable
Long Run p-value Short Run p-value
C -0.4536 0.0041 0.0009 0.0000
Mt 1.0204 0.0000 0.6381 0.0000
ECT n/a n/a -0.1165 0.0006
The ECT is statistically significant.
The coefficient of the ECT is -0.1165, suggesting that almost 12% of the
discrepancy between the long run and the short run is corrected within a
quarter.
Short Run - Model Diagnostics