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