Description Usage Arguments Value
rmvnorm generates random samples from a multivariate Gaussian distribution with mean μ and variance-covariance matrix Σ assumed positive semi-definite.
| 1 | 
| n | Number of samples to be drawn from the distribution (default: 1). | 
| mean | Mean vector of the distribution (default: 0). | 
| squareRootSigma | Square-root of the variance-covariance matrix of the distribution (default = 1). | 
A matrix of size n\times length(mean) containing n randomly sampled vectors of size length(mean).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.