Questions: Bayesian Point Estimation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A doctor uses a Bayesian model to estimate a patient's blood-pressure reduction from a new drug. The posterior is right-skewed. Underestimating the reduction is much more costly than overestimating it. Which Bayesian point estimator should she prefer?

AThe posterior mode (MAP), because it gives the single most probable value
BThe posterior mean, because minimizing squared error is always the correct clinical objective
CA quantile above the median — say the 75th percentile — to reduce the risk of underestimating the effect
DThe posterior median, because it is always robust to skew
Question 2 Multiple Choice

For a binomial proportion p with a Beta(2, 2) prior and 3 successes in 10 trials, the posterior mean and the MAP estimate differ. What does this reveal?

AThe MAP is always closer to the data proportion than the posterior mean is
BThey optimize different loss functions: the posterior mean minimizes expected squared error; the MAP maximizes the posterior density (optimal under 0-1 loss)
CThe posterior mean always equals the MAP for Beta-Binomial conjugate models
DThe difference is a numerical artifact with no interpretive significance
Question 3 True / False

The MAP (Maximum A Posteriori) estimate is the universally recommended Bayesian point estimator because it selects the single most probable parameter value.

TTrue
FFalse
Question 4 True / False

As the number of observations grows large, the Bayesian posterior mean converges toward the frequentist maximum likelihood estimate, and the influence of the prior diminishes.

TTrue
FFalse
Question 5 Short Answer

Why does Bayesian point estimation require specifying a loss function, while frequentist maximum likelihood estimation does not? What does this reveal about each approach?

Think about your answer, then reveal below.