Danne (2015) VARsignR: Estimating VARs Using Sign Restrictions in R

sign-restrictionssvarr-softwareset-identificationimpulse-responsebayesianmonetary-policypenalty-functionmedian-target

Summary

This is the vignette for VARsignR, an R package that identifies structural shocks in vector autoregressions using sign restrictions. Rather than imposing zero (recursive/Cholesky, short-run, or long-run) restrictions to pin down the structural shocks, sign restrictions require the impulse responses to have theory-consistent signs — a set-identification approach. The package implements four established procedures: Uhlig's (2005) rejection method, Uhlig's (2005) penalty-function approach, the Rubio-Ramírez–Waggoner–Zha (2010) rejection method, and Fry and Pagan's (2011) median-target method. The document explains their usage and the technical details, bridging the gap between the software and the underlying papers. (MPRA Paper No. 68429.)

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"VARsignR identifies structural shocks in Vector Autoregressions (VARs) using sign restrictions. It implements Uhlig's (2005) rejection method, Uhlig's (2005) penalty function approach, the Rubio-Ramírez et al. (2010) rejection method, and Fry and Pagan's (2011) median target method."

My Take

As a software artifact this vignette's value is accessibility and comparability: it puts the four canonical sign-restriction algorithms behind one interface so a practitioner can actually run them and see how much the answer depends on the method. The two most conceptually important distinctions it surfaces are (i) rejection vs. penalty — a full posterior over admissible models versus a single selected impulse vector — and (ii) the median-target fix for the fact that pointwise-median impulse responses are not a real model. It complements the theory pages: sign restrictions are the main alternative to the zero/recursive and long-run restrictions catalogued in structural identification, and the natural companion to monetary-policy-shock work where the sign of the interest-rate/price/output responses is exactly what theory agrees on.