Click or drag to resize

GaussianStatisticsComplementaryErrorFunction Method

Calculates the complement of ErrorFunction(Double). By definition this complement plus the error function are equal to one.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double ComplementaryErrorFunction(
	double x
)

Parameters

x
Type: SystemDouble
The value to use to calculate the complement of the error function.

Return Value

Type: Double
The complement of the error function of the given value.
See Also