Click or drag to resize

FunctionsNCdf Method

The normal cumulative distribution function.

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public 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