Part VII ยท Chapter 23
Impulse Response Functions
An IRF traces the dynamic ripple of a one-time shock through a VAR system. Shape, sign, and persistence reveal how shocks propagate โ but identification (e.g. Cholesky ordering) matters.
Learning objectives
Read IRF shape: monotonic decay, hump, oscillation, explosive.
Understand Cholesky ordering and its caveats.
Interpret confidence bands.
Distinguish IRF from a structural causal claim.
Shock Ripple Simulator
Shape diagnosis
โ
Persistence close to 1 โ very slow decay. Negative coefficient โ oscillating IRF. |decay|โฅ1 โ explosive (model is non-stationary).
๐ IRF for AR(1) example
\[ \frac{\partial y_{t+h}}{\partial \varepsilon_t} = \phi^h \cdot \text{(impact)} \]
\[ \text{For VAR: } IRF_h = \Phi^h \cdot e_i \text{ where } \Phi = A_1 \text{ in VAR(1)} \]
Decay rate governed by persistence
Shape monotonic / hump / oscillating / explosive
Cholesky orders shocks via lower-triangular variance decomposition
๐ What to look for
- Positive persistence + positive coefficient โ monotonic geometric decay.
- Negative coefficient โ alternating signs (oscillation).
- |persistence| โฅ 1 โ explosive โ VAR is non-stationary.
- Wide confidence bands โ low precision; bands crossing zero โ effect not significant at h.
โ ๏ธ Pro Tip: What to Avoid
Student says
"Cholesky IRFs are assumption-free."
Why this is wrong
Cholesky imposes a recursive ordering โ i.e., assumptions about which variable cannot react to another within the same period. Different orderings give different IRFs.
Correct interpretation
Always state the identification assumption (ordering). Use sign-restrictions or structural VAR for stronger identification.
๐ Mini-quiz
๐ Key Takeaways
| IRF feature | Cause |
|---|---|
| Monotonic decay | 0 < ฯ < 1 |
| Oscillating decay | โ1 < ฯ < 0 |
| Hump-shaped | Higher-order dynamics |
| Explosive | |ฯ| โฅ 1 (unstable) |
| Bands crossing zero | Effect insignificant at h |