Skip to main content

Notation & Formulae

Notation

P(AB)P(A \cap B) \rightarrow The probability of A AND B

P(AB)P(A \cup B) \rightarrow The probability of A OR B

P(AB)P(A | B) \rightarrow The conditional probability of A given B

Formulae

Probability of A and B

P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)

Probability of A or B

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

Probability of A given B

P(AB)P(A | B) \rightarrow The conditional probability of A given B

P(AB)=P(AB)P(B)P(A | B) = \frac{P(A \cap B)}{P(B)}