Computes the gamma complementary cumulative distribution function (CCDF).
Computes the gamma cumulative distribution function (CDF).
Computes the gamma inverse cumulative distribution function (InvCDF).
Computes the gamma log probability density function (LPDF).
Computes the gamma probability density function (PDF).
This module contains algorithms for the Gamma Distribution.
This module uses the shape/scale parameterization of the gamma distribution. To use the shape/rate parameterization, apply the inverse to the rate and pass it as the scale parameter.