Empirical Bayes - Overview
Summary
Empirical Bayes (EB) estimates the prior distribution from the data itself, made possible when we face many similar problems simultaneously. Efron’s Chapter 1 traces its two path-breaking roots: Robbins’ general empirical Bayes program (frequentists achieving full Bayesian efficiency in large-scale parallel studies) and Stein’s shrinkage estimators (the James-Stein estimator). The key insight is “learning from the experience of others”: when estimating parallel means, each case borrows strength from the marginal distribution of all the data, shrinking individual estimates toward a common center. This yields estimators that dominate the MLE in dimension (Stein’s paradox).
Overview
Charles Stein shocked the statistical world in 1955 by proving that maximum likelihood estimation for Gaussian models, in common use for over a century, is inadmissible beyond simple one- or two-dimensional situations. Stein-type estimators pointed the way toward a radically different empirical Bayes approach to high-dimensional inference.
Empirical Bayes has two historical branches:
- Robbins’ branch — explicitly named “empirical Bayes,” more general in scope, aimed to show how frequentists could achieve full Bayesian efficiency in large-scale parallel studies. Allows for hypothesis testing (where many true effects pile up at a point, usually ). See Robbins Formula and Poisson Empirical Bayes.
- Stein’s branch — concerns estimation; produced the practically useful James-Stein shrinkage estimators applicable even in much smaller data sets. See James-Stein Estimator.
Although the connection was not immediately recognized, both were halves of one energetic post-war empirical Bayes initiative. Large-scale parallel studies were rare in the 1950s, so Robbins’ theory lacked applied impact then; the 21st-century arrival of high-throughput technologies (e.g., microarrays producing thousands of parallel cases) made the Robbins viewpoint central. Empirical Bayes theory blurs the distinction between estimation and testing as well as between frequentist and Bayesian methods.
Main Content
Bayes rule and the marginal density ^bayes-marginal
An unknown parameter vector with prior density gives rise to observable data via density :
The posterior is , where the marginal distribution of is
EB’s central move: the marginal is observable from the data, so it can be used to recover features of the prior without that prior ever being specified.
The empirical Bayes principle ^eb-principle
When structurally identical problems are under simultaneous consideration — for — the unknown prior (or its hyperparameters) can be estimated from the marginal distribution of the pooled data. Each individual estimate is then formed using a “prior” learned from all cases. This is only possible because we have many similar problems together; a single problem provides no leverage on the prior.
The two-groups / marginal-density view underlies both branches: Robbins recovers the entire posterior-mean function from the empirical marginal frequencies (Poisson case), while James-Stein estimates a single hyperparameter (the prior variance ) from the marginal sum of squares. See Empirical Bayes Interpretation of Shrinkage.
Examples
Baseball batting averages (Efron's Table 1.1)
Batting averages for 18 major league players early in the 1970 season are used to predict their true season-long averages (computed over ~370 later at-bats). Using the James-Stein estimates (with grand average ), the ratio of total prediction errors was
a roughly 3.5x improvement for the empirical Bayes estimates. The full worked numbers are in James-Stein Estimator and Stein’s Paradox and Risk Dominance.
Kidney function and age (Efron's Figure 1.2)
healthy volunteers had kidney function scored versus age (function decreases with age). To predict the score of a new donor aged 55, the least-squares regression value () is preferred over the single age-55 volunteer’s observed score (). Tukey’s term “borrowing strength” captures this regression-based “learning from the experience of others.” See Empirical Bayes Interpretation of Shrinkage for the regression-shrinkage form (1.39).
Connections
- Robbins Formula and Poisson Empirical Bayes — the nonparametric branch; recover the posterior mean directly from marginal frequencies.
- James-Stein Estimator — the parametric shrinkage estimator and its grand-mean form.
- Stein’s Paradox and Risk Dominance — why the MLE is inadmissible for .
- Empirical Bayes Interpretation of Shrinkage — estimating the prior, link to hierarchical Bayes and regularization.
- Hierarchical Models — the fully Bayesian version where the prior gets its own prior.
- Partial Pooling as Multiple Comparisons Correction — shrinkage as a multiplicity device.
- Multiple Comparisons - Bayesian Perspective — the testing-side application of EB.