Multiparameter Models

Summary

Chapter 3 of BDA3 extends Bayesian inference to models with multiple parameters. The key technique is averaging over “nuisance parameters” to obtain marginal posteriors for quantities of interest.

Marginalizing Over Nuisance Parameters

For parameters where is a nuisance parameter:

This is conceptually clean but often analytically intractable — motivating computational methods in Part III.

Normal Data with Unknown Mean and Variance

With and a noninformative prior :

  1. Marginal posterior for : scaled inverse- distribution
  2. Conditional posterior:
  3. Marginal posterior for : — recovering the familiar -distribution

Other Models Covered

  • Multinomial model: Dirichlet-multinomial conjugacy for categorical data
  • Multivariate normal: conjugate analysis with known/unknown covariance
  • Bioassay example: logistic regression with two parameters — non-conjugate, requires grid or simulation methods

Key Insight

Tip

With simulation, multiparameter problems reduce to repeated single-parameter problems: draw from the joint posterior, then examine marginals by simply looking at individual components.

See Also