|
Bernoulli
|
|
|
Binomial
|
|
|
Categorical
|
Categorical distribution (finite discrete distribution over k categories with probabilities).
|
|
Geometric
|
Geometric distribution (number of failures before the first success).
|
|
Hypergeometric
|
Hypergeometric distribution
|
|
LabelledCategorical<'Label>
|
A wrapper around the Categorical distribution that associates each probability with a custom label of type 'Label.
|
|
Multinomial
|
|
|
NegativeBinomial_failures
|
The distribution of the number of failures (k) before the rth success in repeated independent bernoulli trials with individual probability p.
|
|
NegativeBinomial_trials
|
The distribution of the number of trials needed (x) to get the rth success in repeated independent bernoulli trials with individual probability p.
|
|
Poisson
|
|