Differences between revisions 1 and 2
Revision 1 as of 2024-03-18 18:33:58
Size: 684
Comment: Initial commit
Revision 2 as of 2024-03-18 18:34:06
Size: 740
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Statistics/JointProbabilities

Joint Probability

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).


Decomposition

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

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)


CategoryRicottone

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