Empirical Causal Ordering

Summary

VAR models make no a priori causal distinction between variables. Empirical methods for causal ordering — Granger causality tests, innovation accounting (impulse response functions, variance decomposition), and Cholesky decomposition — help researchers infer directional relationships from time-series data.

Granger Causality

Granger Causality

Variable Granger-causes if past values of contain information about beyond what is already contained in past values of itself:

Test: In a bivariate VAR, test whether the block of lagged coefficients in the equation is jointly zero:

(X does not Granger-cause Y). Test via F-test or likelihood ratio.

Important caveat: Granger causality is about predictive priority, not structural causation. It can be confounded by omitted common causes and does not imply that manipulating will change — see Directed Acyclic Graphs and Conditional Independence Assumption.

Innovation Accounting

Two tools for understanding system dynamics in estimated VAR:

Impulse Response Function (IRF)

Impulse Response Function

The IRF traces the dynamic response of variable to a one-time shock (innovation) in variable :

For stationary systems: IRF → 0 as (temporary effect) For I(1) systems: IRF → non-zero constant as (multivariate persistence)

IRFs are typically plotted with 95% confidence bands computed by bootstrap or delta method. Used to visualize whether advertising shocks have persistent (Figure 7-3 right) or temporary (Figure 7-3 left) effects on sales.

Variance Decomposition (FEVD)

The forecast error variance decomposition (FEVD) decomposes the -period-ahead forecast error variance of into shares attributable to shocks in each variable:

At short horizons: ‘s own shocks dominate. At long horizons: may explain a larger share if Granger causality is strong.

The Causal Ordering Problem

Both IRF and FEVD require orthogonalization of shocks because contemporaneous effects ( and may be correlated). The Cholesky decomposition imposes a triangular ordering:

  • If advertising is ordered first, the full contemporaneous effect of advertising on sales is attributed to advertising
  • If sales is ordered first, the full contemporaneous effect is attributed to sales

Sensitivity check: Good practice requires checking that key results are robust to alternative Cholesky orderings, or using alternative identification methods:

  • Structural VAR (SVAR): impose economic theory to identify contemporaneous effects
  • Evans-Wells (1983) method: simulate correlated shocks without requiring causal ordering

Causal Ordering in Marketing Contexts

Short-Interval Data Ordering

For weekly scanner data, a natural causal ordering is:

  1. Advertising (pre-planned, set before the period)
  2. Price (set by retailers, partially responding to brand decisions)
  3. Sales (outcome, contemporaneously affected by advertising and price)

This ordering is defensible because consumers react to advertising and price within the measurement week, while competitor and firm decision rules operate at longer lags. Dekimpe & Hanssens (1999) argue high-frequency data makes causal ordering easier to justify.

Connection to Structural Causal Models

Granger causality is a predictive concept distinct from the structural causality in Directed Acyclic Graphs (DAGs). A Granger-causal relationship:

  • May be spurious if a common cause drives both and with different lags
  • Does not imply that an intervention on will change (only that observing predicts )

For managerial decisions (manipulating advertising), structural identification (IV, DiD, RCT) is required — see Instrumental Variables, Differences-in-Differences.