Vector Autoregression (VAR) Models and Impulse Responses

College Depth 94 in the knowledge graph I know this Set as goal
Unlocks 2 downstream topics
time-series var multivariate

Core Idea

A VAR(p) model extends AR to multiple series where each variable depends on its own and all other variables' lags. VARs capture dynamic cross-variable relationships without imposing strong identifying assumptions. Impulse responses show shock propagation; forecast error variance decomposition quantifies each variable's contribution to forecast error in others.

Explainer

You already know that an AR(p) model lets a variable predict its own future values using its own past — GDP this quarter depends on GDP last quarter and the quarter before. The VAR(p) model is the natural multivariate generalization: let each variable in a system depend on its own lags *and* the lags of all other variables in the system. For a two-variable system with GDP growth (y₁) and inflation (y₂), a VAR(1) writes: y₁,t = α₁₀ + α₁₁y₁,t₋₁ + α₁₂y₂,t₋₁ + ε₁,t and y₂,t = α₂₀ + α₂₁y₁,t₋₁ + α₂₂y₂,t₋₁ + ε₂,t. The off-diagonal coefficients (α₁₂ and α₂₁) capture cross-variable dynamics: does last quarter's inflation predict this quarter's GDP growth? Each equation is a standard OLS regression, so estimation is straightforward once you choose the lag length p (typically selected by AIC or BIC).

The real power of VARs emerges through impulse response functions (IRFs). An IRF traces the effect of a one-standard-deviation shock to one variable on all variables in the system over subsequent periods. A monetary policy shock — a surprise interest rate increase — reverberates through output, prices, and exchange rates in ways that play out over quarters. The IRF lets you plot these propagation paths. Your eigenvalue knowledge is critical here: the stability of the VAR requires that all eigenvalues of the companion matrix lie inside the unit circle. If any eigenvalue has modulus ≥ 1, the system explodes rather than settling back to equilibrium — the same stationarity requirement you encountered in the univariate AR model, now generalized to a matrix condition.

The deeper challenge with VARs is identification. The residuals ε₁,t and ε₂,t are typically correlated — a simultaneous GDP shock and inflation shock may be triggered by the same underlying event. To interpret impulse responses causally, you need to assign the correlation to one side or the other — to say which shock causes which contemporaneous movement. The most common approach is Cholesky ordering: variables listed first are assumed to respond only to their own shock contemporaneously, while variables listed later can respond immediately to shocks above them in the ordering. This ordering imposes a triangular structure on the impact matrix and is not neutral — swapping the order of GDP and inflation changes the impulse responses. More sophisticated identification uses economic theory (long-run restrictions, sign restrictions, or external instruments) to achieve identification without imposing an arbitrary ordering.

Forecast error variance decomposition (FEVD) complements IRFs by answering: at a given forecast horizon, what fraction of the uncertainty in variable i is attributable to shocks in variable j? At short horizons, most of a variable's forecast error variance is typically explained by its own shocks. As the horizon extends, cross-variable contributions grow. In a monetary VAR, the FEVD might show that monetary policy shocks explain only 5% of output variance at one quarter but 20% at eight quarters — the dynamics take time to work through. Together, IRFs and FEVDs give a rich picture of how shocks propagate and linger in a dynamic multivariate system, making VARs the workhorse tool for empirical macroeconomics.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesNormal DistributionCentral Limit TheoremConfidence Intervals for MeansZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsOne-Way ANOVAF-Test and Joint SignificanceR-Squared and Model FitOmitted Variable BiasCausal Inference and the Identification ProblemPotential Outcomes and the Rubin Causal ModelSelection BiasInstrumental VariablesDynamic Panel Models and Arellano-Bond/Blundell-Bond EstimationDynamic Panel Models: Arellano-Bond EstimatorFirst-Difference Estimator for Panel DataWithin Estimator (Fixed Effects) for Panel DataBetween and Random Effects Estimators for Panel DataHausman Test: Fixed Effects Versus Random EffectsDynamic Panel Models and System GMM EstimationVector Autoregression (VAR) Models and Impulse Responses

Longest path: 95 steps · 526 total prerequisite topics

Prerequisites (3)

Leads To (1)