Key formulas
Normal PDF
f(x) = (1 / (σ√(2π))) × exp(−(x − μ)² / (2σ²))
From the Distributions formula sheet
- Binomial PMF:
P(X = k) = C(n,k)p^k(1-p)^(n-k)— Exact probability of k successes in n independent Bernoulli trials. - Z-Score:
z = (x - mu) / sigma— Standardizes a value by measuring standard deviations from the mean.