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

Research Depth 116 in the knowledge graph I know this Set as goal
1,165prerequisites beneath it
See this on the map →
Eigenvalues and EigenvectorsMatrix Operations+26 more
time-series multivariate dynamics causal

Core Idea

Vector autoregression models capture dynamic interdependencies among multiple time series. Each variable is regressed on its own past values and the past values of all other variables. VARs reveal which variables Granger-cause others, and impulse-response functions show how a shock to one variable propagates through the system. VARs are used to study feedback loops in economic systems, policy dynamics, and social processes.

Explainer

From your time series prerequisites, you know how to model a single variable — say, GDP growth — using its own past values via an autoregressive (AR) model. But social and economic systems rarely evolve in isolation. GDP growth, unemployment, and inflation interact dynamically: a rise in unemployment may suppress inflation, which may prompt a policy rate cut, which may stimulate growth, which reduces unemployment. A Vector Autoregression (VAR) model handles this by running a system of AR equations simultaneously — one for each variable — where every variable in the system can depend on its own lags and the lags of every other variable.

The matrix representation connects directly to your linear algebra prerequisites. If you have k variables and p lags, the VAR(p) model is written as y_t = A_1 y_{t-1} + A_2 y_{t-2} + ... + A_p y_{t-p} + ε_t, where y_t is a k×1 vector of observations and each A_i is a k×k coefficient matrix. The eigenvalues of the companion matrix determine stability — for the system to be stationary (not explosive), all eigenvalues must lie inside the unit circle. This is exactly the stability analysis from your dynamical systems background applied to empirical data.

Granger causality is one of the key tools VAR provides. Variable X Granger-causes Y if past values of X help predict Y beyond what Y's own past already predicts — tested by whether the coefficients on lagged X in the Y equation are jointly significant. This is a statistical definition of predictive precedence, not philosophical causality, but it is a principled way to detect directional temporal relationships in observational data. From your causal inference prerequisites, you know this is not the same as establishing structural causation — Granger causality can be confounded by omitted variables.

Impulse response functions (IRFs) translate VAR coefficients into something interpretable: they trace how a one-unit shock to one variable ripples through the system over time. If you hit GDP with an unexpected positive shock, the IRF shows the predicted trajectory of GDP, unemployment, and inflation over the next several periods. The shape of these paths — does unemployment respond quickly or slowly? does the effect persist or decay? — is typically what researchers report. Because all variables affect all others, the shocks must be orthogonalized (usually via Cholesky decomposition) to separate their effects, which requires ordering decisions that encode causal assumptions. This is where the transition to structural VAR models begins.

What did you take from this?

Topics in reflective domains aren't scored by quiz answers. Read, reflect, and mark when you've thought it through.

Quiz me anyway →

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 IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesBoolean AlgebraIntroduction to Propositional LogicIntroduction to Predicate Logic (First-Order Logic)First-Order Logic SyntaxTerms and Atomic Formulas in FOLVariable Binding and ScopeOpen and Closed Formulas in First-Order LogicVariable Substitution and Capture-Avoidance in First-Order LogicQuantifier Instantiation Rules in First-Order Proof SystemsUniversal Quantification: Meaning and ScopeFree Variables and Bound VariablesSubstitution and Instantiation in Predicate LogicTerms and Atomic FormulasFormulas and Well-Formed ExpressionsStructures and InterpretationsModel Interpretation and SatisfactionInterpretation, Truth, and Satisfaction of FormulasLogical Consequence and EntailmentSoundness Theorem and Validity of Proof SystemsDeductive Reasoning and Formal Proof SystemsFirst-Order ResolutionPropositional ResolutionSemantic Tableaux (Propositional)Semantic Tableaux (First-Order)Decidable Fragments of First-Order LogicGödel's Completeness Theorem for First-Order LogicGödel's Incompleteness TheoremsIntroduction to Intuitionistic LogicIntroduction to Modal LogicCompatibilismMoral ResponsibilityMoral PsychologyMoral Sentiments and EmotionsCare EthicsRational Choice and EthicsContractarian Moral FoundationsMoral Foundations and IntuitionsMoral RelativismIntroduction to Applied EthicsBioethics: FoundationsMedical Ethics & Patient AutonomyInformed Consent & Research EthicsResearch Ethics: Human Subjects ProtectionEthnographic Fieldwork: Positionality and Research EthicsEthnographic Interviewing and Qualitative Data CollectionAdvanced Ethnographic MethodsMixed Methods Research IntegrationTriangulation: Convergent Validity and Method ConfirmationVector Autoregression (VAR) Models

Longest path: 117 steps · 1165 total prerequisite topics

Prerequisites (28)

Leads To (0)

No topics depend on this one yet.