Learn R Programming

rv (version 0.949)

rvquantile: Componentwise Quantiles of Random Variables

Description

Computes componentwise quantiles of random vectors or arrays.

Usage

rvquantile(x, ...)

Arguments

x
an object
...
further arguments passed to quantile

Value

  • A numeric vector of quantiles.

Details

rvquantile applies the quantile function to each column of sims(x).

References

Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.

Examples

Run this code
#

Run the code above in your browser using DataLab