|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pal.math.ErrorFunction
error function and related stuff
Constructor Summary | |
ErrorFunction()
|
Method Summary | |
static double |
erf(double x)
error function |
static double |
erfc(double x)
complementary error function = 1-erf(x) |
static double |
inverseErf(double z)
inverse error function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorFunction()
Method Detail |
public static double erf(double x)
x
- argumentpublic static double erfc(double x)
x
- argumentpublic static double inverseErf(double z)
z
- argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |