Introduction to Statistics
George Boorman
Curriculum Manager, DataCamp
Sampling without replacement

Sampling without replacement

$$P(\text{Claire}) = \frac{1}{3} = 33\%$$
Probability of the second event is affected by the outcome of the first event

Probability of the second event is affected by the outcome of the first event

Probability of the second event is affected by the outcome of the first event
Sampling without replacement = each pick is dependent

Conditional probability is used to calculate the probability of dependent events




$$P(Order > 150 | Kitchen) = \frac{\frac{20}{1767}}{\frac{181}{1767}}$$
$$P(Order > 150 | Kitchen) = \frac{20}{181} $$

$$P(Kitchen | Order > 150) = \frac{\frac{20}{1767}}{\frac{601}{1767}}$$
$$P(Kitchen | Order > 150) = \frac{20}{601} $$
$$P(A | B) = \frac{{P(A \ \cap \ B)}}{{P(B)}}$$
$P(A | B)$ → Probability of event A, given event B
$P(A \ \cap \ B)$ → Probability of event A and event B
Introduction to Statistics