|
versatile-mcmc
0.1.7
|
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 |
| ChainStatistics & | AddChain (const Chain &sampleChain) |
| ChainStatistics & | GetChainStats (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 () |
Manages a list of ChainStatistics and calculates statistical properties regarding sets of individual chains.
1.8.11