x
). If x
is more than 40 standard deviations from the mean, 0 or 1 is returned, as in these cases the actual value is within Double.MIN_VALUE
of 0 or 1.
@param x the value at which the CDF is evaluated.
@return CDF evaluated at x
.
@throws MathException if the algorithm fails to converge
x
).
@param x the value at which the CDF is evaluated.
@return CDF evaluated at x
.
@throws MathException if the cumulative probability can not becomputed due to convergence or other numerical errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|