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.2.419.0 (24.2.419.0)
Syntax public static double ComplementaryErrorFunction(
double x
)
Public Shared Function ComplementaryErrorFunction (
x As Double
) As Double
public:
static double ComplementaryErrorFunction(
double x
)
static member ComplementaryErrorFunction :
x : float -> float
Parameters
- x
- Type: SystemDouble
The value to use to calculate the complement of the error function.
Return Value
Type:
DoubleThe complement of the error function of the given value.
See Also