Click or drag to resize

ErrorFunctionInverseErf Method

Inverse of the error function Erf(x).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double InverseErf(
	double y
)

Parameters

y  Double
Argument.

Return Value

Double
A value x so that Erf(x)==y.
See Also