Calculates the inverse error function evaluated at z.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static double ErfInv(
double z
)
Parameters
- z Double
- value to evaluate.
Return Value
DoubleThe inverse error function evaluated at given value.
Remarks- returns double.PositiveInfinity if z >= 1.0.
- returns double.NegativeInfinity if z <= -1.0.
See Also