Content deleted Content added
m replace 'B bariable' first by 'C variable' and finally by 'C event' so that all variable used in following formula are explained |
|||
(37 intermediate revisions by 28 users not shown) | |||
Line 1:
{{Short description|Probability of an event occurring, given that another event has already occurred}}
{{Probability fundamentals}}
In [[probability theory]], '''conditional probability''' is a measure of the [[probability]] of an [[Event (probability theory)|event]] occurring, given that another event (by assumption, presumption, assertion or evidence)
For example, the probability that any given person has a cough on any given day may be only 5%. But if we know or assume that the person is sick, then they are much more likely to be coughing. For example, the conditional probability that someone
{{math|P(''A''{{!}}''B'')}} may or may not be equal to {{math|P(''A'')}}, i.e.,
While conditional probabilities can provide extremely useful information, limited information is often supplied or at hand. Therefore, it can be useful to reverse or convert a conditional probability using [[Bayes' theorem]]: <math>P(A\mid B) = {{P(B\mid A) P(A)}\over{P(B)}}</math>.<ref>{{Cite journal|last1=Dekking|first1=Frederik Michel|last2=Kraaikamp|first2=Cornelis|last3=Lopuhaä|first3=Hendrik Paul|last4=Meester|first4=Ludolf Erwin|date=2005|title=A Modern Introduction to Probability and Statistics|url=https://doi.org/10.1007/1-84628-168-7|journal=Springer Texts in Statistics|language=en-gb|pages=25–40|doi=10.1007/1-84628-168-7|isbn=978-1-85233-896-1 |issn=1431-875X|url-access=subscription}}</ref>
== Definition ==
[[File:Conditional probability.svg|thumb|Illustration of conditional probabilities with an [[Euler diagram]]. The unconditional [[probability]] P(''A'') = 0.30 + 0.10 + 0.12 = 0.52. However, the conditional probability ''P''(''A''
[[File:Probability tree diagram.svg|thumb|On a [[Tree diagram (probability theory)|tree diagram]], branch probabilities are conditional on the event associated with the parent node. (Here, the overbars indicate that the event does not occur.)]]
[[File:Venn Pie Chart describing Bayes' law.png|thumb|Venn
=== Conditioning on an event ===
==== [[Andrey Kolmogorov|Kolmogorov]] definition ====
Given two [[event (probability theory)|events]] {{mvar|A}} and {{mvar|B}} from the [[sigma-field]] of a probability space, with the [[marginal probability|unconditional probability]] of {{mvar|B}} being greater than zero (i.e., {{math|P(''B'') > 0)}}, the conditional probability of {{mvar|A}} given {{mvar|B}} (<math>P(A \mid B)</math>) is the probability of ''A'' occurring if ''B'' has or is assumed to have happened.<ref name=":1">{{Cite book|last=Reichl|first=Linda Elizabeth|title=A Modern Course in Statistical Physics|publisher=WILEY-VCH|year=2016|isbn=978-3-527-69049-7|edition=4th revised and updated|chapter=2.3 Probability}}</ref> ''A'' is assumed to be the set of all possible outcomes of an experiment or random trial that has a restricted or reduced sample space. The conditional probability can be found by the [[quotient]] of the probability of the joint intersection of events {{mvar|A}} and {{mvar|B}}, that is,
:<math>P(A \mid B) = \frac{P(A \cap B)}{P(B)}. </math>
For a sample space consisting of equal likelihood outcomes, the probability of the event ''A'' is understood as the fraction of the number of outcomes in ''A'' to the number of all outcomes in the sample space. Then, this equation is understood as the fraction of the set <math>A \cap B</math> to the set ''B''. Note that the above equation is a definition, not just a theoretical result. We denote the quantity <math>\frac{P(A \cap B)}{P(B)}</math> as <math>P(A\mid B)</math> and call it the "conditional probability of {{mvar|A}} given {{mvar|B}}."
Line 28 ⟶ 27:
Some authors, such as [[Bruno de Finetti|de Finetti]], prefer to introduce conditional probability as an [[Probability axioms|axiom of probability]]:
:<math>P(A \cap B) = P(A \mid B)P(B). </math>
This equation for a conditional probability, although mathematically equivalent, may be intuitively easier to understand. It can be interpreted as "the probability of ''B'' occurring multiplied by the probability of ''A'' occurring, provided that ''B'' has occurred, is equal to the probability of the ''A'' and ''B'' occurrences together, although not necessarily occurring at the same time". Additionally, this may be preferred philosophically; under major [[probability interpretations]], such as the [[Subjective probability|subjective theory]], conditional probability is considered a primitive entity. Moreover, this "multiplication rule" can be practically useful in computing the probability of <math>A \cap B</math> and introduces a symmetry with the summation axiom for Poincaré Formula:
Line 34 ⟶ 33:
:<math>P(A \cup B) = P(A) + P(B) - P(A \cap B)</math>
:Thus the equations can be combined to find a new representation of the :
:<math> P(A \cap B)= P(A) + P(B) - P(A \cup B) = P(A \mid B)P(B) </math>
:<math> P(A \cup B)= {P(A) + P(B) - P(A \mid B){P(B)}} </math>▼
▲:<math> P(A \cup B)= {P(A) + P(B) - P(A \mid B){P(B)}}
==== As the probability of a conditional event ====
Line 44 ⟶ 40:
Conditional probability can be defined as the probability of a conditional event <math>A_B</math>. The [[Goodman–Nguyen–Van Fraassen algebra|Goodman–Nguyen–Van Fraassen]] conditional event can be defined as:
:<math>A_B = \bigcup_{i \ge 1} \left( \bigcap_{j<i} \overline{B}_j, A_i B_i \right), </math> where <math>A_i </math> and <math>B_i </math> represent states or elements of ''A'' or ''B.'' <ref>{{Cite journal|last1=Flaminio|first1=Tommaso|last2=Godo|first2=Lluis|last3=Hosni|first3=Hykel|date=2020-09-01|title=Boolean algebras of conditionals, probability and logic|url=https://www.sciencedirect.com/science/article/pii/S000437022030103X|journal=Artificial Intelligence|language=en|volume=286|
▲</math> represent states or elements of ''A'' or ''B.'' <ref>{{Cite journal|last1=Flaminio|first1=Tommaso|last2=Godo|first2=Lluis|last3=Hosni|first3=Hykel|date=2020-09-01|title=Boolean algebras of conditionals, probability and logic|url=https://www.sciencedirect.com/science/article/pii/S000437022030103X|journal=Artificial Intelligence|language=en|volume=286|pages=103347|doi=10.1016/j.artint.2020.103347|arxiv=2006.04673|s2cid=214584872 |issn=0004-3702}}</ref>
It can be shown that
Line 59 ⟶ 46:
:<math>P(A_B)= \frac{P(A \cap B)}{P(B)}</math>
which meets the Kolmogorov definition of conditional probability.<ref>{{Citation|last=Van Fraassen|first=Bas C.|title=Probabilities of Conditionals|date=1976|url=https://doi.org/10.1007/978-94-010-1853-1_10|work=Foundations of Probability Theory, Statistical Inference, and Statistical Theories of Science: Volume I Foundations and Philosophy of Epistemic Applications of Probability Theory|pages=261–308|editor-last=Harper|editor-first=William L.|series=The University of Western Ontario Series in Philosophy of Science|place=Dordrecht|publisher=Springer Netherlands|language=en|doi=10.1007/978-94-010-1853-1_10|isbn=978-94-010-1853-1|access-date=2021-12-04|editor2-last=Hooker|editor2-first=Clifford Alan|url-access=subscription}}</ref>
=== Conditioning on an event of probability zero ===
Line 66 ⟶ 53:
The case of greatest interest is that of a random variable {{mvar|Y}}, conditioned on a continuous random variable {{mvar|X}} resulting in a particular outcome {{mvar|x}}. The event <math>B = \{ X = x \}</math> has probability zero and, as such, cannot be conditioned on.
Instead of conditioning on {{mvar|X}} being ''exactly'' {{mvar|x}}, we could condition on it being closer than distance <math>\
We can then take the [[limit (mathematics)|limit]]
{{NumBlk|::|<math>\lim_{\
For example, if two continuous random variables {{mvar|X}} and {{mvar|Y}} have a joint density <math>f_{X,Y}(x,y)</math>, then by [[L'Hôpital's rule]] and [[Leibniz integral rule]], upon differentiation with respect to <math>\
:<math>
\begin{aligned}
\lim_{\
\lim_{\
&= \frac{\int_U f_{X, Y}(x_0, y) \, \mathrm{d}y}{\int_\mathbb{R} f_{X, Y}(x_0, y) \, \mathrm{d}y}.
\end{aligned}
</math>
The resulting limit is the [[conditional probability distribution]] of {{mvar|Y}} given {{mvar|X}} and exists when the denominator, the probability density <math>f_X(x_0)</math>, is strictly positive.
It is tempting to ''define'' the undefined probability <math>P(A \mid X=x)</math> using
:<math>\lim_{\
The [[Borel–Kolmogorov paradox]] demonstrates this with a geometrical argument.
=== Conditioning on a discrete random variable ===
{{See also|Conditional probability distribution|Conditional expectation|Regular conditional probability}}
Let {{mvar|X}} be a discrete random variable and its possible outcomes denoted {{mvar|V}}. For example, if {{mvar|X}} represents the value of a rolled
For a value {{mvar|x}} in {{mvar|V}} and an event {{mvar|A}}, the conditional probability
Line 123 ⟶ 110:
where <math> b_i n \in \mathbb{N}</math><ref name=Draheim2017b />
[[Radical probabilism|Jeffrey conditionalization]]<ref>{{citation|first=Richard C.|last=Jeffrey|title=The Logic of Decision
is a special case of partial conditional probability, in which the condition events must form a [[Partition of a set|partition]]:
Line 133 ⟶ 120:
== Example ==
Suppose that somebody secretly rolls two fair six-sided [[dice]], and we wish to compute the probability that the face-up value of the first one is 2, given the information that their sum is no greater than 5.
* Let ''D''<sub>1</sub> be the value rolled on [[dice
* Let ''D''<sub>2</sub> be the value rolled on [[dice
'''''Probability that'' ''D''<sub>1</sub> = 2'''
Line 267 ⟶ 254:
=== Example ===
When [[Morse code]] is transmitted, there is a certain probability that the "dot" or "dash" that was received is erroneous. This is often taken as interference in the transmission of a message. Therefore, it is important to consider when sending a "dot", for example, the probability that a "dot" was received. This is represented by: <math>P(
: <math>P(\text{dot
: <math>P(\text{dot
: <math>P(
Now, <math>P(\text{dot
: <math>P(\text{dot
== Statistical independence ==
Line 294 ⟶ 281:
:<math>P(B\mid A) = P(B)</math>
is also equivalent. Although the derived forms may seem more intuitive, they are not the preferred definition as the conditional probabilities may be undefined, and the preferred definition is symmetrical in ''A'' and ''B''. Independence does not refer to a disjoint event.<ref>{{Cite book|last=Tijms|first=Henk|url=https://www.cambridge.org/core/books/understanding-probability/B82E701FAAD2C0C2CF36E05CFC0FF3F2|title=Understanding Probability|date=2012|publisher=Cambridge University Press|isbn=978-1-107-65856-1|edition=
It should also be noted that given the independent event pair [''A
: <math>P(AB \mid C) = P(A \mid C)P(B \mid C).</math>
This theorem
'''Independent events vs. mutually exclusive events'''
Line 328 ⟶ 315:
:''These fallacies should not be confused with Robert K. Shope's 1978 [http://lesswrong.com/r/discussion/lw/9om/the_conditional_fallacy_in_contemporary_philosophy/ "conditional fallacy"], which deals with counterfactual examples that [[beg the question]].''
=== Assuming conditional probability is of similar size to its inverse ===
{{Main|Confusion of the inverse}}
[[File:
In general, it cannot be assumed that ''P''(''A''|''B'') ≈ ''P''(''B''|''A''). This can be an insidious error, even for those who are highly conversant with statistics.<ref>{{cite book |last=Paulos
:<math>\begin{align}
P(B\mid A) &= \frac{P(A\mid B) P(B)}{P(A)}\\
Line 338 ⟶ 324:
\end{align}</math>
That is, ''P''(''A''|''B'') ≈ ''P''(''B''|''A'') only if ''P''(''B'')/''P''(''A'') ≈ 1, or equivalently, ''P''(''A'') ≈ ''P''(''B'').
=== Assuming marginal and conditional probabilities are of similar size === <!-- Diagram might be nice here -->
Line 346 ⟶ 332:
where the events <math>(B_n)</math> form a countable [[Partition of a set|partition]] of <math>\Omega</math>.
This fallacy may arise through [[selection bias]].<ref>
=== Over- or under-weighting priors ===
Line 354 ⟶ 340:
Formally, ''P''(''A'' | ''B'') is defined as the probability of ''A'' according to a new probability function on the sample space, such that outcomes not in ''B'' have probability 0 and that it is consistent with all original [[probability measure]]s.<ref>George Casella and Roger L. Berger (1990), ''Statistical Inference'', Duxbury Press, {{ISBN|0-534-11958-1}} (p. 18 ''et seq.'')</ref><ref name="grinstead">[http://math.dartmouth.edu/~prob/prob/prob.pdf Grinstead and Snell's Introduction to Probability], p. 134</ref>
Let Ω be a discrete [[sample space]] with [[elementary event]]s {''ω''}, and let ''P'' be the probability measure with respect to the [[σ-algebra]] of Ω. Suppose we are told that the event ''B'' ⊆ Ω has occurred. A new [[probability distribution]] (denoted by the conditional notation) is to be assigned on {''ω''} to reflect this. All events that are not in ''B'' will have null probability in the new distribution. For events in ''B'', two conditions must be met: the probability of ''B'' is one and the relative magnitudes of the probabilities must be preserved. The former is required by the [[Probability axioms|axioms of probability]], and the latter stems from the fact that the new probability measure has to be the analog of ''P'' in which the probability of ''B'' is
#<math>\omega \in B : P(\omega\mid B) = \alpha P(\omega)</math>
Line 370 ⟶ 356:
\end{align}</math>
So the new [[probability distribution]] is
#<math>\omega \in B: P(\omega\mid B) = \frac{P(\omega)}{P(B)}</math>
Line 395 ⟶ 381:
* [[Conditional probability distribution]]
* [[Conditioning (probability)]]
* [[Disintegration theorem]]
* [[Joint probability distribution]]
* [[Monty Hall problem]]
* [[Pairwise independence|Pairwise independent distribution]]
* [[Posterior probability]]
* [[Postselection]]
* [[Regular conditional probability]]
|