File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ use distributions::gamma::Gamma;
16
16
17
17
/// The dirichelet distribution `Dirichlet(alpha)`.
18
18
///
19
- /// The Dirichlet distribution is a family of continuous multivariate probability distributions parameterized by
20
- /// a vector alpha of positive reals. https://en.wikipedia.org/wiki/Dirichlet_distribution
19
+ /// The Dirichlet distribution is a family of continuous multivariate
20
+ /// probability distributions parameterized by a vector alpha of positive reals.
21
21
/// It is a multivariate generalization of the beta distribution.
22
22
///
23
23
/// # Example
Original file line number Diff line number Diff line change 81
81
//! - Related to real-valued quantities that grow linearly
82
82
//! (e.g. errors, offsets):
83
83
//! - [`Normal`] distribution, and [`StandardNormal`] as a primitive
84
+ //! - [`Cauchy`] distribution
84
85
//! - Related to Bernoulli trials (yes/no events, with a given probability):
85
86
//! - [`Binomial`] distribution
86
87
//! - [`Bernoulli`] distribution, similar to [`Rng::gen_bool`].
95
96
//! - [`ChiSquared`] distribution
96
97
//! - [`StudentT`] distribution
97
98
//! - [`FisherF`] distribution
98
- //! - Related to continuous multivariate probability distributions
99
+ //! - Multivariate probability distributions
99
100
//! - [`Dirichlet`] distribution
100
101
//!
101
102
//! # Examples
You can’t perform that action at this time.
0 commit comments