Continuous probability distribution: Difference between revisions
imported>Ragnar Schroder (Creating the initial stub) |
Pat Palmer (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | |||
A '''continuous probability distribution''' is one of the three main types of [[probability distribution|probability distributions]], along with [[discrete probability distribution|discrete]] and [[hybrid probability distribution|hybrid]] ones. | |||
A discrete distribution describes variables that take on discrete values only (typically the positive integers), while a continuous one describes variables that can take on arbitrary values in a continuum (typically the real numbers). A hybrid then incorporates both. | |||
Line 33: | Line 37: | ||
=== Important examples === | === Important examples === | ||
[[ | [[Normal distribution]] - Also known as the Gaussian distribution. | ||
[[Uniform continuous distribution]] - | [[Uniform continuous distribution]] - | ||
Line 62: | Line 66: | ||
*[[Stochastic diffential equations]] | *[[Stochastic diffential equations]] | ||
==External links== | ==External links==[[Category:Suggestion Bot Tag]] |
Latest revision as of 11:23, 1 October 2024
A continuous probability distribution is one of the three main types of probability distributions, along with discrete and hybrid ones.
A discrete distribution describes variables that take on discrete values only (typically the positive integers), while a continuous one describes variables that can take on arbitrary values in a continuum (typically the real numbers). A hybrid then incorporates both.
Introduction to continuous distributions
We may have a set of mutually exclusive propositions or possible outcomes that is neither discrete nor finite.
For instance, consider the following infinite set of propositions:
- The height of the next individual we'll meet is 0.0 meters.
- ...
- The height of the next individual we'll meet is 1.0 meters.
- ...
The height of an individual is a real number that in principle may take on any value.
The difficulty here is that there are too many propositions, we would never expect any one picked in advance to turn out to be the right one.
The solution is essentially a trick: One accepts that the probability for any one proposition is essentially zero (or infinitesimal), and instead concentrates on partitions of the set of propositions, in practice intervals in R. The probability assigned to an interval around f.i. 1.7 meters should thus be much larger than the one assigned to a similar size interval around f.i. 2.5 meters.
Formal definition
A continuous probability distribution is a function that, whren integrated over a set representing an event, gives the probability of that event. In other words,
.
In practice, the "event" A corresponds to a range of values, say , so the above integral will tae the more familiar form
Important examples
Normal distribution - Also known as the Gaussian distribution.
Uniform continuous distribution -
Exponential distribution - Given a sequence of events, and the waiting time between two consequitive events is independent of how long we've already waited, the time between events follows the exponential distribution.
References
See also
Related topics
- Stochastic variables
- Formal logic
- Measure theory
- Sigma algebra
- Quantum probability
- Stochastic convergence
- Stochastic diffential equations
==External links==