Summary
Introduces the fractional Bayes factor (FBF) as a principled solution to the problem of Bayesian model comparison under improper (vague) priors. When priors are improper, standard Bayes factors are indeterminate: unspecified normalizing constants ci do not cancel. The FBF avoids this by expressing the model-comparison update in terms of fractional likelihoods fi(x∣θi)b and fi(x∣θi), where b∈(0,1) is a "training fraction." The constants cancel within each model's ratio. The result is consistent, analytically tractable for linear models, and asymptotically equivalent to the Bayesian information criterion (BIC) when b=n−1. Published with extended discussion in the Journal of the Royal Statistical Society, Series B (JRSS-B).
Key Claims
- The improper prior problem. Under model Mi with improper prior πi(θi)=cihi(θi), the marginal likelihood qi(x)=ci∫hi(θi)fi(x∣θi)dθi. The Bayes factor (BF) B12(x)=q1(x)/q2(x)∝c1/c2 — indeterminate without fixing the ratio of normalizing constants.
- Partial Bayes factors (Section 1.4). Split data x into training sample y (size m) and remainder z. Use y to form proper posterior πi(θi∣y); the partial BF B(z∣y)=q1(z∣y)/q2(z∣y) is then well-defined since ci cancels. Identity: B(x)=B(y)⋅B(z∣y). Problem: (mn) choices of training sample give different answers.
- Fractional Bayes factor (FBF, Section 2.3). Set b=m/n; a fraction-b subsample has likelihood ≈fi(x∣θi)b. Define
qi(b,x)=∫hi(θi)fi(x∣θi)bdθi∫hi(θi)fi(x∣θi)dθi,Bb(x)=q2(b,x)q1(b,x).
Constants ci cancel in each qi(b,x). No training-sample enumeration.
- Asymptotics. −2logBb(x)≈(1−b)[−2log(L1/L2)+(p1−p2)c(b)], where c(b)=−logb/(1−b). Consistency requires b→0 as n→∞ (so c(b)→∞); BF →∞ if model 1 true, →0 if model 2 true.
- Choice of b. Recommended: b=m/n where m is the minimal training sample size — the smallest m making all model posteriors proper. For a model with p parameters, m=p. Often taken as b=n−1 in practice.
- Linear models (Section 4). For two normal linear models with improper prior hi(θi)∝σi−2, the FBF has closed form:
Bb(x)=Γ(nb/2)Γ{(n−r1)/2}Γ(n/2)Γ{(nb−r2)/2}⋅(S12S22)(n−r1)/2
where ri=pi−2ti+1 and Si2 is the residual sum of squares. No numerical integration needed; works for non-nested as well as nested models.
- BIC connection. With b=n−1, the FBF asymptotically equals the Schwarz BIC criterion. Numerically confirmed on the Darwin data: FBF = 3.814, BIC approximation = 3.810.
- Prior sensitivity (Section 5). Sensitivity of Bb to prior misspecification is O(b−1) — decreasing as b increases. Larger b gives less sensitivity but also costs consistency; calibrated trade-off.
- vs. Intrinsic Bayes factor (Berger-Pericchi 1993). IBF averages partial BFs over all minimal training samples (expensive; also not obviously coherent). The FBF achieves the same goal analytically and avoids the averaging problem. O'Hagan argues FBF is more coherent.
- vs. Posterior Bayes factor (Aitkin 1991). Uses a=1,b in the generalized formulation Ba,b(x). Not consistent: c(a,b)=log2=O(1), so posteriors do not concentrate on the true model. Specific critique documented in Section 2.3.
Concepts Introduced or Extended
Entities Mentioned
- (none with existing wiki pages)
Quotes
"A new variant of the partial Bayes factor, the fractional Bayes factor, is advocated on grounds of consistency, simplicity, robustness and coherence."
My Take
A landmark paper for Bayesian model comparison. The core insight is clean: use fractional likelihoods to cancel improper-prior constants without picking a specific training sample. The linear-model formula is practically useful. The BIC connection (with b=n−1) is an elegant justification for a familiar criterion from a fully Bayesian standpoint. Main weaknesses: (1) choice of b still requires subjective input (what is "minimal"?); (2) the asymptotic motivation breaks down for small n; (3) for highly non-linear models the closed-form qi(b,x) may not be available. The published version includes a rich discussion by Berger, Rubin, Lindley, Aitkin, and others — essential reading for the debate between FBF, IBF, and posterior BF approaches.