Struct rand::distributions::gamma::GammaLargeShape
[−]
[src]
struct GammaLargeShape {
scale: f64,
c: f64,
d: f64,
}Unstable (
rand): use rand from crates.io
Gamma distribution where the shape parameter is larger than 1.
See Gamma for sampling from a Gamma distribution with general
shape parameters.
Fields
scale | Unstable ( rand): use |
c | Unstable ( rand): use |
d | Unstable ( rand): use |
Methods
impl GammaLargeShape
fn new_raw(shape: f64, scale: f64) -> GammaLargeShape
Unstable (
rand): use rand from crates.io