Jump to content

Pseudo-marginal Metropolis–Hastings algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sir-lay (talk | contribs) at 11:42, 6 February 2018 (Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{subst:AFC submission/draftnew}}<!-- Important, do not remove this line before article has been created. --> The...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

This sandbox is in the article namespace. Either move this page into your userspace, or remove the {{User sandbox}} template.

The Pseudo-Marginal Metropolis-Hastings algorithm[1] is a Monte Carlo method to sample from probability distribution. It is an instance of the popular Metropolis-Hastings algorithm that extends its use to cases where the density of the target function is not available analytically. It is especially popular in Bayesian statistics, where it is applied if the likelihood function is not tractable (see example below). The main observation

History

The use of an unbiased estimator in the Metropolis-Hastings algorithm appeared first in and was introduced.

Algorithm Description

The algorithm follows the same steps as the standard Metropolis-Hastings algorithm except that the evaluation of the target density is replaced by a non-negative and unbiased estimate.

Proof of correctness

The algorithm can be written as

Example: Latent variable model

Consider a model with consisting of i.i.d. latent real-valued random variables with and suppose one can only observe these variables through some additional noise for some conditional density . We are interested in Bayesian analysis of this model based on some observed data . Therefore, we introduce some prior distribution on the parameter. In order to compute the posterior distribution

we need to find the likelihood function . The likelihood contribution of any observed data point is then

and the joint likelihood of the observed data is

If the integral on the right-hand side is not analytically available.

References

  1. ^ Christophe Andrieu and Gareth O. Roberts. "The pseudo-marginal approach for efficient Monte Carlo computations". Annals of Statistics. 37.2: 697–725 – via https://projecteuclid.org/euclid.aos/1236693147. {{cite journal}}: External link in |via= (help)