I started off using Granger causality test but since the two time series are not stationary and are also co-integrated. Is there another causality test that I can perform which is similar to Granger causality but works on non-stationary time series as well
Asked
Active
Viewed 59 times
0
-
Do you have "Causal" causality or Granger causality in mind? The difference is explained [here](https://stats.stackexchange.com/a/144453/7071). If it's the first, then probably not, unless the circumstances are fairly unusual. – dimitriy Mar 26 '21 at 04:38
-
I'm looking for a way to show that X causes Y (does not have to be granger causality). Or at least some way that gets me close to saying that. – hussamh10 Mar 26 '21 at 04:43
-
I'm not very knowledgeable on time series, but since granger causality seems to only work on stationary time series and more often than not practical time series are non-stationary doesn't it make granger causility applicable on a niche or is it almost always required to convert stationary to non-stationary time series? – hussamh10 Mar 26 '21 at 04:51
-
Unfortunately, Granger causality has very little to do with causality. It's a misnaming from a time when we were less careful about such things and has led to much confusion. It does have its uses in forecasting. However, without additional context that provides some restrictions, there is no rigorous procedure that recovers causal relationships from data, stationary or non-stationary. – dimitriy Mar 26 '21 at 04:58
-
Ok that does clear things up a bit. Thanks a lot for the help! – hussamh10 Mar 26 '21 at 04:59
-
Granger causality *does* work in your setting; see Dave Gile ["Testing for Granger Causality"](https://davegiles.blogspot.com/2011/04/testing-for-granger-causality.html). – Richard Hardy Mar 26 '21 at 07:25