|
Computes an approximation of the real value of the gamma function using the Lanczos Coefficients described in Numerical Recipes (Press et al)
-
z
:
float
-
The function input for approximating Γ(z)
-
Returns:
float
|
|
Computes an approximation of the real value of the log gamma function using the Lanczos Coefficients described in Numerical Recipes (Press et al)
-
z
:
float
-
The function input for approximating ln(Γ(z))
-
Returns:
float
|
|
Digamma function.
-
x
:
float
-
Returns:
float
|
|
Computes an approximation of the real value of the gamma function using the Lanczos Coefficients described in Numerical Recipes (Press et al)
-
z
:
float
-
The function input for approximating Γ(z)
-
Returns:
float
|
|
Computes an approximation of the real value of the log gamma function using the Lanczos Coefficients described in Numerical Recipes (Press et al)
-
z
:
float
-
The function input for approximating ln(Γ(z))
-
Returns:
float
|
|
Returns the lower incomplete gamma function gamma(a,x) = int(exp(-t)t^(a-1),t=0..x) for real a > 0, x > 0.
-
a
:
float
-
-
x
:
float
-
-
Returns:
float
-
|
|
Returns the incomplete gamma function P(a,X) (regularized gamma)
-
a
:
float
-
x
:
float
-
Returns:
float
|
maximum
Full Usage:
maximum
Returns:
float
|
Maximum gamma
-
Returns:
float
|
|
Trigamma function.
-
x
:
float
-
Returns:
float
|
|
Returns the upper incomplete gamma function Gamma(a,x) = int(exp(-t)t^(a-1),t=0..x) for real a > 0, x > 0.
-
a
:
float
-
-
x
:
float
-
-
Returns:
float
-
|
|
Returns the incomplete gamma function Q(a,X) = 1 - P(a,X) (regularized gamma)
-
a
:
float
-
x
:
float
-
Returns:
float
|