A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Vector Autoregression (VAR) Models and Impulse Responses

College Depth 126 in the knowledge graph I know this Set as goal
2topics build on this
907prerequisites beneath it
See this on the map →
Autoregressive (AR) Models and Order SelectionEigenvalues and Eigenvectors+1 moreARIMA Models and Time Series Forecasting
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

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric 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 VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Multiple RegressionInterpreting Regression CoefficientsHypothesis Testing in RegressionF-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: 127 steps · 907 total prerequisite topics

Prerequisites (3)

Leads To (1)