rvvar {rv}R Documentation

Variances of Components of Random Vectors

Description

rvvar

Usage

rvvar(x, ...)

Arguments

x an object
... further arguments passed to var

Details

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

Author(s)

Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman

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, rvsd.

Examples

  x <- rvnorm(mean=0, sd=1:10)
  print(rvvar(x))

[Package rv version 0.911 Index]