Notes for Intel® oneAPI Math Kernel Library Vector Statistics

ID 772987
Date 12/04/2020
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-1A753DC6-D54C-40AC-8A49-89C0967A264A

Document Table of Contents

GaussianMV (VSL_RNG_METHOD_GAUSSIANMV_BOXMULLER)

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:

  1. zn is a d-dimensional vector of random numbers from standard normal distribution

  2. T is a lower triangular dxd matrix - Cholesky factor of variance-covariance matrix

Random numbers from standard normal distribution are generated by method

VSL_RNG_METHOD_GAUSSIAN_BOXMULLER.

See Intel® oneAPI Math Kernel Library Vector Statistics Random Number Generator Performance Data for test results summary and performance graphs.