Contains the interface for random-walk Metropolis-Hastings sampler. More...
#include "mcmc.hpp"
Namespaces | |
| stateline | |
| stateline::mcmc | |
Functions | |
| bool | stateline::mcmc::acceptProposal (const State &newState, const State &oldState, double beta) |
| Returns true if we want to accept the MCMC step. More... | |
| bool | stateline::mcmc::acceptSwap (const State &stateLow, const State &stateHigh, double betaLow, double betaHigh) |
| Returns true if we want to accept the MCMC swap. More... | |
Contains the interface for random-walk Metropolis-Hastings sampler.