Click or drag to resize

FunctionsErfInv Method

Calculates the inverse error function evaluated at z.

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static double ErfInv(
	double z
)

Parameters

z  Double
value to evaluate.

Return Value

Double
The inverse error function evaluated at given value.
Remarks
  • returns double.PositiveInfinity if z >= 1.0.
  • returns double.NegativeInfinity if z <= -1.0.
See Also