Description Usage Arguments Details Value Author(s) References See Also Examples
Computes variances of the simulations of components of a random vector of array.
1 | rvvar(x)
|
x |
an object |
rvvar computes the means of the simulations of all individual
components of a random vector (rv) object.
That is, rvvar applies the function var to the vector of
simulations of each component of x, thus computing "columnwise"
variances of the matrix of simulations of x.
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.
A numeric vector or array (of the same dimension as that of
x)
Jouni Kerman jouni@kerman.com
Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
See also vignette("rv").
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.