Erf28_ALGLIBErf Method
Erf
Namespace: Metas.UncLib.Core.SpecialAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9449.24016
public static double Erf(
double x
)
Public Shared Function Erf (
x As Double
) As Double
public:
static double Erf(
double x
)
static member Erf :
x : float -> float
- x Double
Double
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