Bayes Factor

bayesianmodel-comparisonhypothesis-testingmarginal-likelihood

Definition

The Bayes factor BF12\text{BF}_{12} is the ratio of marginal likelihoods of two models M1\mathcal{M}_1 and M2\mathcal{M}_2:

BF12=p(yM1)p(yM2)\text{BF}_{12} = \frac{p(y \mid \mathcal{M}_1)}{p(y \mid \mathcal{M}_2)}

where p(yMk)=L(θ;y)p(θMk)dθp(y \mid \mathcal{M}_k) = \int L(\theta; y) \, p(\theta \mid \mathcal{M}_k) \, d\theta is the marginal data density (evidence) under model kk. Values BF12>1\text{BF}_{12} > 1 favour M1\mathcal{M}_1; the Jeffreys (1961) scale classifies lnBF12>1\ln \text{BF}_{12} > 1 as "substantial" and >5> 5 as "decisive."

Key Ideas

How It Works

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

Related