Single-Parameter Models
Summary
Chapter 2 of BDA3 develops Bayesian inference for one-parameter models — the simplest cases where the posterior can often be computed analytically. The posterior is always a compromise between prior and data.
Beta-Binomial Model
The canonical example: estimating a probability from binomial data .
- Conjugate prior:
- Posterior:
- Posterior mean: — a weighted average of the prior mean and sample proportion
Normal Model with Known Variance
For data with known and prior :
The posterior precision equals the sum of prior and data precisions.
Key Concepts
- Informative priors: encode genuine prior knowledge (e.g., cancer rates from neighboring counties)
- Noninformative priors: attempt to “let the data speak” — uniform, Jeffreys’ prior
- Weakly informative priors: constrain to reasonable ranges without dominating the likelihood
- Posterior summarization: point estimates (mean, median, mode), credible intervals, posterior predictive distribution
See Also
- Probability and Bayesian Inference — foundations
- Multiparameter Models — extending to multiple unknowns
- Hierarchical Models — priors informed by data from related groups
- Posterior Sampling and Summarization — how to summarize and use the posterior once computed
- Model Checking — prior predictive checks begin with single-parameter models
- BDA3 - Overview — Chapter 2 in context of the full BDA3 curriculum
- Statistical Rethinking - The Golem of Prague — Statistical Rethinking’s introduction uses the same globe-tossing beta-binomial as the motivating example