public final class Beta extends Object
Modifier and Type | Method and Description |
---|---|
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).
|
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.Jas4pp 1.5 © Java Analysis Studio for Particle Physics