Definition
The Bayes factor BF12 is the ratio of marginal likelihoods of two models M1 and M2:
BF12=p(y∣M2)p(y∣M1)
where p(y∣Mk)=∫L(θ;y)p(θ∣Mk)dθ is the marginal data density (evidence) under model k. Values BF12>1 favour M1; the Jeffreys (1961) scale classifies lnBF12>1 as "substantial" and >5 as "decisive."
Key Ideas
- Automatic Occam's razor: the marginal likelihood penalises overparameterised models automatically through the prior predictive — models with high flexibility are penalised for spreading prior mass over unlikely data regions.
- No free parameters: unlike Akaike Information Criterion (AIC)/Bayesian Information Criterion (BIC), Bayes factors make no asymptotic approximation; they are exact given the prior.
- Prior sensitivity: since BF12 depends on the prior, improper or vague priors make BF12 undefined or Bartlett-paradox-prone; proper priors are required.
- Posterior model probabilities: given prior model probabilities P(Mk), the posterior odds equal prior odds times Bayes factor: P(M1∣y)/P(M2∣y)=BF12⋅P(M1)/P(M2).
How It Works
- Closed form: available for conjugate models (Normal-Wishart Vector Autoregression, VAR); see Marginal Data Density.
- Chib (1995) identity: for Gibbs-sampler output logp(y)=logL(θ∗∣y)+logp(θ∗)−logp(θ∗∣y), evaluated at a point estimate.
- Harmonic mean estimator (Newton-Raftery 1994): p^(y)=[G−1∑gL(θ(g);y)−1]−1 — consistent but has infinite variance in practice.
- Bridge sampling (Meng-Wong 1996): more stable than harmonic mean; recommended for high-dimensional posteriors.
Why It Matters
Bayes factors provide the canonical Bayesian approach to model selection and hypothesis testing, including non-nested comparisons that classical likelihood ratio tests cannot handle.
Open Questions
- Sensitivity to the choice of prior on parameters — particularly important for testing point null hypotheses (the Savage-Dickey density ratio applies when the null is nested).
- Computational difficulty for large models where Markov Chain Monte Carlo (MCMC) is required to estimate each marginal likelihood.
Related