|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhplot.math.num.special.Erf
public final class Erf
Utility class that provides methods related to the error function.
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||