Tomographer  v2.0
Tomographer C++ Framework Documentation
mhrw_valuehist_tasks.h File Reference

(v2.0)

Tasks for collecting a histogram of values during a Metropolis-Hastings random walk. More...

#include <tomographer2/tools/loggers.h>
#include <tomographer2/tools/cxxutil.h>
#include <tomographer2/tools/needownoperatornew.h>
#include <tomographer2/mhrwstatscollectors.h>
#include <tomographer2/mhrwtasks.h>
#include <boost/math/constants/constants.hpp>
+ Include dependency graph for mhrw_valuehist_tasks.h:

Go to the source code of this file.

Classes

struct  Tomographer::MHRWTasks::ValueHistogramTasks::ResultsCollectorSimple< CDataBaseType_, LoggerType_ >
 Results collector, if no binning analysis is being used. More...
 
struct  Tomographer::MHRWTasks::ValueHistogramTasks::ResultsCollectorSimple< CDataBaseType_, LoggerType_ >::RunTaskResult
 Stores information about the result of a task run. More...
 
struct  Tomographer::MHRWTasks::ValueHistogramTasks::ResultsCollectorWithBinningAnalysis< CDataBaseType_, LoggerType_ >
 Results collector, if no binning analysis is being used. More...
 
struct  Tomographer::MHRWTasks::ValueHistogramTasks::CDataBase< ValueCalculator_, UseBinningAnalysis_, CountIntType_, StepRealType_, CountRealType_ >
 constant data for our MH random walk tasks with value histogram stats collector More...
 
struct  Tomographer::MHRWTasks::ValueHistogramTasks::CDataBase< ValueCalculator_, UseBinningAnalysis_, CountIntType_, StepRealType_, CountRealType_ >::ResultsCollectorType< LoggerType >
 Helper to get the results collector type. More...
 

Namespaces

 Tomographer
 Base namespace for the Tomographer project.
 
 Tomographer::MHRWTasks
 Definitions for running multiple random walks.
 
 Tomographer::MHRWTasks::ValueHistogramTasks
 Definitions for running multiple random walks and collecting a histogram of values.
 

Detailed Description

Tasks for collecting a histogram of values during a Metropolis-Hastings random walk.

See Tomographer::MHRWTasks::ValueHistogramTasks .

Definition in file mhrw_valuehist_tasks.h.