Addition Law
P(A∪B)=P(A)+P(B)−P(A∩B)
Bayes’ Theorem
Suppose A and B are two events.
P(B∣A)=P(A)P(A∣B)×P(B)
Can only be applied when:
- The sample space is partitioned into a set of mutually exclusive events:
{A1,A2,…,An}.
- ∃B⊂S s.t. P(B)>0
- P(Ak∣B) is to be calculated
- At least one of the two sets of possibilities should be given:
- ∀AkP(Ak∩B)
- ∀AkP(Ak) and P(B∣Ak)
Multiplication theorem
P(A∩B)=P(B∣A)×P(A)
P(A∩B∩C)=P(C∣(A∩B))×P(A∩B)
Law of total probability
Relates marginal probablities to conditiional probablities.
Suppose the sample space is partitioned into a countably infinite set of
mutually exclusive events: {A1,A2,…}. Then, for an event B:
P(B)=i=1∑P(B∣Ai)×P(Ai)
Joint Probability
Probability of 2 or more events occuring simultaneously.
For discrete random variables, the marginal probability can be calculated by summing over the joint probability distribution:
P(X=x)=y∑P(X=x,Y=y)
For continuous random variables:
PX(x)=∫−∞∞PX,Y(x,y)dy