Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class that specifies parameters of the normal distribution. More...
double getA | ( | ) |
Returns the mean
double getSigma | ( | ) |
Returns the standard deviation
void setA | ( | double | a | ) |
Sets the mean
a | Mean |
void setSigma | ( | double | sigma | ) |
Sets the standard deviation
sigma | Standard deviation |
For more complete information about compiler optimizations, see our Optimization Notice.