Tomographer
v5.4
Tomographer C++ Framework Documentation
|
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>
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::ostream & | Tomographer::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... | |
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.