Granger Causality
Granger Causality is a method to check causality (i.e. cause and effect relationship) between two variables in a time series. It is a statistical hypothesis test of whether one time series is useful in predicting the other. According to Granger causality, if a signal X1 causes a signal X2, then past values of X1 should contain information that helps predict X2 above and beyond the information contained in past values of X2 alone.
Granger causality relationship assumes that:
-
The cause happens prior to its effect.
-
The cause has unique information about the future values of its effect.
Given these two assumptions about causality, Granger proposed to test the following hypothesis for identification of a causal effect of X on Y:
P [Y(t+1) ∈ A | I (t) ] ≠ P [Y(t+1) ∈ A | I-X (t) ]
Where P refers to probability, A is an arbitrary non-empty set, I(t) and I-X (t) respectively denote the information available as of the time in the entire universe, and that in the modified universe in which X is excluded. If the above hypothesis is accepted, we say that X Granger-causes Y.