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 |
| FisherF |
The Fisher F distribution |
| Gamma |
The Gamma 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, |
Enums
| ChiSquaredRepr | |
| GammaRepr |