public class Gamma
extends java.lang.Object
| Constructor and Description |
|---|
Gamma() |
| Modifier and Type | Method and Description |
|---|---|
static double |
digamma(double x)
The digamma function is defined as the logarithmic derivative of the gamma function.
|
static double |
gamma(double x)
Gamma function.
|
static double |
inverseRegularizedIncompleteGamma(double a,
double p)
The inverse of regularized incomplete gamma function.
|
static double |
lgamma(double x)
log of the Gamma function.
|
static double |
regularizedIncompleteGamma(double s,
double x)
Regularized Incomplete Gamma Function
P(s,x) = ∫0x e-t t(s-1) dt
|
static double |
regularizedUpperIncompleteGamma(double s,
double x)
Regularized Upper/Complementary Incomplete Gamma Function
Q(s,x) = 1 - P(s,x) = 1 - ∫0x e-t t(s-1) dt
|
public static double gamma(double x)
public static double lgamma(double x)
public static double regularizedIncompleteGamma(double s,
double x)
public static double regularizedUpperIncompleteGamma(double s,
double x)
public static double digamma(double x)
public static double inverseRegularizedIncompleteGamma(double a,
double p)