Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2024-03-18 18:34:06
Size: 740
Comment:
Revision 5 as of 2024-03-18 18:39:12
Size: 1006
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Statistics/JointProbabilities
Line 4: Line 3:
A joint probability is the likelihood of multiple events occurring, either simultaneously or sequentially. The joint probability of two events is notated as ''P(A ∩ B)'', or sometimes more informally as ''P(AB)''. A joint probability is the likelihood of multiple events occurring, either simultaneously or sequentially. The math notation is ''P(A ∩ B)'', or sometimes more informally ''P(AB)''.
Line 14: Line 13:
The intersection of two events ''A'' and ''B'' is the same as event ''A'' times the [[Statistics/ConditionalProbability|conditional probability]] of ''B'' given ''A''. The intersection of two events ''A'' and ''B'' is the same as event ''B'' times the [[Statistics/ConditionalProbability|conditional probability]] of ''A'' given ''B''.

''P(A∩B) = P(A|B) P(B)''
Line 18: Line 19:
''P(A,,1,, ∩ A,,2,, ∩ ... ∩ A,,n-1,, ∩ A,,n,,) = P(A,,1,,|A,,2,, ∩ ... ∩ A,,n,,) ... P(A,,n-1,,|A,,n,,) P(A,,n,,) ''P(A,,1,, ∩ A,,2,, ∩ ... ∩ A,,n-1,, ∩ A,,n,,) = P(A,,1,,|A,,2,, ∩ ... ∩ A,,n,,) ... P(A,,n-1,,|A,,n,,) P(A,,n,,)''

----



== Independence ==

If two events are [[Statistics/Independence|independent]], then the joint probability is simply the product of their individual probabilities.

''P(A∩B) = P(A) P(B)''

This comes trivially from the above decomposition and the definition of independence (i.e., ''P(A|B) = (A)'').

Joint Probability

A joint probability is the likelihood of multiple events occurring, either simultaneously or sequentially. The math notation is P(A ∩ B), or sometimes more informally P(AB).


Decomposition

The intersection of two events A and B is the same as event B times the conditional probability of A given B.

P(A∩B) = P(A|B) P(B)

This can be expanded out to any number of events.

P(A1 ∩ A2 ∩ ... ∩ An-1 ∩ An) = P(A1|A2 ∩ ... ∩ An) ... P(An-1|An) P(An)


Independence

If two events are independent, then the joint probability is simply the product of their individual probabilities.

P(A∩B) = P(A) P(B)

This comes trivially from the above decomposition and the definition of independence (i.e., P(A|B) = (A)).


CategoryRicottone

Statistics/JointProbability (last edited 2024-03-19 15:03:29 by DominicRicottone)