Are there any suggested approaches for using non-stationary series in a VAR model? As per otexts.org:
If the series are non-stationary we take differences to make them stationary and then we fit a VAR model (known as a “VAR in differences”).
Are there any other approaches for creating a forecasting model non-stationary series in a multivariate series?
Any leads on this would be helpful. I'm looking for implementing this model in R
.
Contents
hide
Best Answer
To use VAR model for non-stationary series, you have to test the cointegration If there is cointegration you use the model VECM Otherwise a VAR on the first differences of the variables
Similar Posts:
- Solved – Cointegration between two stationary processes
- Solved – Cointegration between two stationary processes
- Solved – Can simple exponential forecasting be used for a non stationary series
- Solved – Question on Stationary & Cointegration Test (Augmented Dickey Fuller & Engle Granger test)
- Solved – Help with cointegration problem