GaussianMV (VSL_RNG_METHOD_GAUSSIANMV_ICDF)
Random number generator of d-variate (correlated) normal distribution with parameters a and T. You can obtain any successive random vector x according to the formula
![]()
where:
-
znis a d-dimensional vector of random numbers from standard normal distribution
-
T is a lower triangular dxd matrix - Cholesky factor of variance-covariance matrix
Random numbers from standard normal distribution are generated by method
See http://software.intel.com/sites/products/documentation/doclib/mkl/vs/vs_performance_data.htm for test results summary and performance graphs.
For more complete information about compiler optimizations, see our Optimization Notice.