Login
📚 Mostly Harmless Statistics
Chapters ▾
⇩ Download ▾

5.8 Chapter 5 Formulas

Discrete Distribution Table: 0 ≤ P(xi) ≤ 1 ∑ P(xi) = 1 Discrete Distribution Mean: μ = Σ(xi ∙ P(xi))
Discrete Distribution Variance: σ2 = ∑(xi2 ∙P(xi)) – μ2Discrete Distribution Standard Deviation: σ = σ2
Geometric Distribution: P(X = x) = p q (x – 1), x = 1, 2, 3, … Geometric Distribution Mean: μ = 1p Variance: σ2 = 1pp2 Standard Deviation: σ = 1pp2
Binomial Distribution: P(X = x) = nCx·px ·q(n-x), x = 0, 1, 2, …, n Binomial Distribution Mean: μ = n ∙ p Variance: σ 2 = n ∙ p ∙ q Standard Deviation: σ = n·p·q
Hypergeometric Distribution: P(X = x) = aCx·bCnxNCn p = P(success) q = P(failure) = 1 – p n = sample size N = population size
Unit Change for Poisson Distribution: New μ = old μ( new units  old units )Poisson Distribution: P(X = x) = eμμxx!

Adapted from Mostly Harmless Statistics by Rachel Webb (Portland State University), hosted on LibreTexts (stats.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.