versatile-mcmc  0.1.7
Classes
proposal.hpp File Reference

Proposal functions (defined as classes) for the Metropolis-Hastings algorithm. More...

#include <vmcmc/blas.hpp>
#include <vmcmc/parameter.hpp>
#include <vmcmc/sample.hpp>
#include <vmcmc/random.hpp>
Include dependency graph for proposal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vmcmc::Proposal
 Base class for proposal functions (alias transition kernels) used by Metropolis-Hastings algorithms to propose a new point in the parameter space. More...
 
class  vmcmc::ProposalDistribution< DistributionT >
 Abstract proposal function class, which randomly draws from a multivariate random distribution centered at current sample / parameter vector. More...
 
class  vmcmc::ProposalNormal
 Proposal function drawing randomly from a multivariate normal distribution. More...
 
class  vmcmc::ProposalStudentT
 Proposal function drawing randomly from a multivariate Student-T distribution. More...
 

Detailed Description

Proposal functions (defined as classes) for the Metropolis-Hastings algorithm.

Date
31.07.2016
Author
marco.nosp@m.@kle.nosp@m.esiek.nosp@m..com