|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpal.math.ErrorFunction
public class 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 - argument
public static double erfc(double x)
x - argument
public static double inverseErf(double z)
z - argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||