Cointegration - evidence of long-run or equilibrium relationships: yt = a + b*xt + u

With cointegration the residuals (i.e., u) from a regression are stationary.
Provided two time series are cointegrated, the short-term disequilibrium relationship between them can always be expressed in the error correction form.
Engle-Granger Two-Step approach
(1) Estimate long run relationship between yt and xt (i.e., estimte a and b)
(2) Incorporate residuals in a short run model:

DF: Delta(ut) = au + bu*u(t-1) + error
ADF: Delta(ut) = au + bu*u(t-1) + (lags of Delta ut) error

Use special tabulated critical values to test whether bu /= 0. If true, conclude that the residuals are stationary and therefore x and y are cointegrated. If we fail to reject that bu = 0, conclude that x and y are not cointegrated.

Consider two stocks: AAAPL, and MSFT. We want to see whether they are cointegrated. Treat AAPL = y and MSFT = x:.

MSFT = (23.86, 20.89, 20.13, 18.25, 16.05, 16.88, 19.19, 19.96, 21.89, 26.16);
AAPL = (141.97,135.81,125.83, 105.12, 89.31, 90.13,85.35,92.67,107.59,113.66);

Test Cointegration between 2 stocks

Std Dev X = 3.077

Std Dev Y = 20.267

Correlation Coefficient (X and Y) = 0.612

Intercept (a) = 26.831

Slope (b)= 4.03

Slope Std Error = 1.554

EG Intercept (au) =-3.876

EG Slope (bu) =-0.145

EG Cointegration Test=-0.76

###############################################

Augmented Dickey-Fuller Test Unit Root Test

###############################################

Critical Values: 1pct*** 5pct** 10pct*

----------------3.75***-3.00**-2.63*:

References

Engle R., and Granger, C.W. (1987) Co-Integration and Error Correction: Representation, Estimation, and Testing, Econometrica, Vol. 55, No. 2 (Mar., 1987), pp. 251-276 .

Chronology

Date || Version || Author.

07/11/09 || 1.0 || Razvan Pascalau