Model the behavior of sample proportions under the Central Limit Theorem. Compute z‑scores, probabilities, and interval estimates for inference.
The sample proportion p̂ is a random variable. Its sampling distribution describes how p̂ varies from sample to sample. Under the Central Limit Theorem, for large n, p̂ is approximately normal with mean p and standard error √[p(1‑p)/n].
Standard Error:
SE = √[ p(1‑p) / n ]
z‑score for p̂: z = (p̂ − p) / SE
CDF (normal approximation): P(p̂ ≤ x) ≈ Φ( (x−p)/SE )
If conditions are violated, normal approximation may be poor. Consider exact binomial.