EasyDeepLearn

What is the posterior predictive distribution?

hard

Answer

  • p(ynew    D)p(y_{\mathrm{new}}\; \mid \;D) = ∫ p(ynew    θ)p(y_{\mathrm{new}}\; \mid \;{\theta}) p(θ    D)p({\theta}\; \mid \;D) dθ.
  • Predicts new data marginalizing over posterior uncertainty.
  • Unlike MLE + plug-in prediction, it accounts for parameter uncertainty → wider (better-calibrated) prediction intervals, especially with small n.
  • In practice: draw θ^(s) from posterior, sample ynewy_{\mathrm{new}} ~ p(y    θ(s))p(y\; \mid \;{\theta}(s)).
  • Foundation of Bayesian forecasting and probabilistic programming.
Check yourself — multiple choice
  • Same as likelihood
  • p(ynew    D)p(y_{\mathrm{new}}\; \mid \;D) = ∫ p(yθ)p(y \mid {\theta}) p(θD)p({\theta} \mid D) dθ → prediction that marginalizes over posterior uncertainty; wider than plug-in; correct at small n
  • Random
  • Only frequentist

Posterior predictive: integrates over posterior; correct-uncertainty predictions.

#bayesian

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions