rmvNorm | R Documentation |
This function generate a random vector from a multivariate normal distribution.
rmvNorm(d, p, Mu, Sigma)
d |
sample d. |
p |
vector dimension. |
Mu |
mean vector. |
Sigma |
covariance matrix. |
A p \times d
matrix. Each column is a p-variate random vector from
a multivariate normal with mean vector Mu and covariance matrix Sigma.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.