Jethro's Braindump

Gibbs Sampling

Gibbs sampling is a special case of the Metropolis-Hastings method, where a sequence of proposal distributions q is defined in terms of the conditional distributions of the joint distribution p(x), and proposals are always accepted.

In the general case of a system with K variables, a single iteration involves sampling one parameter at a time:

x1(t+1)P(x1|x2(t),x3(t),,xK(t)) x2(t+1)P(x2|x1(t+1),x3(t),,xK(t)) x3(t+1)P(x3|x1(t+1),x2(t+1),,xK(t)), etc. 

Pros and Cons

  1. Suffers the same defects as Metropolis-Hastings methods
  2. No adjustable parameters, so it’s easy to start with

Links to this note