Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Bayesian›Empirical Bayes
Bayesian methods

Empirical Bayes

Empirical Bayes Estimation · Also known as: EB, empirical Bayes estimation, marginal likelihood estimation, James-Stein shrinkage, parametric empirical Bayes, nonparametric empirical Bayes

Empirical Bayes (EB) is an estimation strategy, introduced by Herbert Robbins in 1956 and developed into practical shrinkage estimators by Bradley Efron and Carl Morris in 1973, in which the hyperparameters of the prior distribution are estimated from the observed data via the marginal likelihood rather than specified in advance. The resulting posterior retains a Bayesian structure but substitutes data-driven hyperparameters for subjective ones, bridging frequentist shrinkage and full Bayesian inference.

ScholarGate
  1. Bayesian methods
  2. v1
  3. 4 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Empirical Bayes
Bayesian RegressionMCMCMixed Effects ModelRidge RegressionConjugate Prior Analysis

When to use it

Empirical Bayes is most valuable when (1) many parallel units are estimated simultaneously — genes in a differential expression analysis, schools in an educational study, small geographic areas in survey estimation — so that pooling information across units is beneficial; (2) genuine prior knowledge is unavailable, making a fully subjective prior inappropriate; and (3) a full hierarchical Bayes analysis with MCMC is computationally infeasible or a fast approximation suffices. Key assumptions are exchangeability of the units under the prior (each unit's parameter is drawn from the same population distribution) and that the number of units is large enough that the marginal likelihood provides a reliable estimate of the hyperparameters.

Strengths & limitations

Strengths
  • Produces shrunken estimates with lower mean-squared error than maximum likelihood when many units are estimated simultaneously (James-Stein dominance for k ≥ 3).
  • Eliminates the need for subjective prior specification: hyperparameters are learned from the data.
  • Computationally tractable — often yields closed-form or EM-based estimates — while retaining a fully interpretable posterior structure.
  • Widely applicable across domains: genomics (limma, DESeq2), small-area estimation, sports statistics, insurance, and educational testing.
Limitations
  • Ignores uncertainty in the estimated hyperparameters η̂, leading to credible intervals that are slightly too narrow; fully hierarchical Bayes with a proper prior on η corrects this.
  • Requires a sufficiently large number of parallel units for the marginal likelihood to pin down the hyperparameters reliably; with very few units (e.g. k < 5) the shrinkage estimate is unstable.
  • The exchangeability assumption may be violated if units are structurally heterogeneous, making pooling inappropriate for some subgroups.
  • Nonparametric empirical Bayes (estimating the prior nonparametrically) requires even larger numbers of units and is sensitive to the estimation method.

Frequently asked

How does empirical Bayes differ from full (hierarchical) Bayes?

In full hierarchical Bayes, the hyperparameters η are assigned their own prior and integrated out along with θ, typically via MCMC. Empirical Bayes instead plugs in a point estimate η̂ obtained from the marginal likelihood, treating it as fixed. EB is faster and often gives very similar point estimates, but the resulting credible intervals are slightly too narrow because they ignore uncertainty in η̂. For large numbers of units the difference is usually small; for few units, full hierarchical Bayes is preferable.

What is the connection between empirical Bayes and the James-Stein estimator?

The James-Stein estimator shrinks k simultaneous normal means toward a common value and provably has lower mean-squared error than the MLE when k ≥ 3. Efron and Morris (1973) showed that this estimator is the empirical Bayes posterior mean under a normal prior whose variance is estimated from the data, formally unifying the two ideas. The shrinkage factor B̂ plays the role of the estimated prior weight.

When is the exchangeability assumption of empirical Bayes violated?

Exchangeability means that before seeing the data, all units' parameters are plausibly drawn from the same prior distribution. This fails when units are structurally different — for example, pooling gene expression estimates for housekeeping genes and regulatory genes under one prior, or pooling schools in rural and urban areas when their outcome distributions are known to differ systematically. In such cases, stratified or hierarchical models with group-specific priors are more appropriate.

Can empirical Bayes be used for non-normal data?

Yes. The EB framework generalises to any likelihood within the exponential family. Poisson-gamma models are standard for count data (e.g. gene read counts in RNA-seq), beta-binomial models for proportion data, and gamma-gamma models for skewed positive outcomes. The marginal likelihood changes form accordingly, but the conceptual pipeline — estimate η̂ from the marginal, then compute the posterior — remains the same.

Sources

  1. Robbins, H. (1956). An empirical Bayes approach to statistics. In J. Neyman (Ed.), Proceedings of the Third Berkeley Symposium on Mathematical Statistics and Probability, Vol. 1 (pp. 157–164). University of California Press. DOI: 10.1525/9780520313880-015 ↗
  2. Efron, B., & Morris, C. (1973). Stein's estimation rule and its competitors — An empirical Bayes approach. Journal of the American Statistical Association, 68(341), 117–130. DOI: 10.1080/01621459.1973.10481350 ↗
  3. Carlin, B. P., & Louis, T. A. (2000). Bayes and Empirical Bayes Methods for Data Analysis (2nd ed.). Chapman & Hall/CRC. ISBN: 978-1584881704
  4. Efron, B., & Hastie, T. (2016). Computer Age Statistical Inference: Algorithms, Evidence, and Data Science. Cambridge University Press. ISBN: 978-1107149892

How to cite this page

ScholarGate. (2026, June 3). Empirical Bayes Estimation. ScholarGate. https://scholargate.app/en/bayesian/empirical-bayes

Related methods

Bayesian RegressionMCMCMixed Effects ModelRidge Regression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Bayesian RegressionBayesian↔ compare
  • MCMCBayesian↔ compare
  • Mixed Effects ModelStatistics↔ compare
  • Ridge RegressionMachine learning↔ compare
Compare side by side →

Referenced by

Conjugate Prior Analysis

Similar methods

Hierarchical Bayesian InferenceBayesian InferenceBayesian Statistical InferenceBayesian RNA-seq differential expressionBayesian Hierarchical ModelBayesian Random Effects ModelHierarchical Bayesian Model AveragingBayesian Generalized Linear Model

Related reference concepts

Empirical Bayes MethodsBayes and Shrinkage EstimationHierarchical Bayesian ModelsHyperpriors and ShrinkageBayesian Inference FoundationsBayes Factors and Marginal Likelihood

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Empirical Bayes (Empirical Bayes Estimation). Retrieved 2026-07-21 from https://scholargate.app/en/bayesian/empirical-bayes · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Family
Bayesian
Type
Empirical Bayes estimator
Originator
Herbert Robbins (1956); Bradley Efron & Carl Morris (1973)
Purpose
hyperparameter estimation / shrinkage / small-area estimation
Var Types
continuous (counts, proportions in extensions)
Inference
marginal likelihood (EB-ML) or method-of-moments
Outputs
shrunken point estimates / posterior means / posterior intervals
Related methods
Bayesian RegressionMCMCMixed Effects ModelRidge Regression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account