powered by
Sampling from multivariate normal distribution
mv_norm(n, mu, Sigma)
Random vector of length n.
Number of draws.
Mean vector.
Covariance matrix.
None.
mv_norm(1, 0.2, matrix(0.1))
Run the code above in your browser using DataLab