Loading [MathJax]/extensions/tex2jax.js
Tomographerv4.1
Tomographer C++ Framework Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mhrw_valuehist_tasks.h File Reference

(v4.1)

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

#include <iostream>
#include <iomanip>
#include <tomographer/tools/loggers.h>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/needownoperatornew.h>
#include <tomographer/mhrwstatscollectors.h>
#include <tomographer/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 binning analysis is being used. More...
 
struct  Tomographer::MHRWTasks::ValueHistogramTasks::CDataBase< ValueCalculator_, UseBinningAnalysis_, IterCountIntType_, StepRealType_, CountRealType_, HistCountIntType_ >
 Constant data structure for MH random walk tasks with a value histogram stats collector. More...
 
struct  Tomographer::MHRWTasks::ValueHistogramTasks::CDataBase< ValueCalculator_, UseBinningAnalysis_, IterCountIntType_, StepRealType_, CountRealType_, HistCountIntType_ >::ResultsCollectorType< LoggerType >
 Helper to get the results collector type. 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::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.