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

🔬 This is a nightly-only experimental API. (rand)

use rand from crates.io

The Gamma and derived distributions.

Structs

ChiSquared [
Experimental
]

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

FisherF [
Experimental
]

The Fisher F distribution F(m, n).

Gamma [
Experimental
]

The Gamma distribution Gamma(shape, scale) distribution.

StudentT [
Experimental
]

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