Tomographerv4.1
Tomographer C++ Framework Documentation
|
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>
Go to the source code of this file.
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. | |
Tasks for collecting a histogram of values during a Metropolis-Hastings random walk.
See Tomographer::MHRWTasks::ValueHistogramTasks .
Definition in file mhrw_valuehist_tasks.h.