Introduction To VAR Model
Introduction To VAR Model
In today's blog, you'll learn the basics of the vector autoregressive model.
We lay the foundation for getting started with this crucial multivariate time
series model and cover the important details including:
Data description.
Forecasting.
Structural inference.
Policy analysis.
However, more recently VAR models have been gaining traction in other
fields like epidemiology, medicine, and biology.
While reduced form models are the simplest of the VAR models, they do
come with disadvantages:
The optimal model is then the model VAR(p) which minimizes some lag
selection criteria. The most commonly used lag selection criteria are:
Akaike (AIC)
Schwarz-Bayesian (BIC)
Hannan-Quinn (HQ).
These methods are usually built into software and lag selection is almost
completely automated now.
Will be consistent.
Can be evaluated using traditional t-statistics and p-values.
Can be used to jointly test restrictions across multiple equations.
Forecasting
One of the most important functions of VAR models is to generate
forecasts. Forecasts are generated for VAR models using an iterative
forecasting algorithm:
Granger-causality statistics.
Impulse response functions.
Forecast error decompositions
Granger-causality statistics
As we previously discussed, Granger-causality statistics test whether one
variable is statistically significant when predicting another variable.
Intuitively, this measure helps us judge how much of an impact one variable has on
another variable in the VAR model and how intertwined our variables' dynamics are.
For example, if X is responsible for 85% of the forecast error variance of Y, it is
explaining a large amount of the forecast variation in X. However, if X is only
responsible for 20% of the forecast error variance of Y, much of the forecast error
variance of Y is left unexplained by X.
Conclusion
VAR models are an essential component of multivariate time series modeling. After
today's blog, you should have a better understanding of the fundamentals of the VAR
model including:
Further Reading
1. Introduction to the Fundamentals of Time Series Data and Analysis
2. The Intuition Behind Impulse Response Functions and Forecast Error
Variance Decomposition
3. Introduction to Granger Causality