public class Beta
extends java.lang.Object
B(x, y) = ∫01 tx-1 (1-t)y-1dt
for x, y > 0 and the integration is over [0, 1].
The beta function is symmetric, i.e. B(x, y) = B(y, x).| Modifier and Type | Method and Description |
|---|---|
static double |
beta(double x,
double y)
Beta function, also called the Euler integral of the first kind.
|
static double |
inverseRegularizedIncompleteBetaFunction(double alpha,
double beta,
double p)
Inverse of regularized incomplete beta function.
|
static double |
regularizedIncompleteBetaFunction(double alpha,
double beta,
double x)
Regularized Incomplete Beta function.
|
public static double beta(double x,
double y)
public static double regularizedIncompleteBetaFunction(double alpha,
double beta,
double x)
public static double inverseRegularizedIncompleteBetaFunction(double alpha,
double beta,
double p)