Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2024-03-19 19:32:52
Size: 1007
Comment: Content
Revision 6 as of 2026-09-14 23:45:48
Size: 0
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Conditional Probability =

A '''conditional probability''' is the likelihood of an event happening given that another event happens. The math notation is ''P(A|B)'', as in the probability of ''A'' given ''B''.

<<TableOfContents>>

----


== Decomposition ==

{{attachment:decomposition.svg}}



=== Bayes Theorem ===

{{attachment:bayes.svg}}



----



== Independence ==

If two events are [[Statistics/Independence|independent]], then probabilities of one do not change from being conditioned on the other.

Put simply, if the conditioning probability is not 0, then:

''P(A|B) = P(A)''

''P(B|A) = P(B)''

A conditioning probability of 0 will cause the conditional probability to be undefined.

----



== Conditional Independence ==

If events ''A'' and ''B'' are '''conditionally independent''', then:

''P(A|B,C) = P(A|C)''

''P(A,B|C) = P(A|C) P(B|C)''

This interrelation is sometimes notated as ''((A⫫B)|C)''.



----
CategoryRicottone