Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Econometrics›Vector Autoregression (VAR)
Regression modelEconometrics / time series

Vector Autoregression (VAR)

Vector Autoregression Model · Also known as: VAR, VAR model, vector autoregressive model, multivariate autoregression

Vector Autoregression is a multivariate time-series model in which each variable is regressed on its own lags and the lags of all other variables in the system. Originally proposed by Sims (1980) as a data-driven alternative to large structural macroeconomic models, VAR has become the standard workhorse for dynamic analysis in empirical economics and finance.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Vector Autoregression
ARIMA modelARMA modelGranger Causality TestStructural VARVector Error Correction…ARCH modelAutoregressive modelBayesian AR modelBayesian ARIMA modelBayesian ARMA model

+36 more

When to use it

Use VAR when you have two or more stationary time series that are theoretically interrelated and you want to study their mutual dynamic interactions without imposing tight a-priori restrictions. It is well-suited for short-horizon forecasting of economic and financial series and for Granger-causality testing. Ensure all series are I(0) before entering the model; if variables are cointegrated, prefer the Vector Error Correction Model (VECM) to avoid misspecification. Avoid VAR when the system contains more than eight or ten variables, as the parameter count grows quadratically with the number of series and degrees of freedom evaporate rapidly.

Strengths & limitations

Strengths
  • Treats all variables as jointly endogenous, avoiding arbitrary exogeneity assumptions.
  • Produces reliable multi-step-ahead forecasts that often outperform structural models.
  • Provides a coherent framework for Granger-causality tests, impulse-response analysis, and variance decompositions.
  • Each equation is estimated by simple OLS, making implementation straightforward.
  • Flexible lag structure allows the data to determine the persistence of each relationship.
Limitations
  • Parameter proliferation: a VAR(p) with k variables requires k + pk² parameters, making large systems highly over-parameterised.
  • IRFs are not uniquely identified without additional restrictions; a Cholesky decomposition or sign restrictions must be imposed, introducing researcher judgement.
  • Requires all variables to be stationary; non-stationary inputs produce spurious inference unless a VECM is used instead.
  • Reduced-form VAR coefficients have no direct structural interpretation on their own.

Frequently asked

How do I choose the lag length for a VAR?

Estimate the model for a range of lags (e.g. 1 to 8) and pick the lag that minimises an information criterion — AIC favours model fit and is common in forecasting contexts, while BIC imposes a heavier penalty for additional lags and is preferred when parsimony matters. Always check residual autocorrelation tests afterwards to confirm the chosen lag adequately captures the dynamics.

When should I use VECM instead of VAR?

If Johansen or Engle-Granger tests indicate that the variables share one or more cointegrating relationships, a VAR in first differences is misspecified because it discards the long-run error-correction mechanism. Use a VECM, which nests the VAR dynamics while explicitly modelling the cointegrating relationship and the speed of adjustment back to the long-run equilibrium.

What is the difference between a reduced-form VAR and a structural VAR?

A reduced-form (standard) VAR estimates each equation by OLS with no restrictions other than the lag structure, so its error terms are linear combinations of the underlying structural shocks and cannot be given a direct economic interpretation. A structural VAR (SVAR) imposes identifying restrictions — typically a Cholesky ordering, sign restrictions, or long-run restrictions — to recover the economically meaningful shocks and produce interpretable impulse responses.

How many variables can I include in a VAR?

As a practical rule, keep the number of variables small relative to sample size. A VAR(p) with k variables has k(1 + kp) parameters; with, say, k = 6 variables and p = 4 lags, that is 150 parameters — a substantial burden for any sample shorter than a few hundred observations. Bayesian VAR (BVAR) with shrinkage priors is the standard remedy when a larger system is required.

Does variable ordering matter for impulse-response analysis?

It matters for Cholesky-decomposition IRFs, where the variable listed first is assumed to respond to contemporaneous shocks from no other variable. A different ordering assigns contemporaneous effects differently and can produce noticeably different IRFs. To assess sensitivity, compare IRFs across orderings; if results are robust, the ordering is less critical. Alternatively, use sign restrictions or external instruments to identify shocks without relying on ordering.

Sources

  1. Sims, C. A. (1980). Macroeconomics and Reality. Econometrica, 48(1), 1–48. DOI: 10.2307/1912017 ↗
  2. Lütkepohl, H. (2005). New Introduction to Multiple Time Series Analysis. Springer. ISBN: 978-3540401728

How to cite this page

ScholarGate. (2026, June 3). Vector Autoregression Model. ScholarGate. https://scholargate.app/en/econometrics/vector-autoregression

Related methods

ARIMA modelARMA modelGranger Causality TestStructural VARVector Error Correction Model

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • ARIMA modelEconometrics↔ compare
  • ARMA modelEconometrics↔ compare
  • Granger Causality TestEconometrics↔ compare
  • Structural VAREconometrics↔ compare
  • Vector Error Correction ModelEconometrics↔ compare
Compare side by side →

Referenced by

ARCH modelARIMA modelARMA modelAutoregressive modelBayesian AR modelBayesian ARIMA modelBayesian ARMA modelBayesian DCC-GARCHBayesian Granger CausalityBayesian SVAR modelBayesian Toda-Yamamoto CausalityBayesian VAR modelDCC-GARCH modelEGARCH modelFourier DCC-GARCHFourier Granger CausalityFourier VAR modelGranger Causality TestMarkov-Switching ModelMarkov-Switching MultifractalMoving Average ModelNonlinear GARCH modelNonlinear Granger CausalityNonlinear SVAR ModelNonlinear VAR ModelPanel ARIMA modelPanel ARMA modelPanel DCC-GARCHPanel GARCH modelPanel SVAR modelQuantile-on-Quantile RegressionRobust DCC-GARCHRobust SVAR modelSARIMA modelStructural break DCC-GARCHStructural Break Granger CausalityStructural Break OLSStructural Break Toda-Yamamoto CausalityStructural Break VAR ModelStructural VARTGARCH modelTime-varying parameter Granger causalityTime-varying parameter VAR modelToda-Yamamoto causality testVector Error Correction ModelZivot-Andrews Structural Break Test

Similar methods

VAR ModelStructural VARVector Error Correction ModelSVARStructural Break VAR ModelRobust VAR modelPanel SVAR modelImpulse Response Function

Related reference concepts

Mathematical and Quantitative MethodsMultiple or Simultaneous Equation Models • Multiple VariablesSingle Equation Models • Single VariablesEconometricsMultivariate Multiple RegressionEconometric Modeling

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Vector Autoregression (Vector Autoregression Model). Retrieved 2026-07-21 from https://scholargate.app/en/econometrics/vector-autoregression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Christopher A. Sims
Year
1980
Type
Multivariate time-series model
DataType
Multiple stationary time series (continuous)
Subfamily
Econometrics / time series
Related methods
ARIMA modelARMA modelGranger Causality TestStructural VARVector Error Correction Model
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account