Jump to content

Probability distribution: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Pabristow (talk | contribs)
Line 209: Line 209:
*[http://www.sitmo.com/eqcat/8 Probability Distributions] in Quant Equation Archive, sitmo
*[http://www.sitmo.com/eqcat/8 Probability Distributions] in Quant Equation Archive, sitmo
*[http://www.covariable.com/continuous.html A Probability Distribution Calculator]
*[http://www.covariable.com/continuous.html A Probability Distribution Calculator]
*[http://sourceforge.net/projects/distexplorer/ Distribution Explorer], is a mixed C++ and C# Windows application that allows you to explore the properties of various statistical distributions, and calculate the Cumulative Distribution Function CDF, Probability Distribution Function PDF, or quantiles/percentiles. Is it written using open-source C++ from the [http://www.boost.org Boost] Math Toolkit library.


[[Category:Probability and statistics]]
[[Category:Probability and statistics]]

Revision as of 11:54, 24 August 2008

In probability theory and statistics, a probability distribution describes the range of possible values that a random variable can attain and the probability that the value of the random variable is within any (measurable) subset of that range.

When the random variable takes values in the set of real numbers, the probability distribution is completely described by the cumulative distribution function, whose value at each real x is the probability that the random variable is smaller than or equal to x.

The concept of the probability distribution and the random variables which they describe underlies the mathematical discipline of probability theory, and the science of statistics. There is spread or variability in almost any value that can be measured in a population (e.g. height of people, durability of a metal, etc.); almost all measurements are made with some intrinsic error; in physics many processes are described probabilistically, from the kinetic properties of gases to the quantum mechanical description of fundamental particles. For these and many other reasons, simple numbers are often inadequate for describing a quantity, while probability distributions are often more appropriate.

There are various probability distributions that show up in various different applications. One of the more important ones is the normal distribution, which is also known as the Gaussian distribution or the bell curve and approximates many different naturally occuring distributions. The toss of a fair coin yields another familiar distribution, where the possible values are heads or tails, each with probability .

Rigorous definitions

In probability theory, every random variable may be attributed to a function defined on a state space equipped with a probability distribution that assigns a probability to every subset (more precisely every measurable subset) of its state space in such a way that the probability axioms are satisfied. That is, probability distributions are probability measures defined over a state space instead of the sample space. A random variable then defines a probability measure on the sample space by assigning a subset of the sample space the probability of its inverse image in the state space. In other words the probability distribution of a random variable is the push forward measure of the probability distribution on the state space.

In other words, given a random variable between a probability space , the sample space, and a measurable space , called the state space, a probability distribution on (Y, Σ) is a probability measure where is the push forward measure of P.

Probability distributions of real-valued random variables

Because a probability distribution Pr on the real line is determined by the probability of being in a half-open interval Pr(ab], the probability distribution of a real-valued random variable X is completely characterized by its cumulative distribution function:

Discrete probability distribution

A probability distribution is called discrete if its cumulative distribution function only increases in jumps. More precisely, a probability distribution is discrete if there is a finite or countable set whose probability is 1.

For many familiar discrete distributions, the set of possible values is topologically discrete in the sense that all its points are isolated points. But, there are discrete distributions for which this countable set is dense on the real line.

Discrete distributions are characterized by a probability mass function, such that

Continuous probability distribution

By one convention, a probability distribution is called continuous if its cumulative distribution function is continuous, which means that it belongs to a random variable X for which Pr[ X = x ] = 0 for all x in R.

Another convention reserves the term continuous probability distribution for absolutely continuous distributions. These distributions can be characterized by a probability density function: a non-negative Lebesgue integrable function defined on the real numbers such that

Discrete distributions and some continuous distributions (like the devil's staircase) do not admit such a density.

Terminology

The support of a distribution is the smallest closed interval/set whose complement has probability zero.

The probability density function of the sum of two independent random variables is the convolution of each of their density functions.

The probability density function of the difference of two random variables is the cross-correlation of each of their density functions.

A discrete random variable is a random variable whose probability distribution is discrete. Similarly, a continuous random variable is a random variable whose probability distribution is continuous.

List of important probability distributions

Certain random variables occur very often in probability theory, in some cases due to their application to many natural and physical processes, and in some cases due to theoretical reasons such as the central limit theorem, the Poisson limit theorem, or properties such as memorylessness or other characterizations. Their distributions therefore have gained special importance in probability theory.

Discrete distributions

  • 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 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. It 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 a well-shuffled deck of playing cards. 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 produce a statistically random discrete uniform distribution.
  • The hypergeometric distribution, which describes the number of successes in the first m of a series of n 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.

With infinite support

Poisson distribution
Skellam distribution

Continuous distributions

Supported on a bounded interval

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

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

chi-square distribution
Exponential distribution
Gamma distribution
Pareto distribution

Supported on the whole real line

Cauchy distribution
Laplace distribution
Lévy skew alpha-stable distribution
Normal distribution

Joint distributions

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

Two or more random variables on the same sample space

Matrix-valued distributions

Miscellaneous distributions

See also

Template:Statistics portal