Description Usage Arguments Value Examples
Generate random numbers from a multivariate normal distribution. It can be used to create correlated random numbers.
1 | multi_rnorm(n, mean, sd)
|
n |
The number of samples desired for each variable. |
mean |
A vector giving the mean of each variable. |
sd |
A valid covariance matrix. |
A matrix with n rows and as many columns as mean values.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.