Gamma Distribution
Represents the gamma distribution.
Since
1.0.0
Author
Matthias Kovacic
Parameters
alpha
The shape parameter (α).
beta
The scale parameter (β).
seed
The seed for the random number generator.
See also
Throws
If α or β are not greater than 0.
Functions
Link copied to clipboard
Returns the cumulative distribution function (CDF) of the distribution.
Link copied to clipboard
Returns the entropy of the distribution.
Link copied to clipboard
Returns the Fisher information of the distribution.
Link copied to clipboard
Returns true if the distribution is continuous.
Link copied to clipboard
Returns true if the distribution is discrete.
Link copied to clipboard
Calculates the Kullback-Leibler divergence between this distribution and the other one.
Link copied to clipboard
Returns the mode of the distribution.
Link copied to clipboard
Returns the probability density function (PDF) of the distribution.
Link copied to clipboard
Returns the quantile of the distribution.