edu.gtts.sautrela.sp
Class StatUtil
java.lang.Object
edu.gtts.sautrela.sp.StatUtil
public class StatUtil
- extends java.lang.Object
- Author:
- Sherali Karimov (sherali.karimov@proxima-tech.com)
|
Method Summary |
static double |
erf(double d)
|
static double |
erfc(double d)
|
static double |
erfcx(double d)
|
static double |
getInvCDF(double d,
boolean highPrecision)
|
static double |
refine(double x,
double d)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatUtil
public StatUtil()
getInvCDF
public static double getInvCDF(double d,
boolean highPrecision)
erf
public static double erf(double d)
erfc
public static double erfc(double d)
erfcx
public static double erfcx(double d)
refine
public static double refine(double x,
double d)