as.rv.mcts {Umacs}R Documentation

Coerce an ‘mcts’ object to an ‘rv’ object

Description

Coerce an mcts object (esp. those made with Umacs samplers) to an rv object (those compatible with the package `rv')

Usage

as.rv.mcts(obj)

Arguments

obj An mcts object to coerce

Details

Class `rv' is a simulation-based random variable class. The simulations stored inside obj will be copied into the components of an `rv' object.

Value

An object of class rv.

Note

Requires package `rv'.

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]