Decision Analysis

Summary

Chapter 9 of BDA3 connects Bayesian inference to decision-making. The optimal decision minimizes expected loss (or maximizes expected utility) under the posterior distribution.

Framework

Given a decision , unknown parameters , and a loss function :

Common loss functions yield familiar estimators:

  • Squared error loss → posterior mean
  • Absolute error loss → posterior median
  • 0-1 loss → posterior mode

Applications Covered

  • Survey incentives: using regression predictions to optimize survey response rates
  • Medical screening: multistage decision making under uncertainty
  • Home radon: hierarchical model informing household-level decisions
  • Personal vs. institutional decisions: different utility functions for individual vs. policy decisions

Key Insight

Tip

The full posterior distribution — not just point estimates — flows directly into decisions. This is a major advantage of the Bayesian approach: uncertainty quantification naturally informs the cost of being wrong.

See Also