Binomial Distribution
← Back to Distributions
The number of successes in n independent Bernoulli trials, each with probability p. P(X = k) = C(n,k) * p^k * (1-p)^(n-k). Used in quality control, A/B testing, and modeling binary outcomes. Approximates Normal for large n.