public class CDFOfNormal extends Object
| Constructor and Description |
|---|
CDFOfNormal() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getLogCDF(double x)
This method computes the logarithm of the cumulative density function of a standard normal distribution.
|