apply.rv: Distribution of the Range of a Random Vector
Description
apply.rv
returns a 2-component random vector containing
the distributions of the minimum and the maximum values of all the given arguments.
Usage
## S3 method for class 'rv':
apply(X, MARGIN, FUN, \dots)
Arguments
X
MARGIN
FUN
...
further arguments passed to or from other methods
Details
This is the rv-compatible version of the function apply.
Since apply is not a generic function,
the whole name apply.rv must be specified when calling the function
when X is an 'rv' object.
References
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.