Obsidian
Probabilistic Geophysical Joint Inversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
metropolis.hpp File Reference

Contains the interface for random-walk Metropolis-Hastings sampler. More...

#include "mcmc.hpp"
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains the interface for random-walk Metropolis-Hastings sampler.

Author
Lachlan McCalman
Darren Shen
Date
2014
License:
Affero General Public License version 3 or later