List of probability distributions

From Wikipedia, the free encyclopedia

Many probability distributions are so important in theory or applications that they have been given specific names.

Contents

[edit] Discrete distributions

[edit] With finite support

  • The Bernoulli distribution, which takes value 1 with probability p and value 0 with probability q = 1 − p.
  • The Rademacher distribution, which takes value 1 with probability 1/2 and value −1 with probability 1/2.
  • The binomial distribution, which describes the number of successes in a series of independent Yes/No experiments.
  • The degenerate distribution at x0, where X is certain to take the value x0. This does not look random, but it satisfies the definition of random variable. This is useful because it puts deterministic variables and random variables in the same formalism.
  • The discrete uniform distribution, where all elements of a finite set are equally likely. This is supposed to be the distribution of a balanced coin, an unbiased die, a casino roulette, or the first card of a well-shuffled deck. Also, one can use measurements of quantum states to generate uniform random variables. All these are "physical" or "mechanical" devices, subject to design flaws or perturbations, so the uniform distribution is only an approximation of their behaviour. In digital computers, pseudo-random number generators are used to produced a statistically random discrete uniform distribution.
  • The hypergeometric distribution, which describes the number of successes in the first m of a series of n independent Yes/No experiments, if the total number of successes is known.
  • Zipf's law or the Zipf distribution. A discrete power-law distribution, the most famous example of which is the description of the frequency of words in the English language.
  • The Zipf-Mandelbrot law is a discrete power law distribution which is a generalization of the Zipf distribution.
  • Fisher's noncentral hypergeometric distribution
  • Wallenius' noncentral hypergeometric distribution

[edit] With infinite support

[edit] Continuous distributions

[edit] Supported on a bounded interval

  • The Beta distribution on [0,1], of which the uniform distribution is a special case, and which is useful in estimating success probabilities.

[edit] Supported on semi-infinite intervals, usually [0,∞)

[edit] Supported on the whole real line

[edit] Joint distributions

For any set of independent random variables the probability density function of the joint distribution is the product of the individual ones.

[edit] Two or more random variables on the same sample space

[edit] Matrix-valued distributions

[edit] Miscellaneous distributions

[edit] See also