|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rvl.util.MoreMath
Useful math functions
Constructor Summary | |
MoreMath()
|
Method Summary | |
static double |
beta(double a,
double b)
Beta function beta(a,b) = gamma(a+b)/gamma(a)/gamma(b) |
static double |
gamma(double x)
Gamma function at x |
static double |
logGamma(double x)
Natural logarithm of the gamma function at x |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MoreMath()
Method Detail |
public static double logGamma(double x)
public static double gamma(double x)
public static double beta(double a, double b)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |