Asymptotics and Frequentist Connections
Summary
Chapter 4 of BDA3 shows that under regularity conditions, the posterior distribution converges to a normal distribution centered at the MLE as . This bridges Bayesian and frequentist approaches.
Normal Approximation to the Posterior
For large , the posterior is approximately:
where is the posterior mode (asymptotically equal to the MLE) and is the observed Fisher information matrix. This is related to the Bernstein-von Mises theorem.
Large-Sample Theory
- The prior becomes irrelevant as — data dominate
- Bayesian credible intervals and frequentist confidence intervals coincide asymptotically
- The normal approximation can be used as a quick computational shortcut (see Approximation Methods)
Counterexamples
The normal approximation fails when:
- Underidentified models: posterior does not concentrate
- Near boundaries: parameters near the edge of parameter space
- Multimodal posteriors: mixture-like structure
- Number of parameters grows with : the prior never becomes negligible
Frequency Evaluations of Bayesian Procedures
- Bayesian point estimates and intervals often have good frequentist properties
- Hierarchical Models provide a natural framework: partial pooling yields estimators that dominate classical ones (James-Stein phenomenon)
- Bayesian methods can be interpreted as regularized frequentist procedures
See Also
- Multiparameter Models — the setting where these asymptotics apply
- Approximation Methods — computational use of these ideas (Laplace approximation)
- Regression and the CEF — frequentist regression; asymptotically equivalent to Bayesian under flat priors
- Standard Errors and Clustering — frequentist inference machinery; Bayesian posteriors approximate robust SEs asymptotically