org.omegahat.Simulation.MCMC
Interface MarkovProposal

All Superinterfaces:
ConditionalGenerator
All Known Subinterfaces:
FullConditionalProposal, GeneralProposal, IndependenceProposal, SymmetricProposal
All Known Implementing Classes:
CustomMarkovChain.NormalGenerator, ExpressionMarkovProposal

public interface MarkovProposal
extends ConditionalGenerator

A Markov proposal distribution generates a new state based only on information from the current state


Methods inherited from interface org.omegahat.Probability.Distributions.ConditionalGenerator
generate