|
versatile-mcmc
0.1.7
|
| ▼ vmcmc | |
| algorithm.cpp | |
| algorithm.hpp | Contains abstract base class for MCMC sampling algorithms |
| blas.hpp | BLAS (Basic Linear Algebra Subprograms) utility functions |
| chain.cpp | |
| chain.hpp | Utility classes for calculation statistical momenta and diagnostics |
| exception.hpp | VMCMC custom exception classes |
| io.cpp | |
| io.hpp | IO classes for writing MCMC samples to files (and reading back from) or visual output |
| logger.cpp | |
| logger.hpp | Class definitions and MACROs for logging purposes |
| math.cpp | |
| math.hpp | Math utility functions |
| metropolis.cpp | |
| metropolis.hpp | Contains the implementation of the popular Metropolis-Hastings sampling algorithm |
| numeric.hpp | Numeric utility functions |
| parameter.cpp | |
| parameter.hpp | Class definitions representing input parameter configurations |
| proposal.cpp | |
| proposal.hpp | Proposal functions (defined as classes) for the Metropolis-Hastings algorithm |
| random.hpp | Contains the prototype class for thread-safe random number generators |
| sample.hpp | Contains the Sample class definition for data sampled from the target parameter space |
| stringutils.cpp | |
| stringutils.hpp | String utility functions |
| typetraits.hpp | Typetrait utility structs |
| vmcmc-example.cpp | Metropolis-Hastings usage example |
1.8.11