Module statrs::function::gamma [−][src]
Provides the gamma and related functions
Functions
checked_gamma_li | Computes the lower incomplete gamma function
|
checked_gamma_lr | Computes the lower incomplete regularized gamma function
|
checked_gamma_ui | Computes the upper incomplete gamma function
|
checked_gamma_ur | Computes the upper incomplete regularized gamma function
|
digamma | Computes the Digamma function which is defined as the derivative of the log of the gamma function. The implementation is based on “Algorithm AS 103”, Jose Bernardo, Applied Statistics, Volume 25, Number 3 1976, pages 315 - 317 |
gamma | Computes the gamma function with an accuracy of 16 floating point digits. The implementation is derived from “An Analysis of the Lanczos Gamma Approximation”, Glendon Ralph Pugh, 2004 p. 116 |
gamma_li | Computes the lower incomplete gamma function
|
gamma_lr | Computes the lower incomplete regularized gamma function
|
gamma_ui | Computes the upper incomplete gamma function
|
gamma_ur | Computes the upper incomplete regularized gamma function
|
inv_digamma | |
ln_gamma | Computes the logarithm of the gamma function with an accuracy of 16 floating point digits. The implementation is derived from “An Analysis of the Lanczos Gamma Approximation”, Glendon Ralph Pugh, 2004 p. 116 |