Erf28_ALGLIBErf Method

Erf

Definition

Namespace: Metas.UncLib.Core.Special
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9449.24016
C#
public static double Erf(
	double x
)

Parameters

x  Double

Return Value

Double

Remarks

not accuarte, see the following example using MATLAB 2023 or Python 3.13 > erf(-0.4) = -0.428392355046668 vs using ALGLIB 3.3 > alglib.normaldistr.errorfunction(-0.4) = -0.428392355364252

See Also