FunctionsNCdf Method

The normal cumulative distribution function.

Definition

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
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