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

The Gamma and derived distributions.

Re-exports

use self::GammaRepr::*;
use self::ChiSquaredRepr::*;
use Rng;
use Open01;
use super::normal::StandardNormal;
use super::IndependentSample;
use super::Sample;
use super::Exp;

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