Simulate from a Multivariate Normal Distribution
rmvnorm.RdSimulate from a multiviate normal distribution
Value
An \(n \times d\) matrix in which each row is an independently generated realization from the desired multivariate normal distribution
Details
This function uses an eigen decomposition assuming sigma is symmetric.
In particular, the upper triangle of sigma is ignored.