GaussianStatistics.ErrorFunction Method |
Calculates the error function for all values of x.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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: System.Double
The value to calculate the error function of.
Return Value
Type:
DoubleThe error function of the given value.
See Also