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

Unstable (rand)

: use rand from crates.io

The Gamma and derived distributions.

Structs

ChiSquared [Unstable]

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

FisherF [Unstable]

The Fisher F distribution F(m, n).

Gamma [Unstable]

The Gamma distribution Gamma(shape, scale) distribution.

StudentT [Unstable]

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