Probability Distributions
Bernoulli Trials
TODO
Binomial Distribution
Useful for computing number of success in n Bernoulli trials.
Where is the probability of success on a given trial, n is the number of trials, and is the number of successes in a given trial. (Boslaugh, Statistics in a Nutshell)
Multinomial Distribution
A generalization of the binomial distribution for more than two outcomes.
Negative Binomial Distribution
The number of trials it takes for r successes.
Geometric Distribution
A special case of the negative binomial distribution for .