public class Erf
extends java.lang.Object
erf(x) = ∫0x e-t2dt
The complementary error function, denoted erfc, is defined as erfc(x) = 1 - erf(x). The error function and complementary error function are special cases of the incomplete gamma function.
| Constructor and Description |
|---|
Erf() |
| Modifier and Type | Method and Description |
|---|---|
static double |
erf(double x)
The Gauss error function.
|
static double |
erfc(double x)
The complementary error function.
|
static double |
erfcc(double x)
The complementary error function with fractional error everywhere less
than 1.2 × 10-7.
|
static double |
inverf(double p)
The inverse error function.
|
static double |
inverfc(double p)
The inverse complementary error function.
|
public static double erf(double x)
public static double erfc(double x)
public static double erfcc(double x)
public static double inverfc(double p)
public static double inverf(double p)