Fleet  0.0.9
Inference in the LOT
Classes
MCMCChain.h File Reference

This represents an MCMC hain on a hypothesis of type HYP. It uses HYP::propose and HYP::compute_posterior to implement MetropolicHastings. More...

#include <utility>
#include <functional>
#include "SampleStreams.h"
#include "MCMCChain.h"
#include "FiniteHistory.h"
#include "Control.h"
#include "OrderedLock.h"
#include "FleetStatistics.h"
Include dependency graph for MCMCChain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MCMCChain< _HYP >
 

Detailed Description

This represents an MCMC hain on a hypothesis of type HYP. It uses HYP::propose and HYP::compute_posterior to implement MetropolicHastings.