Expand description

Probability distributions.

Structs

A Bernoulli distribution.
A beta distribution.
A binomial distribution.
A categorical distribution.
A Cauchy distribution.
An exponential distribution.
A gamma distribution.
A Gaussian distribution.
A Laplace distribution.
A logistic distribution.
A lognormal distribution.
A PERT distribution.
A triangular distribution.
A continuous uniform distribution.

Traits

A continuous distribution.
A discrete distribution.
A distribution.
A distribution capable of computing the differential entropy.
A distribution capable of inverting the distribution function.
A distribution capable of computing the excess kurtosis.
A distribution capable of computing the expected value.
A distribution capable of computing the median.
A distribution capable of computing the modes.
A distribution capable of drawing samples.
A distribution capable of computing the skewness.
A distribution capable of computing the variance.