Click or drag to resize
Accord.NET (logo)

NormalComplemented Method

Complemented cumulative distribution function.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Complemented(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble

Return Value

Type: Double
The area under the Gaussian p.d.f. integrated from the given value to positive infinity.
See Also