public class ErrorFunction extends Object
Constructor and Description |
---|
ErrorFunction() |
Modifier and Type | Method and 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
- argumentCopyright © 2015–2021 Fiji. All rights reserved.