Probability theory
From Wikipedia, the free encyclopedia
Categories: Articles needing additional references from January 2008 | All articles with unsourced statements | Articles with unsourced statements since July 2007 | Probability theory | Mathematical analysis
Probability theory is the branch of mathematics concerned with analysis of random phenomena.[1] The central objects of probability theory are random variables, stochastic processes, and events: mathematical abstractions of non-deterministic events or measured quantities that may either be single occurrences or evolve over time in an apparently random fashion. Although an individual coin toss or the roll of a die is a random event, if repeated many times the sequence of random events will exhibit certain statistical patterns, which can be studied and predicted. Two representative mathematical results describing such patterns are the law of large numbers and the central limit theorem. As a mathematical foundation for statistics, probability theory is essential to many human activities that involve quantitative analysis of large sets of data. Methods of probability theory also apply to description of complex systems given only partial knowledge of their state, as in statistical mechanics. A great discovery of twentieth century physics was the probabilistic nature of physical phenomena at atomic scales, described in quantum mechanics.
HistoryThe mathematical theory of probability has its roots in attempts to analyse games of chance by Gerolamo Cardano in the sixteenth century, and by Pierre de Fermat and Blaise Pascal in the seventeenth century (for example the "problem of points"). Initially, probability theory mainly considered discrete events, and its methods were mainly combinatorial. Eventually, analytical considerations compelled the incorporation of continuous variables into the theory. This culminated in modern probability theory, the foundations of which were laid by Andrey Nikolaevich Kolmogorov. Kolmogorov combined the notion of sample space, introduced by Richard von Mises, and measure theory and presented his axiom system for probability theory in 1933. Fairly quickly this became the undisputed axiomatic basis for modern probability theory.[2] TreatmentMost introductions to probability theory treat discrete probability distributions and continuous probability distributions separately. The more mathematically advanced measure theory based treatment of probability covers both the discrete, the continuous, any mix of these two and more. Discrete probability distributionsDiscrete probability theory deals with events that occur in countable sample spaces. Examples: Throwing dice, experiments with decks of cards, and random walk. Classical definition: Initially the probability of an event to occur was defined as number of cases favorable for the event, over the number of total outcomes possible in an equiprobable sample space. For example, if the event is "occurrence of an even number when a die is rolled", the probability is given by Failed to parse (Missing texvc executable; please see math/README to configure.): \tfrac{3}{6}=\tfrac{1}{2} , since 3 faces out of the 6 have even numbers and each face has the same probability of appearing. Modern definition: The modern definition starts with a set called the sample space, which relates to the set of all possible outcomes in classical sense, denoted by Failed to parse (Missing texvc executable; please see math/README to configure.): \Omega=\left \{ x_1,x_2,\dots\right \} . It is then assumed that for each element Failed to parse (Missing texvc executable; please see math/README to configure.): x \in \Omega\, , an intrinsic "probability" value Failed to parse (Missing texvc executable; please see math/README to configure.): f(x)\, is attached, which satisfies the following properties:
of the sample space Failed to parse (Missing texvc executable; please see math/README to configure.): \Omega\, . The probability of the event Failed to parse (Missing texvc executable; please see math/README to configure.): E\, defined as
The function Failed to parse (Missing texvc executable; please see math/README to configure.): f(x)\, mapping a point in the sample space to the "probability" value is called a probability mass function abbreviated as pmf. The modern definition does not try to answer how probability mass functions are obtained; instead it builds a theory that assumes their existence. Continuous probability distributionsContinuous probability theory deals with events that occur in a continuous sample space. Classical definition: The classical definition breaks down when confronted with the continuous case. See Bertrand's paradox. Modern definition: If the sample space is the real numbers (Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{R} ), then a function called the cumulative distribution function (or cdf) Failed to parse (Missing texvc executable; please see math/README to configure.): F\, is assumed to exist, which gives Failed to parse (Missing texvc executable; please see math/README to configure.): P(X\le x) = F(x)\, for a random variable X. That is, F(x) returns the probability that X will be less than or equal to x. The cdf must satisfy the following properties.
is a monotonically non-decreasing, right-continuous function;
is differentiable, then the random variable X is said to have a probability density function or pdf or simply density Failed to parse (Missing texvc executable; please see math/README to configure.): f(x)=\frac{dF(x)}{dx}\,.
is defined as
and other continuous sample spaces. Measure theoretic probability theoryThe raison d'être of the measure theoretic treatment of probability is that it unifies the discrete and the continuous, and makes the difference a question of which measure is used. Furthermore, it covers distributions that are neither discrete nor continuous. An example of such distributions could be a mix of discrete and continuous distributions, for example, a random variable which is 0 with probability 1/2, and takes a value from random normal distribution with probability 1/2. It can still be studied to some extent by considering it to have a pdf of Failed to parse (Missing texvc executable; please see math/README to configure.): (\delta[x] + \phi(x))/2 , where Failed to parse (Missing texvc executable; please see math/README to configure.): \delta[x] is the Kronecker delta function. Other distributions may not even be a mix, for example, the Cantor distribution has no positive probability for any single point, neither does it have a density. The modern approach to probability theory solves these problems using measure theory to define the probability space: Given any set Failed to parse (Missing texvc executable; please see math/README to configure.): \Omega , (also called sample space) and a σ-algebra Failed to parse (Missing texvc executable; please see math/README to configure.): \mathcal{F}\, on it, a measure Failed to parse (Missing texvc executable; please see math/README to configure.): P is called a probability measure if
is non-negative;
is a Borel σ-algebra then there is a unique probability measure on Failed to parse (Missing texvc executable; please see math/README to configure.): \mathcal{F}\, for any cdf, and vice versa. The measure corresponding to a cdf is said to be induced by the cdf. This measure coincides with the pmf for discrete variables, and pdf for continuous variables, making the measure theoretic approach free of fallacies. The probability of a set Failed to parse (Missing texvc executable; please see math/README to configure.): E\,
in the σ-algebra Failed to parse (Missing texvc executable; please see math/README to configure.): \mathcal{F}\,
is defined as
where the integration is with respect to the measure induced by Failed to parse (Missing texvc executable; please see math/README to configure.): F\,.
Probability distributionsCertain random variables occur very often in probability theory because they well describe many natural or physical processes. Their distributions therefore have gained special importance in probability theory. Some fundamental discrete distributions are the discrete uniform, Bernoulli, binomial, negative binomial, Poisson and geometric distributions. Important continuous distributions include the continuous uniform, normal, exponential, gamma and beta distributions. Convergence of random variablesIn probability theory, there are several notions of convergence for random variables. They are listed below in the order of strength, i.e., any subsequent notion of convergence in the list implies convergence according to all of the preceding notions.
converges to the random variable Failed to parse (Missing texvc executable; please see math/README to configure.): X\, in distribution if their respective cumulative distribution functions Failed to parse (Missing texvc executable; please see math/README to configure.): F_1,F_2,\dots\, converge to the cumulative distribution function Failed to parse (Missing texvc executable; please see math/README to configure.): F\, of Failed to parse (Missing texvc executable; please see math/README to configure.): X\, , wherever Failed to parse (Missing texvc executable; please see math/README to configure.): F\, is continuous.
is said to converge towards the random variable Failed to parse (Missing texvc executable; please see math/README to configure.): X\,
weakly if Failed to parse (Missing texvc executable; please see math/README to configure.): \lim_{n\rightarrow\infty}P\left(\left|X_n-X\right|\geq\varepsilon\right)=0
for every ε > 0. Weak convergence is also called convergence in probability.
is said to converge towards the random variable Failed to parse (Missing texvc executable; please see math/README to configure.): X\,
strongly if Failed to parse (Missing texvc executable; please see math/README to configure.): P(\lim_{n\rightarrow\infty} X_n=X)=1
. Strong convergence is also known as almost sure convergence.
show an increasing correlation with Failed to parse (Missing texvc executable; please see math/README to configure.): X\, . However, in case of convergence in distribution, the realized values of the random variables do not need to converge, and any possible correlation among them is immaterial. Law of large numbersCommon intuition suggests that if a fair coin is tossed many times, then roughly half of the time it will turn up heads, and the other half it will turn up tails. Furthermore, the more often the coin is tossed, the more likely it should be that the ratio of the number of heads to the number of tails will approach unity. Modern probability provides a formal version of this intuitive idea, known as the law of large numbers. This law is remarkable because it is nowhere assumed in the foundations of probability theory, but instead emerges out of these foundations as a theorem. Since it links theoretically-derived probabilities to their actual frequency of occurrence in the real world, the law of large numbers is considered as a pillar in the history of statistical theory.[1]
of Failed to parse (Missing texvc executable; please see math/README to configure.): X_1,X_2,...\, (independent and identically distributed random variables with finite expectation Failed to parse (Missing texvc executable; please see math/README to configure.): \mu ) converges towads the theoretical expectation Failed to parse (Missing texvc executable; please see math/README to configure.): \mu.
Putting this in terms of random variables and LLN we have Failed to parse (Missing texvc executable; please see math/README to configure.): Y_1,Y_2,...\, are independent Bernoulli random variables taking values 1 with probability p and 0 with probability 1-p. Failed to parse (Missing texvc executable; please see math/README to configure.): \textrm{E}(Y_i)=p for all i and it follows from LLN that Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{\sum Y_n}{n}\, converges to p almost surely. Central limit theoremThe central limit theorem is the reason for the ubiquitous occurrence of the normal distribution in nature; it is one of the most celebrated theorems in probability and statistics.[citation needed] The theorem states that the average of many independent and identically distributed random variables with finite variance tends towards a normal distribution irrespective of the distribution followed by the original random variables. Formally, let Failed to parse (Missing texvc executable; please see math/README to configure.): X_1,X_2,\dots\, be independent random variables with mean Failed to parse (Missing texvc executable; please see math/README to configure.): \mu_\, and variance Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma^2 > 0.\, Then the sequence of random variables
converges in distribution to a standard normal random variable. See also
Bibliography
References
af:Waarskynlikheidsleer ar:نظرية الاحتمالات bg:Теория на вероятностите ca:Teoria de la probabilitat cs:Teorie pravděpodobnosti da:Sandsynlighedsregning de:Wahrscheinlichkeitstheorie et:Tõenäosusteooria el:Πιθανότητα es:Teoría de la probabilidad eo:Probablokalkulo eu:Probabilitate teoria fa:نظریه احتمالات fr:Théorie des probabilités gl:Teoría da probabilidade ko:확률론 id:Probabilitas is:Líkindafræði it:Teoria della probabilità he:תורת ההסתברות ka:ალბათობის თეორია lv:Varbūtību teorija lt:Tikimybių teorija mk:Теорија на веројатност nl:Kansrekening ja:確率論 no:Sannsynlighetsteori pl:Teoria prawdopodobieństwa pt:Teoria das probabilidades ro:Teoria probabilităţilor ru:Теория вероятностей sr:Теорија вероватноће fi:Todennäköisyysteoria sv:Sannolikhetsteori th:ทฤษฎีความน่าจะเป็น vi:Lý thuyết xác suất tk:Ahtimallyk Teoriyasy uk:Випадковий процес |


