|
numerics 0.1.0
|
#include <mcmc.hpp>
Public Member Functions | |
| real | acceptance_rate () const |
Public Attributes | |
| idx | accepted = 0 |
| idx | total = 0 |
|
inline |
| idx num::markov::MetropolisStats::accepted = 0 |
Definition at line 9 of file mcmc.hpp.
Referenced by acceptance_rate(), num::markov::metropolis_sweep(), and num::markov::metropolis_sweep_prob().
| idx num::markov::MetropolisStats::total = 0 |
Definition at line 10 of file mcmc.hpp.
Referenced by acceptance_rate(), num::markov::metropolis_sweep(), and num::markov::metropolis_sweep_prob().