rmvnorm_ | R Documentation |
Batch process of random multivariate normal generation mvrnorm2.
rmvnorm_(n, mu, Sigma, ...)
n |
integer scalar |
mu |
list, each element is passed to parameter |
Sigma |
list, each element is passed to parameter |
... |
additional parameters of function mvrnorm |
Function rmvnorm_()
returns a list of matrixes.
rmvnorm_(n = 5L, mu = list(a = c(0, 3), b = c(3, 7)), Sigma = list(a = .5, b = 1.2))
rmvnorm_(n = 5L, mu = list(a = 0, b = c(3, 7)), Sigma = list(a = .5, b = 1.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.