SamplingScheme-class {Umacs} | R Documentation |
This class is used only internally, in Umacs.
This is the base class for all model parameters that need a Metropolis-
style updating routine.
SamplingScheme
is the parent class for such classes as
Gibbs
and Metropolis
).
id
:"numeric"
~~ name
:"character"
~~ stemname
:"character"
~~ basename
:"character"
~~ savename
:"character"
~~ impute
:"logical"
~~ length
:"numeric"
~~ total.length
:"numeric"
~~ dimension
:"numeric"
~~ check.ok
:"logical"
~~ vector.names
:"character"
~~ value
:"numeric"
~~ missing
:"numeric"
~~ snippets
:"snippetlist"
~~
RawCode
(RawCode-class
) inherits directly from Parameter-class
.
Jouni Kerman <jouni@kerman.com>
Kerman, Jouni. Umacs: A Universal Markov Chain Sampler. Technical report, Columbia University, New York.
Umacs-package
for an overview of the Umacs package.
Sampler
for how to create a sampler function; see the vignette for details.
Package `rv'.