The normal cumulative distribution function.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static double NCdf(
double value
)
Parameters
- value Double
- An arbitrary real number.
Return Value
Double
The probability that a sample drafted from a normal distribution
be lesser or equal to
value.
See Also