Gelman-Jakulin-Pittau-Su (2008) A Weakly Informative Default Prior Distribution for Logistic and Other Regression Models

bayesianlogistic-regressionshrinkage

Summary

Proposes a practical default prior for Bayesian logistic regression: standardize all non-binary predictors to mean 0, standard deviation (SD) 0.5, then place independent Cauchy(0, 2.5) priors on all coefficients and Cauchy(0, 10) on the intercept. Cross-validation on a corpus of applied datasets shows this Cauchy default outperforms maximum likelihood estimation (MLE), flat Gaussian, and Jeffreys priors on predictive accuracy; it also regularizes separation without removing predictors.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"We recommend the Cauchy distribution with center 0 and scale 2.5, which in the simplest setting is a longer-tailed version of the distribution attained by assuming one-half additional success and one-half additional failure in a logistic regression."

My Take

This paper solved a practical problem that had lingered in applied Bayesian statistics: what prior to use when you have no specific prior knowledge but MLE is failing due to separation or sparsity. The Cauchy(0, 2.5) default became the standard recommendation in the arm and rstanarm R packages. The scaling step is often overlooked but is essential — without it, the same prior scale applies to a variable measured in millimeters and one measured in kilometers, which is absurd. The cross-validation evidence is convincing but evaluated on a small-to-moderate corpus; the result is robust enough in practice to have withstood widespread adoption. The paper's main limitation is that it addresses classical (non-hierarchical) logistic regression; for hierarchical models, the prior on coefficients is already regularized by the group structure and different considerations apply.