|
numerics
|
Statistics returned by a single Metropolis sweep. More...
#include <mcmc.hpp>
Public Member Functions | |
| real | acceptance_rate () const |
Public Attributes | |
| idx | accepted = 0 |
| Number of accepted proposals. | |
| idx | total = 0 |
| Total proposals (= n_sites) | |
|
inline |
| idx num::markov::MetropolisStats::accepted = 0 |
Number of accepted proposals.
Definition at line 39 of file mcmc.hpp.
Referenced by acceptance_rate(), num::markov::metropolis_sweep(), and num::markov::metropolis_sweep_prob().
| idx num::markov::MetropolisStats::total = 0 |
Total proposals (= n_sites)
Definition at line 40 of file mcmc.hpp.
Referenced by acceptance_rate(), num::markov::metropolis_sweep(), and num::markov::metropolis_sweep_prob().