FunctionsErfInv Method
Calculates the inverse error function evaluated at z.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static double ErfInv(
double z
)
- z Double
- value to evaluate.
DoubleThe inverse error function evaluated at given value.
- returns double.PositiveInfinity if z >= 1.0.
- returns double.NegativeInfinity if z <= -1.0.