Probability distribution: Difference between revisions
imported>Ragnar Schroder (Added a few links to see also section + minor stylistic change.) |
mNo edit summary |
||
(16 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | |||
A [[probability distribution]] is a mathematical approach to quantifying uncertainty. | A [[probability distribution]] is a mathematical approach to quantifying uncertainty. | ||
There are two main classes of probability distributions: Discrete and continuous. [[Discrete probability distribution|Discrete distributions]] describe variables that take on discrete values only (typically the positive integers), while [[continuous probability distribution|continuous distributions]] describe variables that can take on arbitrary values in a continuum (typically the real numbers). | There are two main classes of probability distributions: Discrete and continuous. [[Discrete probability distribution|Discrete distributions]] describe variables that take on discrete values only (typically the positive integers), while [[continuous probability distribution|continuous distributions]] describe variables that can take on arbitrary values in a continuum (typically the real numbers). | ||
Line 9: | Line 10: | ||
==A gentle introduction to the concept== | ==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. | Faced with a set of mutually exclusive propositions or possible outcomes, people intuitively put "degrees of belief" on the different alternatives. | ||
===A simple example=== | ===A simple example=== | ||
Line 20: | Line 20: | ||
In mathematics, such intuitive ideas are captured, formalized and made precise by the concept of a [[discrete probability distribution]]. | In mathematics, such intuitive ideas are captured, formalized and made precise by the concept of a [[discrete probability distribution]]. | ||
===A more complicated example=== | ===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. | 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. | For example, consider the next new person you'll get to know. Given a way to measure height ''exactly, with infinite precision'', 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]]. | This can be formulated as an [[uncountably infinite set]] of propositions, or as a ditto set of possible outcomes of a [[random experiment]]. | ||
Line 32: | Line 31: | ||
... | ... | ||
*The person is exactly 1. | *The person is exactly 1.7222... m tall. | ||
... | ... | ||
*The person is exactly 2. | *The person is exactly 2.333... m tall. | ||
... | ... | ||
*The person is exactly 25. | *The person is exactly 25.010101... m tall. | ||
... | ... | ||
Clearly, we don't believe the person will be 25 | Clearly, we don't believe the person will be over 25 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 | But we still somehow feel that the first proposition 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. | Also, we feel that some "ranges" are more likely than others, f.i. a height ''between'' 1.6 and 1.8 meters feels "likely", a height ''between'' 2.2 and 2.4 m seems possible but unlikely, and a height larger than that usually seems safe to exclude. | ||
In mathematics, such intuitive ideas are captured, formalized and made precise by the concept of a [[continuous probability distribution]]. | In mathematics, such intuitive ideas are captured, formalized and made precise by the concept of a [[continuous probability distribution]]. | ||
==A formal introduction== | ==A formal introduction== | ||
===Discrete probability distributions=== | ===Discrete probability distributions=== | ||
Let | Let <math>S=\{ ..., s_0, s_1, ...\}</math> be a countable 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) ∈ [0,1] for all s ∈ S | *f(s) ∈ [0,1] for all s ∈ S | ||
*The sum <math> \sum_{i=- | *The sum <math> \sum_{i=-\infty}^{\infty} f(s_i) </math> exists and evaluates to exactly 1. | ||
Then f is a '''probability mass distribution''' over the set S. The function F on S defined by | |||
<math> | |||
F(s_i)=\sum_{k=-\infty}^{i} f(s_k) | |||
</math> | |||
is said to be a '''discrete probability distribution''' on S. | |||
===Continuous probability distributions=== | ===Continuous probability distributions=== | ||
Let f be a function from | Let f be a function from <math>\mathbb{R}</math> to <math>\mathbb{R}</math> such that | ||
*f(s) | *f is [[measurable function|measurable]] and f(s) ≥ 0 for all s in <math>\mathbb{R}</math> | ||
*The [[ | *The [[Lebesgue integral]] <math> \int_{-\infty}^{\infty} f(s)ds</math> exists and evaluates to exactly 1. | ||
Then f is said to be a '''probability density''' on the real line. The function <math>F:(-\infty,\infty)\rightarrow [0,1]</math> defined as the integral: | |||
<math>F(x)=\int_{-\infty}^{x}f(s)ds,</math> | |||
is said to be a '''continuous probability distribution''' on the real line. This type of distribution is [[absolute continuity|absolutely continuous]] with respect to the [[Lebesgue measure]]. | |||
It should be emphasized that the above is a basic definition of probability distributions on the real line. In [[probability theory]], probability distributions are actually defined much more generally in terms of [[sigma algebra|sigma algebras]] and [[measure|measures]]. Using these general definitions, one can even formulate probability distributions for general classes of abstract sets beyond the real numbers or Euclidean spaces. | |||
==Probability distributions in practice== | |||
===Statistical methods used to choose between distributions and estimate parameters=== | |||
In the first example in this article, one may look through medical records to find approximately how many people are known to suffer such mishaps per century, and from that information create a [[statistic]] to [[statistical parameter estimation|estimate]] the probabilities. A strict [[frequentist interpretation of probability|frequentist]] will stop there, most statisticians will allow non-[[statistics|statisticial]] information to be used to arrive at what would be considered the best available distribution to model the problem. Such information would include knowledge and intuition about peoples tendency to consult doctors after accidents, the comprehensiveness of the records and so on. | |||
==References== | ==References== | ||
Line 91: | Line 105: | ||
*[[Stochastic diffential equations]] | *[[Stochastic diffential equations]] | ||
==External links== | ==External links==[[Category:Suggestion Bot Tag]] | ||
[[Category: | |||
Latest revision as of 11:00, 7 October 2024
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. Given a way to measure height exactly, with infinite precision, 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.7222... m tall.
...
- The person is exactly 2.333... m tall.
...
- The person is exactly 25.010101... m tall.
...
Clearly, we don't believe the person will be over 25 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 proposition 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.6 and 1.8 meters feels "likely", a height between 2.2 and 2.4 m seems possible but unlikely, and a height larger than that usually 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 be a countable set. 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 mass distribution over the set S. The function F on S defined by
is said to be a discrete probability distribution on S.
Continuous probability distributions
Let f be a function from to such that
- f is measurable and f(s) ≥ 0 for all s in
- The Lebesgue integral exists and evaluates to exactly 1.
Then f is said to be a probability density on the real line. The function defined as the integral:
is said to be a continuous probability distribution on the real line. This type of distribution is absolutely continuous with respect to the Lebesgue measure.
It should be emphasized that the above is a basic definition of probability distributions on the real line. In probability theory, probability distributions are actually defined much more generally in terms of sigma algebras and measures. Using these general definitions, one can even formulate probability distributions for general classes of abstract sets beyond the real numbers or Euclidean spaces.
Probability distributions in practice
Statistical methods used to choose between distributions and estimate parameters
In the first example in this article, one may look through medical records to find approximately how many people are known to suffer such mishaps per century, and from that information create a statistic to estimate the probabilities. A strict frequentist will stop there, most statisticians will allow non-statisticial information to be used to arrive at what would be considered the best available distribution to model the problem. Such information would include knowledge and intuition about peoples tendency to consult doctors after accidents, the comprehensiveness of the records and so on.
References
- [1]Person actually hit by a meteorite.
See also
- Discrete probability distribution
- Continuous probability distribution
- Probability
- Probability theory
- Entropy of a probability distribution
Related topics
- Stochastic variables
- Formal logic
- Measure theory
- Sigma algebra
- Quantum probability
- Stochastic convergence
- Stochastic diffential equations
==External links==