Probability
Tip
You dont need to derive any of these, you just need to know them! Know the 6 rules
Size | 1 | 2 | 3 | 4 | 5 | 6 | 7+ |
---|---|---|---|---|---|---|---|
Proportion | 0.29 | 0.35 | 0.15 | 0.12 | 0.06 | 0.02 | 0.01 |
The conditional probability of event \(A\) given event \(B\), denoted \(P(A|B)\)
\[ P(A|B) = \frac{P(A\; and\; B)}{P(B)} = \frac{P(A \cap B)}{P(B)} \]
\[ P(A | B) = \frac{P(B | A) * P(A)}{P(B)} \]
Tip
This rule is the foundation of data science and machine learning!
Note
Does this seem right?