# Examples
## gamma.rs
Examples of how to use the family of the gamma functions.
## zeta.rs
Examples of how to use the family of the zeta functions.
## mle_gamma.rs
Example of obtaining the parameters of the gamma distribution
by Maximum Likelihood Estimation (MLE).
In this example, the gamma distribution is defined as

where `a` is the shape and `b` is the scale.
For a description of the algorithm used in this code, see
https://tminka.github.io/papers/minka-gamma.pdf