rmvnorm | R Documentation |
See mvtnorm package for details
rmvnorm(
n,
mean = rep(0, nrow(sigma)),
sigma = diag(length(mean)),
method = c("eigen", "svd", "chol"),
pre0.9_9994 = FALSE,
checkSymmetry = TRUE
)
n |
number of samples |
mean |
mean vector |
sigma |
vcov matrix |
method |
method to use |
pre0.9_9994 |
see mvtnorm |
checkSymmetry |
see mvtnorm |
MV normal samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.