Developer Guide for Intel® Data Analytics Acceleration Library 2019 Update 5
Normal distribution algorithm has the following parameters in addition to the common parameters specified in Distributions:
Parameter |
Default Value |
Description |
---|---|---|
algorithmFPType |
float |
Floating point type is used in intermediate calculations within the algorithm. Can be either float or double. |
method |
defaultDense |
Performance-oriented computation method. The only method supported so far is the Inverse Cumulative Distribution Function (ICDF) method. |
a |
0 |
The mean α. |
sigma |
1 |
The standard deviation σ. |