Struct rand::distributions::Dirichlet [−][src]
pub struct Dirichlet { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
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
impl Dirichlet
[src]
impl Dirichlet
[src]