A noninformative prior for a vector autoregression (VAR) is a prior on the coefficient-covariance pair (Φ,Σ) that encodes minimal subjective information, typically chosen to approximate the Bayesian analog of a frequentist analysis. The two most common choices are the constant-Jeffreys prior (also called the diffuse prior) and the constant-reference prior (Yang-Berger 1994).
Key Ideas
Noninformative priors are useful when the researcher lacks prior information or wishes to compare results across studies without hyperparameter choices obscuring the comparison.
Both common priors use a flat (constant) prior on the coefficient matrixΦ; they differ only in the prior on the covariance matrix Σ.
Improper priors require checking that the posterior is proper before computing Bayes estimates — the sample size conditions differ between the two priors.
The choice of prior matters quantitatively: the constant-Jeffreys prior biases Σ estimates upward, while the reference prior tracks the maximum likelihood estimator (MLE) much more closely.
The posterior mean of Φ is identical (equals the MLE) under both priors; the difference is entirely in how Σ is estimated.
How It Works
Model Setup
The p-variable VAR with L lags in compact form is:
Y=XΦ+ε,ε∼N(0,Σ⊗IT)(VAR)
where Y is T×p, X is T×(1+Lp), and Φ is (1+Lp)×p. The MLE is:
Φ^M=(X′X)−1X′Y,Σ^M=S(Φ^M)/T,S(Φ)=(Y−XΦ)′(Y−XΦ)
The Constant-Jeffreys Prior
The standard diffuse (Tiao-Zellner 1964; Geisser 1965) prior is:
πJ(Φ,Σ)∝∣Σ∣−(p+1)/2(J)
This is the Jeffreys prior for Σ alone, combined with a flat prior on Φ. Under this prior:
Conditional posterior of ϕ=vec(Φ) given (Σ,Y): N(ϕ^M,Σ⊗(X′X)−1)
Marginal posterior of Σ given Y: Inverse Wishart(S(Φ^M),T−Lp−1)
Marginal posterior of σii: Inverse Gamma with T−(L+1)p degrees of freedom and scale sii
The posterior mean of σii is sii/(T−(L+1)p−1). Since the unbiased estimator is approximately sii/(T−Lp−1), this over-estimates by:
Bias factor=T−(L+1)p−1p×100%(Bias-J)
For L=1,p=5,T=50: ≈13%. For L=1,p=5,T=150: ≈4%. For L=1,p=10,T=150: ≈8%. The bias grows with p and shrinks with T.
Direct Monte Carlo (MC) algorithm (Algorithm J): Since the posteriors are conjugate, (Φ,Σ) can be sampled directly — no Markov chain:
Draw Ω∼Wishart(S(Φ^M)−1,T−Lp−1); set Σ=Ω−1
Draw ϕ∼N(ϕ^M,Σ⊗(X′X)−1)
Posterior propriety: The constant-Jeffreys posterior is proper iff T≥(L+1)p+1.
The Constant-Reference Prior (Yang-Berger 1994)
Yang and Berger (1994) derive the reference prior for a covariance matrix Σ from a normal population:
πR(Σ)∝∣Σ∣1≤i<j≤p∏(di−dj)1(R)
where d1≥d2≥⋯≥dp are the eigenvalues of Σ. The joint prior for (Φ,Σ) uses the same constant prior on Φ:
πR(ϕ,Σ)∝∣Σ∣i<j∏(di−dj)1
The reference prior is motivated by information-theoretic considerations (maximizing the expected Kullback-Leibler divergence between prior and posterior) and is designed to be minimally informative while remaining proper after conditioning on data.
Under the reference prior:
Conditional posterior of ϕ∣(Σ,Y): same as under Jeffreys — N(ϕ^M,Σ⊗(X′X)−1)
Conditional posterior of Σ∣(ϕ,Y): non-standard due to the eigenvalue product factor (no closed-form Inverse Wishart)
Posterior propriety: The constant-reference posterior is proper iff T>Lp+1 (slightly weaker than the Jeffreys condition).
Hit-and-Run MCMC Algorithm (Algorithm R)
Because π(Σ∣ϕ,Y) has no standard form, Sun-Ni (2005) sample Σ via a hit-and-run Metropolis step in the log-eigenvalue space:
Log-transform: let Σ∗=log(Σ) via eigen-decomposition Σ=ODO′, Σ∗=OD∗O′ where di∗=log(di)
Select a random symmetric p×p direction matrix V (elements vij=zij/∑l≤mzlm2, zij∼N(0,1))
Propose Ψ=Σk−1∗+λV, λ∼N(0,1); decompose Ψ=QC∗Q′
Compute log acceptance ratio αk from the conditional posterior and accept/reject via Metropolis
Acceptance rate is ≈32% in practice; the log-transform ensures Σ remains positive definite. This algorithm extends the Gibbs sampler of Algorithm J with one non-conjugate block.
Loss Functions and Bayes Estimators
Sun-Ni (2005) consider two loss functions for Σ:
Entropy lossL1: tr(Σ^−1Σ)−log∣Σ^−1Σ∣−p→ Bayes estimator is the posterior meanE[Σ∣Y]
Under L1 (entropy loss), the constant-Jeffreys Bayes estimator is the posterior mean — exactly where the over-estimation bias appears. Under L2, the Jeffreys estimator under-estimates, while the reference estimator is again closer to the true value.
Simulation Results
Three Monte Carlo experiments compare the two priors. The PRIAL (Percentage Reduction In Average Loss) of constant-reference vs. constant-Jeffreys under each loss:
p
T
PRIAL1 (L1)
PRIAL2 (L2)
5
150
65.5%
62.6%
5
50
66.3%
56.9%
10
150
71.8%
66.3%
The reference prior advantage grows with p and persists at small T. In the 10-variable consumption VAR application, constant-Jeffreys variance estimates are ≈20% above MLE; reference prior estimates track MLE for large variances.
Shrinkage Prior for Φ (Ni-Sun 2005)
Ni and Sun (2005) introduce a shrinkage prior on ϕ=vec(Φ):
πS(ϕ)∝∥ϕ∥−(J−2),J=p(Lp+1)
This is proper for J > 2 (always satisfied in VAR contexts) and is implemented via a two-level hierarchy:
ϕ∣δ∼NJ(0,δIJ),π(δ)∝1
Integrating over δ recovers πS(ϕ). The full conditional is inverse-gamma (IG): δ∣ϕ,Σ,Y∼IG(J/2−1,21ϕ′ϕ). The posterior mean shrinks toward zero: μS=δ(Σ⊗(X′X)−1+δI)−1ϕ^M. Simulation results show this prior dominates all constant priors (Jeffreys, RATS, reference) in frequentist risk; prior choice for Φ matters more than loss function choice.
Linear-Exponential (LINEX) Loss Function
Varian (1975) proposed the asymmetric linear-exponential (LINEX) loss for scalar estimation:
LΦ,2(ϕ^ij,ϕij)=eaij(ϕ^ij−ϕij)−aij(ϕ^ij−ϕij)−1
The Bayes estimator under this loss is:
ϕ^ij=−aij1logE{exp(−aijϕij)∣Y}
Ni and Sun (2005) set aij=−4 for non-intercept coefficients: the negative sign means underestimation is penalized more heavily, correcting the downward bias of the posterior mean when eigenvalues approach the unit circle.
Student-t Extension (Ni-Sun 2005)
Replace Gaussian errors with a multivariate Student-t via a scale mixture:
εt∣qt∼Np(0,qt−1Σ),qt∼Gamma(ν/2,ν/2)
Conditional on {qt}, the model is normal; each qt is drawn as an additional Gibbs block. The degrees-of-freedom ν conditional is log-concave when T/2+a−1>0, enabling Gilks-Wild (1992) adaptive rejection sampling.
The Normal-Diffuse Prior (Kadiyala-Karlsson 1993)
The Normal-Diffuse prior combines a Minnesota-style informative prior on the regression coefficients with a diffuse (Jeffreys') prior on Ψ:
γ∼N(γ~,Σ~),p(Ψ)∝∣Ψ∣−(q+1)/2
where γ~ and Σ~ encode the Minnesota random-walk belief and lag-decay structure (equation-by-equation), but Ψ is left unrestricted by the prior. This resolves the Minnesota prior's key flaw — fixing Ψ as known and diagonal — while retaining the practitioner's ability to specify beliefs about regression coefficients.
The marginal posterior of γ is the product of the marginal prior N(γ~,Σ~) and a matrix-t factor from the likelihood — it can be bimodal when the prior mean and the likelihood mode are far apart, and is not available in closed form. Kadiyala and Karlsson (1993) evaluate it by importance sampling with a 2-0 poly-t density (Drèze 1977) as the importance function.
Empirically, the Normal-Diffuse prior performs best for log gross national product (GNP) in the Canadian small-sample experiment (Exp. 1, 17–26 observations) and best overall in the Canadian large-sample experiment (Exp. 2, 56–75 observations). It is second only to the extended natural conjugate (ENC) prior in the small-sample case, and generally dominates or matches the Minnesota prior.
Why It Matters
The constant-Jeffreys prior is the default in most applied VAR software and virtually all papers that use "diffuse priors." The bias result shows this default is quietly wrong in a quantifiable way.
The reference prior fix is computationally feasible and reduces average loss by two-thirds in typical macro VAR settings.
Propriety of the posterior is non-trivial for improper priors: large-variance normal approximations to flat priors can have badly behaved posteriors even when the true flat prior does not (Hobert and Casella 1996).
This is a distinct issue from informative prior choice (Sims-Zha, Minnesota, steady-state); it applies whenever a researcher claims to use a "noninformative" prior.
Open Questions
A true reference prior for Φ exploiting the AR coefficient structure is intractable; Ni-Sun (2005) propose a shrinkage prior as an admissible Bayesian alternative, but an information-theoretically motivated prior for Φ remains open.
A joint reference prior for (Φ,Σ) (rather than a product of separate priors) may further improve performance but is not derivable with current algorithms.
Extension to unit-root or cointegrated VARs: Berger-Yang (1994) found difficulties with noninformative priors in nonstationary autoregressive (AR(1)) models; the VAR case is similarly open.