Learn R Programming

rv (version 0.949)

rvsd: Variances of Components of Random Vectors

Description

Computes the means of the simulations of all individual components of a random vector (rv) object.

Usage

rvsd(x, ...)

Arguments

x
an object
...
further arguments passed to var

Details

rvsd applies the function sd to the vector of simulations of each component of x, thus computing "columnwise" standard deviations of the matrix of simulations of x.

References

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

See Also

rvmin, rvmax, rvmedian, link{rvvar}.

Examples

Run this code
rvsd(rvnorm(mean=0, sd=1:10))

Run the code above in your browser using DataLab