altar.bayesian.Sampler

Module Contents

Classes

class altar.bayesian.Sampler.Sampler

Bases: altar.protocol

The protocol that all AlTar samplers must implement

initialize(self, application)

Initialize me and my parts given an {application} context

samplePosterior(self, controller, step)

Sample the posterior distribution

resample(self, controller, statistics)

Update my statistics based on the results of walking my Markov chains

classmethod pyre_default(cls, **kwds)

Supply a default implementation