Probability distribution: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Ragnar Schroder
(Total rewrite after moving former content into new articles.)
imported>Ragnar Schroder
(Added a few links to see also section + minor stylistic change.)
Line 48: Line 48:




==A formal introduction to the concept==
==A formal introduction==
===Discrete probability distribution===
 
 
===Discrete probability distributions===
Let S be an [[enumerable set]].  S={..., s_0,s_1, ...}.
Let S be an [[enumerable set]].  S={..., s_0,s_1, ...}.
Let f be a function from S to <math>R</math> such that
Let f be a function from S to <math>R</math> such that
Line 58: Line 60:




===Continuous probability distribution===
===Continuous probability distributions===
Let S be an [[ordered set|ordered]] [[uncountably infinite sets|uncountably infinite]] [[set]].   
Let S be an [[ordered set|ordered]] [[uncountably infinite sets|uncountably infinite]] [[set]].   


Let f be a function from S to <math>R</math> such that
Let f be a function from S to <math>R</math> such that
*f(s) &isin; [0,1] for all s &isin; S
*f(s) &isin; [0,1] for all s &isin; S
*The [[Riemann integral]] <math> \int_{-inf}^{inf} f(s)\,ds</math> exists and evaluates to exactly 1.
*The [[Riemann integral]] <math> \int_{-\infty}^{\infty} f(s)\,ds</math> exists and evaluates to exactly 1.


Then f is a probability distribution over the set S.
Then f is a probability distribution over the set S.


==References==
==References==
Line 75: Line 74:


==See also==
==See also==
*[[Discrete probability distribution]]
*[[Continuous probability distribution]]
*[[Probability]]
*[[Probability theory]]
*[[Entropy of a probability distribution]]
*[[Entropy of a probability distribution]]


==Related topics==
==Related topics==

Revision as of 21:23, 26 June 2007

A probability distribution is a mathematical approach to quantifying uncertainty.


There are two main classes of probability distributions: Discrete and continuous. Discrete distributions describe variables that take on discrete values only (typically the positive integers), while continuous distributions describe variables that can take on arbitrary values in a continuum (typically the real numbers).

In more advanced studies, one also comes across hybrid distributions.


A gentle introduction to the concept

Faced with a set of mutually exclusive propositions or possible outcomes, people intuitively put "degrees of belief" on the different alternatives.


A simple example

When you wake up in the morning one of three thing may happen that day:

  • You will get hit by a meteor falling in from space.
  • You will not get hit by a meteor falling in from space, but you'll be struck by lightning.
  • Neither will happen.

Most people will usually intuit a small to zero belief in the first alternative (although it is possible, and is known to actually have occurred), a slightly larger belief in the second, and a rather strong belief in the third.

In mathematics, such intuitive ideas are captured, formalized and made precise by the concept of a discrete probability distribution.


A more complicated example

Rather than a simple list of propositions or outcomes like the one above, one may have a to deal with a continuum.

For example, consider the next new person you'll get to know. How tall will he or she be?

This can be formulated as an uncountably infinite set of propositions, or as a ditto set of possible outcomes of a random experiment.

Let's look at three of these propositions in detail:

...

  • The person is exactly 1.722222222... m tall.

...

  • The person is exactly 2.3 m tall.

...

  • The person is exactly 25.0 m tall.

...

Clearly, we don't believe the person will be 25.0 meters tall. But neither do we believe any of the other propositions. Why should any particular proposition turn out to be the exact correct one among an infinity of others?

But we still somehow feel that the first propostion listed is more "likely" than the second, which again is more "likely" than the third.

Also, we feel that some "ranges" are more likely than others, f.i. a height between 1.5 and 1.8 meters feels "likely", a height between 2.2 and 2.5 m seems possible but unlikely, and a height larger than that seems safe to exclude.

In mathematics, such intuitive ideas are captured, formalized and made precise by the concept of a continuous probability distribution.


A formal introduction

Discrete probability distributions

Let S be an enumerable set. S={..., s_0,s_1, ...}. Let f be a function from S to such that

  • f(s) ∈ [0,1] for all s ∈ S
  • The sum exists and evaluates to exactly 1.

Then f is a probability distribution over the set S.


Continuous probability distributions

Let S be an ordered uncountably infinite set.

Let f be a function from S to such that

  • f(s) ∈ [0,1] for all s ∈ S
  • The Riemann integral exists and evaluates to exactly 1.

Then f is a probability distribution over the set S.

References

  • [1]Person actually hit by a meteorite.


See also


Related topics

External links