Lecture 7 - Spurious Regression and Cointegration
Lecture 7 - Spurious Regression and Cointegration
2022-12-02
Below we consider two code chunks, one for cross-section i.i.d. data,
and one for time series data that contains a unit root.
Below we consider two code chunks, one for cross-section i.i.d. data,
and one for time series data that contains a unit root.
In both cases X is unrelated to Y, yet when X and Y are time series
that contain a unit root, they appear to be significantly related.
Below we consider two code chunks, one for cross-section i.i.d. data,
and one for time series data that contains a unit root.
In both cases X is unrelated to Y, yet when X and Y are time series
that contain a unit root, they appear to be significantly related.
This illustrates the pitfalls of ignoring the time dimension of your data
and why the study of time series methods is of fundamental
importance for applied economists.
Note that for the above code chunk, there is no relationship between X
and Y which are both i.i.d. random variables, and the standard
procedures for statistical inference appears to reflect this fact and to be
sound.
Thus, if yt and xt are both I(1) and ut I(0), then the two series will be
cointegrated of order CI(1, 1) - The general definition of cointegration
as CI(d − b) by Engle and Granger (1987) does not necessarily mean
that d and b are integers but these can be fractional values
Thus, if yt and xt are both I(1) and ut I(0), then the two series will be
cointegrated of order CI(1, 1) - The general definition of cointegration
as CI(d − b) by Engle and Granger (1987) does not necessarily mean
that d and b are integers but these can be fractional values
Thus, in the case of fractional orders of integration, d and b such that
b > 0, and d > b, we experience fractional cointegration between yt
and xt
H0 : β1 = β2 = ... = βk = 0
for each equation. The null hypothesis is that xt does not Granger-cause yt
in the first equation, and that yt does not Granger-cause xt in the second
equation
Olusanya E. Olubusoye, Isaac Essi & OlaOluwaSpurious
S. Yaya Regression and Cointegration 2022-12-02 13 / 23
Cointegration - Granger Causality test