Struct rand::distributions::Dirichlet [−][src]
pub struct Dirichlet { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
Expand description
The dirichelet distribution Dirichlet(alpha)
.
The Dirichlet distribution is a family of continuous multivariate probability distributions parameterized by a vector alpha of positive reals. It is a multivariate generalization of the beta distribution.
Implementations
Trait Implementations
Generate a random value of T
, using rng
as the source of randomness.
Create an iterator that generates random values of T
, using rng
as
the source of randomness. Read more
Auto Trait Implementations
impl RefUnwindSafe for Dirichlet
impl UnwindSafe for Dirichlet
Blanket Implementations
Mutably borrows from an owned value. Read more