DFunction-class {Umacs}R Documentation

Class definition of "DFunction" (Umacs package)

Description

This class is used only internally, in Umacs.

Details

Users need only use the function DFunction inside a Sampler function call, which outputs a Gibbs object and is directly processed by Sampler. (Alternatively, a call to DFunction can be omitted and only a function specified, as Sampler is smart enough to wrap

Slots

id:
Object of class "numeric" ~~
name:
Object of class "character" ~~
stemname:
Object of class "character" ~~
basename:
Object of class "character" ~~
savename:
Object of class "character" ~~
impute:
Object of class "logical" ~~
length:
Object of class "numeric" ~~
total.length:
Object of class "numeric" ~~
dimension:
Object of class "numeric" ~~
check.ok:
Object of class "logical" ~~
vector.names:
Object of class "character" ~~
value:
Object of class "numeric" ~~
missing:
Object of class "numeric" ~~
snippets:
Object of class "snippetlist" ~~

Methods

Author(s)

Jouni Kerman <jouni@kerman.com>

References

Kerman, Jouni. Umacs: A Universal Markov Chain Sampler. Technical report, Columbia University, New York.

See Also

Umacs-package for an overview of the Umacs package.

Sampler for how to create a sampler function; see the vignette for details.

Package `rv'.


[Package Umacs version 0.924 Index]