public final class Erf extends Object
Modifier and Type | Method and Description |
---|---|
static double |
erf(double x)
Returns the error function erf(x) (1).
|
static double |
erfc(double x)
Returns the complementary error function erfc(x) (1).
|
static double |
inverseErf(double y)
Returns the inverse error function erf-1(y).
|
public static double erf(double x) throws NumericException
Returns the error function erf(x) (1).
References:
x
- the evaluation point.NumericException
- if the value could not be computed.public static double erfc(double x) throws NumericException
Returns the complementary error function erfc(x) (1).
References:
x
- the evaluation point.NumericException
- if the value could not be computed.public static double inverseErf(double y) throws NumericException
Returns the inverse error function erf-1(y).
References:
y
- the evaluation point.NumericException
- if the value could not be computed.Jas4pp 1.5 © Java Analysis Studio for Particle Physics