Vector Autoregressive (VAR) Model

A generalization of the univariate model of an autoregressive process to a system of equations describing multivariate time series.

Background

The Vector Autoregressive (VAR) model is a powerful statistical tool used in econometrics for understanding the interdependencies among multiple time series data. Unlike univariate models which consider a single time series, VAR models simultaneously regress multiple variables on their own lagged values and the lagged values of every other variable in the system.

Historical Context

Developed initially by Christopher Sims in the early 1980s, the VAR model allowed economists and statisticians to treat all variables within the multivariable time series as endogenous. This marked a significant departure from traditional modeling that often differentiated between endogenous and exogenous variables.

Definitions and Concepts

A Vector Autoregressive model (VAR) is defined as a multivariate extension of the univariate autoregressive (AR) model. In a VAR model, each variable in the system is a linear function of its own past values and the past values of all other variables in the model.

The general form can be expressed as:

\[ Y_t = c + A_1 Y_{t-1} + A_2 Y_{t-2} + \ldots + A_p Y_{t-p} + \varepsilon_t \]

where:

  • \( Y_t \) is a (k x 1) vector of endogenous variables.
  • \( c \) is a (k x 1) vector of intercept terms.
  • \( A_i \) are (k x k) coefficient matrices for lag \( i \).
  • \( \varepsilon_t \) is a (k x 1) vector of error terms.

Major Analytical Frameworks

Classical Economics

VAR models have been used extensively to understand macroeconomic relationships and shocks, providing an empirical backbone to theories of economic fluctuations.

Neoclassical Economics

In this framework, VAR models help in exploring the dynamic relationship between macroeconomic variables such as output, interest rates, and prices without imposing restrictions based on theoretical models.

Keynesian Economics

Keynesian economists utilize VAR models to assess how changes in fiscal policy, monetary policy, and other exogenous shocks affect macroeconomic variables over time.

Marxian Economics

VAR models are employed to analyze the dynamic interactions among economic variables that are pertinent to Marxist economic theories, such as the relationships between different types of capital.

Institutional Economics

In institutional economics, VAR models assist in investigating how institutional changes impact economic variables, observing both short-term and long-term effects.

Behavioral Economics

These models are leveraged to explore how psychological factors and market sentiments influence the interactions among economic time series.

Post-Keynesian Economics

Post-Keynesian economists use VAR models to study the effects of policies and external economic shocks while considering the inherent uncertainties in the economy.

Austrian Economics

Though less common in Austrian economics, VAR models nonetheless can provide insights into the temporal structure of capital and business cycles.

Development Economics

VAR models are particularly useful for evaluating the impact of development policies and international aid on multiple economic indicators in developing countries.

Monetarism

Monetarists apply VAR models to study the impact of changes in the money supply on other macroeconomic variables such as inflation and unemployment.

Comparative Analysis

VAR models offer the advantage of modeling the dynamic relationship between multiple time series without requiring pre-specified causal linkages. However, they also require large datasets to estimate numerous parameters, making them sensitive to overfitting and multicollinearity issues.

Case Studies

In practice, VAR models have been used in various studies, for example:

  • Examining the effect of monetary policy on economic output and interest rates.
  • Analyzing the dynamic relationship between stock prices and corporate earnings.
  • Understanding the transmission mechanisms of fiscal policy shocks on aggregate demand.

Suggested Books for Further Studies

  1. Time Series Analysis by James D. Hamilton
  2. New Introduction to Multiple Time Series Analysis by Helmut Lütkepohl
  3. Applied Time Series Econometrics by Helmut Lütkepohl and Markus Krätzig
  • Univariate Autoregressive Model (AR): A model where a single time series is regressed on its past values.
  • Endogenous Variable: A variable that is determined within the model.
  • Exogenous Variable: A variable that influences endogenous variables but is determined outside the model.
  • Lagged Values: Past values of a variable used in regression to predict current values.
  • Impulse Response Function: A representation of the reaction of variables in a VAR model to external shocks.
  • Granger Causality: A statistical hypothesis test for determining whether one time series can predict another.

By reviewing the historical development, key definitions, and the analytical frameworks within which

$$$$

Quiz

### The Vector Autoregressive (VAR) model treats all variables as: - [x] Endogenous - [ ] Exogenous - [ ] Autonomous - [ ] Dependent > **Explanation:** In a VAR model, all variables are treated as endogenous, meaning each variable influences and is influenced by the others. ### Who developed the concept of the Vector Autoregressive (VAR) model? - [x] Christopher A. Sims - [ ] John Maynard Keynes - [ ] Robert Engle - [ ] Paul Samuelson > **Explanation:** Christopher A. Sims developed the VAR model as a tool for empirical macroeconomic analysis. ### What is an impulse response function (IRF)? - [x] Measures the reaction of a variable to a shock in another variable over time - [ ] Analyzes the cointegration among variables - [ ] Forecasts future values of a time series - [ ] Conducts statistical hypothesis testing > **Explanation:** The IRF measures the dynamic response of one variable due to a shock in another within the VAR framework. ### True or False: The VAR model is useful for forecasting multiple time series data. - [x] True - [ ] False > **Explanation:** VAR models are often employed to forecast the future behavior of interconnected time series variables. ### What is a key assumption of VAR models regarding the variables? - [ ] Variables are linearly dependent - [ ] Variables are exogenous - [x] Variables are mutually interdependent - [ ] Variables follow a Weibull distribution > **Explanation:** VAR models assume that all variables in the system are mutually interdependent. ### What extension of VAR models is used for cointegrated time series data? - [ ] GARCH - [x] VECM - [ ] ARCH - [ ] ADF > **Explanation:** Vector Error Correction Model (VECM) is used for cointegrated time series to capture both long-term and short-term dynamics. ### How does a VAR model handle lagged values? - [x] Models each variable as a linear function of its own lags and the lags of all other variables - [ ] Only models the first subsequent lag - [ ] Ignores lagged values - [ ] Uses moving averages > **Explanation:** The VAR model uses past values (lags) of all variables to model the current value of each variable. ### Which function in a VAR model decomposes forecast error variance? - [ ] Autocorrelation Function (ACF) - [x] Forecast Error Variance Decomposition (FEVD) - [ ] Partial Autocorrelation Function (PACF) - [ ] Impulse Response Function (IRF) > **Explanation:** FEVD decomposes the variance of the forecast error to understand the contribution of each variable over time. ### Which type of model should be used for non-stationary and cointegrated data? - [ ] ARIMA - [ ] Simple AR Model - [x] VECM - [ ] Holt-Winters > **Explanation:** For non-stationary cointegrated data, the Vector Error Correction Model (VECM) is used. ### What is the main advantage of using the VAR model? - [x] Captures dynamic interactions between multiple time series variables - [ ] Needs less data - [ ] Assumes all variables are exogenous - [ ] Simple to interpret without statistical knowledge > **Explanation:** The main advantage of the VAR model is its ability to capture the interdependent dynamic interactions among multiple variables.