Description Usage Arguments Details Value See Also Examples
This is the sampler base class that defines the functions that have to be implemented by a sampler.
1 | sampler = new("Sampler",model)
|
model |
Constructor takes the model object create by the lexer |
Expects the model in the constructor and defines the takeSample function that has to be overwritten by inheriting sampler class.
Returns a valid sampler object.
Package Overview:
Slice-Package
Simple MCMC sampler class:
MCMCsampler
Slice sampler class:
SliceSampler
Maximum likelihood based sampler class:
1 | # you should inherit from this model. It does not provide functionality.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.