
public class MarkovNormalProposal extends Object implements MarkovProposalFunction
| Constructor and Description |
|---|
MarkovNormalProposal() |
| Modifier and Type | Method and Description |
|---|---|
MonteCarloStep |
generate(MonteCarloStep step)
Generate a new step in the Markov Chain based only on the supplied step.
|
private static final RNG GENERATOR
public final MonteCarloStep generate(MonteCarloStep step)
MarkovProposalFunctiongenerate in interface MarkovProposalFunctionstep - the current step in the Markov ChainCopyright © 2015 University of Glasgow. All rights reserved.