|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.doodleproject.numerics4j.special.Beta
public final class Beta
Utility class that provides methods related to the beta family of functions.
Method Summary | |
---|---|
static double |
logBeta(double a,
double b)
Returns the natural logarithm of the beta function B(a, b) (1). |
static double |
regularizedBeta(double x,
double a,
double b)
Returns the regularized beta function Ix(a, b) (1). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double logBeta(double a, double b)
Returns the natural logarithm of the beta function B(a, b) (1).
References:
a
- the a parameter.b
- the b parameter.
public static double regularizedBeta(double x, double a, double b) throws NumericException
Returns the regularized beta function Ix(a, b) (1).
References:
x
- the evaluation point.a
- the a parameter.b
- the b parameter.
NumericException
- if the value could not be computed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |