Description Usage Arguments Value
View source: R/functions_utility.R
Produces one or more samples from the specified multivariate normal distribution.
1 |
n |
the number of samples required. |
mu |
a vector giving the means of the variables. |
sigma |
a positive-definite symmetric matrix specifying the covariance matrix of the variables. |
If n = 1 a vector of the same length as mu, otherwise an n by
length(mu) matrix with one sample in each row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.