org.omegahat.Simulation.MCMC
Interface MCMCState

All Known Implementing Classes:
ContainerState, MultiState, SimpleGibbsSampler.BivariateDoubleState, SimpleMarkovChain.doubleState, SimpleMetropolisHastingsSampler.BivariateDoubleState, SimpleMetropolisSampler.BivariateDoubleState, MCMCStateDatabase

public interface MCMCState

Marker for objects representing the current state of an MCMC Chain. In general we don't know anything about them, and we want the state to be immutable except by isntantiating a MarkovChain to operate on it. Consequently this interface is empty.