EasyDeepLearn

What is the marginal likelihood (evidence) and why is it hard?

hard

Answer

  • p(D) = ∫ p(D    θ)p(D\; \mid \;{\theta}) p(θ) dθ.
  • Normalizing constant for the posterior.
  • High-dimensional integral → intractable in closed form for most models.
  • Bayesian model comparison: Bayes factor  =  p(D    M1)  /  p(D    M2)\mathrm{factor}\; = \;p(D\; \mid \;M_{1})\; / \;p(D\; \mid \;M_{2}).
  • Computing p(D): bridge sampling, thermodynamic integration, Chib's method, variational lower bounds (ELBO ≤ log p(D)).
  • MCMC alone doesn't give p(D) — special methods required.
Check yourself — multiple choice
  • Same as likelihood
  • p(D) = ∫ p(Dθ)p(D \mid {\theta}) p(θ) dθ; usually intractable; needed for Bayes factors; approximated via bridge sampling / thermodynamic integration / ELBO
  • Random
  • Free from MCMC

Marginal likelihood: ∫ p(Dθ)p(D \mid {\theta})p(θ)dθ; intractable; special methods needed.

#bayesian

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions