public class ErrorFunction
extends java.lang.Object
Constructor | Description |
---|---|
ErrorFunction() |
Modifier and Type | Method | Description |
---|---|---|
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
|
public static double erf(double x)
x
- argumentpublic static double erfc(double x)
x
- argumentpublic static double inverseErf(double z)
z
- argument