libspatialSEIR  0.1
Bayesian Spatial SEIR Modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
SpatialSEIR::Sampler Class Referenceabstract

#include <LSS_Samplers.hpp>

Inheritance diagram for SpatialSEIR::Sampler:
SpatialSEIR::CompartmentBinomialMetropolisSampler SpatialSEIR::CompartmentBinomialSliceSampler SpatialSEIR::CompartmentMetropolisSampler SpatialSEIR::CompartmentMetropolisSampler_OCL SpatialSEIR::IndexedCompartmentBinomialMetropolisSampler SpatialSEIR::IndexedCompartmentMetropolisSampler SpatialSEIR::IndexedCompartmentSliceSampler SpatialSEIR::IndexedInitCompartmentMetropolisSampler SpatialSEIR::IndexedInitCompartmentSliceSampler SpatialSEIR::InitCompartmentMetropolisSampler SpatialSEIR::InitCompartmentMetropolisSampler_OCL SpatialSEIR::ParameterDecorrelationSampler SpatialSEIR::ParameterHybridSampler SpatialSEIR::ParameterJointMetropolisSampler SpatialSEIR::ParameterJointMetropolisSampler_OCL SpatialSEIR::ParameterJointSliceSampler SpatialSEIR::ParameterNullSampler SpatialSEIR::ParameterSingleMetropolisSampler

Public Member Functions

virtual ~Sampler ()
 
virtual void drawSample ()=0
 
virtual int getSamplerType ()=0
 

Detailed Description

The sampler class is the parent class for all MCMC sampler objects, and guarantees that the same high level API applies to all such objects.

Constructor & Destructor Documentation

virtual SpatialSEIR::Sampler::~Sampler ( )
inlinevirtual

Member Function Documentation

virtual void SpatialSEIR::Sampler::drawSample ( )
pure virtual
virtual int SpatialSEIR::Sampler::getSamplerType ( )
pure virtual

The documentation for this class was generated from the following file: