Definition

A MCMC algorithm for sampling from a specified Multivariate Distribution when direct sampling from the joint distribution is difficult, but sampling from the Conditional Distribution is more practical.

Algorithm

  1. Begin with some initial value
  2. For generate from
  3. Repeat the above step times.

Examples

Consider a bivariate random variable , and suppose we want to obtain samples from the marginals . Take samples from the conditional distributions and . As , the samples are eventually samples from and respectively.

Facts

It is common to discard some number of samples at the beginning (burn-in period).