Module multivariate_optimization::distributions
source · Expand description
Univariate and multivariate probability distributions.
Re-exports
pub use crate::triangular::Triangular;
Structs
- Multivariate normal distribution for given average vectors and covariance matrices.
- Univariate (non-standard) normal distribtion with given average and standard deviation.
- Univariate standard normal distribtion.
- Univariate standard normal distribtion with pairwise output.
- Univariate standard normal distribtion with variable length output.
Traits
- Multivariate distribution.
- Numbers supported by generic items of this module.