| rMVNorm_cpp | R Documentation |
Multivariate Normal Random Sampling (C++ version)
rMVNorm_cpp(n, mu, Sigma)
n |
Number of samples |
mu |
Mean vector |
Sigma |
Covariance matrix |
Matrix of n samples (rows) from MVN(mu, Sigma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.