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
- Begin with some initial value
- For generate from
- 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).