public final class InverseErf extends Object
Modifier and Type | Method and Description |
---|---|
static double |
value(double x)
Returns the inverse error function.
|
public static double value(double x)
Special cases:
[-1, 1]
, then the result is nan.
x
- Value (in [-1, 1]
)x =
Erf.value(t)
.Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.