Besides standard mutlivariate normal sampling (mvrnorm), allows exponential multivarate normal and quasi-random multivariate normal (using the randtoolbox) all using the same interface.
| 1 | 
| n | number of samples | 
| mu | mean | 
| Sigma | covariance matrix | 
| exponential | exponential distribution (i.e. multiply mu by exponential of sampled numbers) | 
| sequence | any sequence available in the randtoolbox, e.g. 'halton', or 'sobol' | 
| ... | parameters passed to mvrnorm or randtoolbox sequence generator | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.