GaussianStatisticsErrorFunction Method |
Calculates the error function for all values of x.
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 ErrorFunction(
double x
)
Public Shared Function ErrorFunction (
x As Double
) As Double
public:
static double ErrorFunction(
double x
)
static member ErrorFunction :
x : float -> float
Parameters
- x
- Type: SystemDouble
The value to calculate the error function of.
Return Value
Type:
DoubleThe error function of the given value.
See Also