as.rv.mcts {Umacs} | R Documentation |
Coerce an mcts object (esp. those made with Umacs samplers) to an rv object (those compatible with the package `rv')
as.rv.mcts(obj)
obj |
An mcts object to coerce |
Class `rv' is a simulation-based random variable class.
The simulations stored inside obj
will be copied into the components of an
`rv' object.
An object of class rv
.
Requires package `rv'.
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'.