Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double ErrorFunction(
	double x
)

Parameters

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

Return Value

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