Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Tools for collecting a histogram of values during a Metropolis-Hastings random walk using the tools of Tomographer::MHRWTasks. More...
#include <iostream>
#include <iomanip>
#include <boost/math/constants/constants.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/base_object.hpp>
#include <tomographer/tools/loggers.h>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/needownoperatornew.h>
#include <tomographer/mhrwstatscollectors.h>
#include <tomographer/mhrwtasks.h>
Go to the source code of this file.
Classes | |
struct | Tomographer::MHRWTasks::ValueHistogramTools::MHRWStatsResultsBaseSimple< RawHistogramType_, ScaledHistogramType_ > |
Stores the result of the value histogram stats collector (version without binning analysis) More... | |
struct | Tomographer::MHRWTasks::ValueHistogramTools::CDataBase< ValueCalculator_, UseBinningAnalysis_, MHWalkerParams_, RngSeedType_, IterCountIntType_, CountRealType_, HistCountIntType_ > |
Constant data structure for MH random walk tasks with a value histogram stats collector. More... | |
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::MHRWTasks | |
Definitions for running multiple Metropolis-Hastings random walks, and collecting statistics over the visited samples. | |
Tomographer::MHRWTasks::ValueHistogramTools | |
Tools for running random walk tasks while collecting a histogram of values | |
Functions | |
template<typename CDataBaseType , typename TaskResultType , typename AggregatedHistogramType > | |
void | Tomographer::MHRWTasks::ValueHistogramTools::printFinalReport (std::ostream &stream, const CDataBaseType &cdata, const std::vector< TaskResultType *> &task_results, const AggregatedHistogramType &aggregated_histogram, int max_width=0, bool print_histogram=true) |
Produce a final, human-readable report of the whole procedure. More... | |
Tools for collecting a histogram of values during a Metropolis-Hastings random walk using the tools of Tomographer::MHRWTasks.
See Tomographer::MHRWTasks::ValueHistogramTools .
Definition in file mhrw_valuehist_tools.h.