Tomographer  v5.2
Tomographer C++ Framework Documentation
mhrw_bin_err.h File Reference

(v5.2)

Binning Analysis in a Metropolis-Hastings random walk. More...

#include <tomographer/tools/loggers.h>
#include <tomographer/tools/eigenutil.h>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/needownoperatornew.h>
#include <boost/math/constants/constants.hpp>
+ Include dependency graph for mhrw_bin_err.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Tomographer::BinningErrorBarConvergenceSummary
 Brief summary of convergence of error bars from a binning analysis. More...
 
struct  Tomographer::BinningAnalysisParams< ValueType_, NumTrackValues_, NumLevels_, StoreBinSums_, CountIntType_ >
 Group template parameters for BinningAnalysis. More...
 
class  Tomographer::BinningAnalysis< Params, LoggerType_ >
 Simple binning analysis for determining error bars. More...
 

Namespaces

 Tomographer
 Base namespace for the Tomographer project.
 

Enumerations

enum  Tomographer::BinningConvergence
 Convergence status of binning error bar. More...
 

Functions

std::ostreamTomographer::operator<< (std::ostream &stream, const BinningErrorBarConvergenceSummary &s)
 
template<typename IterCountIntType , typename LocalLoggerType >
int Tomographer::sanitizeBinningLevels (int binning_num_levels, IterCountIntType n_run, IterCountIntType samples_last_level, LocalLoggerType &logger)
 Utility for sanitizing/determining number of binning levels. More...
 

Detailed Description

Binning Analysis in a Metropolis-Hastings random walk.

See Tomographer::BinningAnalysis and its parameters template class, Tomographer::BinningAnalysisParams.

Definition in file mhrw_bin_err.h.