Package | Description |
---|---|
numerics |
Modifier and Type | Method and Description |
---|---|
static double |
IncompleteBeta.betacf(double a,
double b,
double x)
Evaluates the continued fraction for the incomplete beta function by
modified Lentz's method.
|
static double |
IncompleteBeta.betai(double a,
double b,
double x)
Computes the incomplete beta function I_x(a, b).
|