FunctionsNCdf Method
The normal cumulative distribution function.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static double NCdf(
double value
)
- value Double
- An arbitrary real number.
Double
The probability that a sample drafted from a normal distribution
be lesser or equal to
value.