Bayesian VAR

varbayesianforecastingshrinkagemcmc

Definition

A Bayesian Vector Autoregression (BVAR) is a Vector Autoregression (VAR) model estimated under an explicit prior distribution over the coefficient matrices and error covariance. The posterior combines prior beliefs with the likelihood, providing regularization of the large parameter space that plagues unrestricted VARs.

Key Ideas

How It Works

Normal-Wishart Posterior

For yt=Bxt1+uty_t = B x_{t-1} + u_t, utN(0,Σ)u_t \sim \mathcal{N}(0, \Sigma), with a diffuse prior (N0=0N_0 = 0, ν0=0\nu_0 = 0) the posterior is:

ΣYIW(S^,Tk),vec(B)Σ,YN(vec(B^),Σ(XX)1)\Sigma \mid Y \sim \text{IW}(\hat{S},\, T - k), \qquad \text{vec}(B) \mid \Sigma, Y \sim \mathcal{N}(\text{vec}(\hat{B}),\, \Sigma \otimes (X'X)^{-1})

where IW denotes the Inverse-Wishart distribution and B^=(XX)1XY\hat{B} = (X'X)^{-1}X'Y is the ordinary least squares (OLS) estimator. An informative Normal-Wishart prior shifts B^\hat{B} toward the prior mean with weight determined by the prior precision.

Minnesota Prior

The Minnesota Prior (Litterman 1986) places a Normal-diagonal prior on VAR coefficients:

Sims-Zha Prior

The Sims-Zha Prior generalises the Minnesota structure to allow cross-equation shrinkage, non-zero prior means, structural restrictions, and analytical marginal data density computation.

Restricted BVARs and Gibbs Sampling

When restrictions (zero exclusions, sign restrictions, steady-state priors) break the Normal-Wishart conjugate form, MCMC is needed. The Gibbs Sampler of Waggoner-Zha (2000) handles linear zero restrictions on structural VARs; Villani (2005, 2008) provides a three-block sampler for the steady-state VAR.

Marginal Data Density

The Marginal Data Density p(Yr,k)p(Y \mid r, k) is available in closed form under conjugate priors. Non-conjugate and restricted BVARs use the Chib (1995) MCMC identity, enabling Bayesian rank and lag-order selection.

Why It Matters

BVARs consistently outperform unrestricted VARs and univariate models in multivariate macroeconomic forecasting. The fundamental argument — that prior information is unavoidable in econometrics and should be made explicit — is the central claim of Zellner (1985). Informative priors about steady states (Villani 2008) or long-run dynamics yield further forecast improvements at medium-to-long horizons.

Open Questions

Related