org.omegahat.Simulation.MCMC
Interface GibbsSampler

All Superinterfaces:
MarkovChain
All Known Implementing Classes:
ExpressionGibbsSampler

public interface GibbsSampler
extends MarkovChain

A Gibbs sampler.

Gibbs samplers are Markov Chains that generate the next state by updating each component of the current state according to its conditional distribution given all other components.


Methods inherited from interface org.omegahat.Simulation.MCMC.MarkovChain
getState, iterate, step