public class ErrorFunction
error function and related stuff
public static double erf(double x)
error function
x - argumentpublic static double erfc(double x)
complementary error function = 1-erf(x)
x - argumentpublic static double inverseErf(double z)
inverse error function
z - argument