Description Usage Arguments Details Value Author(s) Examples
Produces one or more samples from specified multivariate normal distribution by C-plus-plus
1 | cmvrnorm(n, mu, Sigma)
|
n |
the number of samples required. Default 1. |
mu |
a vector giving the means of variables. |
Sigma |
a positive-definite symmetric specifying the covariance matrix of variabless |
Get multiple variable normal distribution via Choleski decompsition and Rcpp
mat a matrix of n samples of p variables on p-mvr
Eric xin Zhou xxz220@miami.edu
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.