[][src]Module rand::distributions::gamma

The Gamma and derived distributions.

Structs

ChiSquared

The chi-squared distribution χ²(k), where k is the degrees of freedom.

FisherF

The Fisher F distribution F(m, n).

Gamma

The Gamma distribution Gamma(shape, scale) distribution.

GammaLargeShape

Gamma distribution where the shape parameter is larger than 1.

GammaSmallShape

Gamma distribution where the shape parameter is less than 1.

StudentT

The Student t distribution, t(nu), where nu is the degrees of freedom.

Enums

ChiSquaredRepr
GammaRepr