Each standard probability distribution has a pre-derived variance formula that bypasses the need for summation or integration. These formulas are established results obtained by applying the general variance definition to each distribution's specific probability function. Variance Formulas for Discrete Distributions
| Distribution | Formula | Parameters |
|---|
| Discrete Uniform | Var(X)=12(b−a+1)2−1 | a = minimum value, b = maximum value |
| Binomial | Var(X)=np(1−p) | n = number of trials, p = probability of success |
| Geometric | Var(X)=p21−p | p = probability of success on each trial |
| Negative Binomial | Var(X)=p2r(1−p) | r = number of successes needed, p = probability of success |
| Hypergeometric | Var(X)=nNKNN−KN−1N−n | n = sample size, K = successes in population, N = population size |
| Poisson | Var(X)=λ | λ = average rate of occurrence per interval |
Variance Formulas for Continuous Distributions
| Distribution | Formula | Parameters |
|---|
| Continuous Uniform | Var(X)=12(b−a)2 | a = lower bound of interval, b = upper bound of interval |
| Exponential | Var(X)=λ21 | λ = rate parameter (events per unit time) |
| Normal | Var(X)=σ2 | μ = mean (location parameter), σ2 = variance parameter |
For derivations and detailed explanations, see each distribution's individual page. Using these formulas is faster and more reliable than computing from scratch.