versatile-mcmc  0.1.7
Public Member Functions | List of all members
vmcmc::ChainSetStatistics Class Reference

Manages a list of ChainStatistics and calculates statistical properties regarding sets of individual chains. More...

#include <chain.hpp>

Public Member Functions

const std::vector< ChainStatistics > & GetListOfChainStats () const
 
ChainStatisticsAddChain (const Chain &sampleChain)
 
ChainStatisticsGetChainStats (size_t index)
 
size_t Size () const
 
void ClearChains ()
 
void Reset ()
 
void SelectRange (ptrdiff_t startIndex=0, ptrdiff_t endIndex=-1)
 
void SelectPercentageRange (double start=0.0, double end=1.0)
 
double GetRubinGelman ()
 

Detailed Description

Manages a list of ChainStatistics and calculates statistical properties regarding sets of individual chains.


The documentation for this class was generated from the following files: