versatile-mcmc  0.1.7
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  vmcmc
 algorithm.cpp
 algorithm.hppContains abstract base class for MCMC sampling algorithms
 blas.hppBLAS (Basic Linear Algebra Subprograms) utility functions
 chain.cpp
 chain.hppUtility classes for calculation statistical momenta and diagnostics
 exception.hppVMCMC custom exception classes
 io.cpp
 io.hppIO classes for writing MCMC samples to files (and reading back from) or visual output
 logger.cpp
 logger.hppClass definitions and MACROs for logging purposes
 math.cpp
 math.hppMath utility functions
 metropolis.cpp
 metropolis.hppContains the implementation of the popular Metropolis-Hastings sampling algorithm
 numeric.hppNumeric utility functions
 parameter.cpp
 parameter.hppClass definitions representing input parameter configurations
 proposal.cpp
 proposal.hppProposal functions (defined as classes) for the Metropolis-Hastings algorithm
 random.hppContains the prototype class for thread-safe random number generators
 sample.hppContains the Sample class definition for data sampled from the target parameter space
 stringutils.cpp
 stringutils.hppString utility functions
 typetraits.hppTypetrait utility structs
 vmcmc-example.cppMetropolis-Hastings usage example