versatile-mcmc  0.1.7
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nvmcmc
 CAlgorithmAbstract base class for the core MCMC sampling algorithms
 CChainSetStatisticsManages a list of ChainStatistics and calculates statistical properties regarding sets of individual chains
 CChainStatisticsCalculates statistical momenta and properties for a given Chain of Samples
 CExceptionBase class for exceptions thrown by FastMCMC
 Cis_containerTypetrait checking for STL like container structure
 CLoggerA simple MACRO-focussed logging facility
 CLocationA simple struct used by the Logger macros to pass information about the filename and line number
 CMetropolisHastingsImplementation of the Metropolis-Hastings algorithm
 CChainConfigPrivate class encapsulating Sample chains for parallel tempering
 CParameterThis class represents a fit parameter of the target function to be sampled from
 CParameterConfigA list of parameters, describing the parameter space of the target function to be evaluated
 CProposalBase class for proposal functions (alias transition kernels) used by Metropolis-Hastings algorithms to propose a new point in the parameter space
 CProposalDistributionAbstract proposal function class, which randomly draws from a multivariate random distribution centered at current sample / parameter vector
 CProposalNormalProposal function drawing randomly from a multivariate normal distribution
 CProposalStudentTProposal function drawing randomly from a multivariate Student-T distribution
 CRandomPrototypeA thread-safe interface for STL style pesudo random number generators (PRNG)
 CSampleA 'sample' represents a node or data point in a Markov Chain
 CTextFileWriterA writer streaming incoming samples to textfiles
 CWriterAbstract base class for mechanisms writing output files or producing visual output