Reference

Statistics Formula Sheet

Every formula from the course, with a plain-English reading next to each one. Print it, fold it, tape it inside your notebook — and click any course heading to revisit the lessons where the formula is a toy you can play with.

Need a critical value? → Tables & calculators

More one-page printables: the which-test cheat sheet, the APA reporting cheat sheet, and the assumption-checks cheat sheet.

Stats 1 — Foundations

ConceptFormulaRead it as
Meanx̄ = Σxᵢ / nAdd everything, divide by the count.
Sample variances² = Σ(xᵢ − x̄)² / (n − 1)Average squared distance from the mean (n − 1 because it's a sample).
Standard deviations = √s²Typical distance from the mean, back in the original units.
Z-scorez = (x − μ) / σHow many SDs a value sits above or below the mean.
Standard error of the meanSE = s / √nHow much x̄ wobbles from sample to sample.
Confidence interval (mean)x̄ ± t* · SEEstimate ± margin of error; t* from df = n − 1 (≈ 2 for 95%).
One-sample tt = (x̄ − μ₀) / (s / √n)Distance from the reference value, in standard-error units. df = n − 1.
Paired tt = d̄ / (sd / √n)The one-sample t, run on each person's difference score.
Independent tt = (x̄₁ − x̄₂) / SEdiffThe gap between two means over its standard error (Welch: no pooling).
Cohen's dd = (x̄₁ − x̄₂) / spooledMean difference in SD units — 0.2 / 0.5 / 0.8 ≈ small / medium / large.
Empirical rule68% · 95% · 99.7%Share of a normal distribution within ±1, ±2, ±3 SD.

Stats 2 — Comparing Groups & Relationships

ConceptFormulaRead it as
F-ratio (ANOVA)F = MSbetween / MSwithinSignal over noise; each MS = SS / df.
ANOVA dfdfb = k − 1, dfw = N − kk groups, N total observations.
Eta-squaredη² = SSbetween / SStotalShare of outcome variance explained by group membership.
Bonferroni correctionαeach = α / mSplit your alpha across m comparisons.
Chi-squareχ² = Σ (O − E)² / EHow far observed counts stray from what independence expects.
Expected countE = (row total × column total) / NEach cell's count if the two variables were unrelated.
Chi-square dfdf = (r − 1)(c − 1)Rows and columns of the contingency table.
Cramér's VV = √( χ² / (N · (min(r,c) − 1)) )Effect size for χ², from 0 to 1.
Pearson rr = Σ zxzy / (n − 1)The average product of paired z-scores.
Regression slopeb = r · (sy / sx)Predicted change in y per one-unit rise in x.
Intercepta = ȳ − b·x̄The least-squares line always passes through (x̄, ȳ).
R² = 1 − SSres / SStotShare of y's variance the model explains.

Stats 3 — Advanced Modeling

ConceptFormulaRead it as
Multiple regressionŷ = b₀ + b₁x₁ + … + bkxkEach bⱼ is that predictor's effect holding the others constant.
Adjusted R²1 − (1 − R²)(n − 1) / (n − k − 1)R² with rent charged per predictor.
VIFVIFj = 1 / (1 − R²j)How much overlap with other predictors inflates bⱼ's variance (worry near 10).
Interaction modelŷ = b₀ + b₁x + b₂m + b₃(x·m)x's slope becomes b₁ + b₃m — it depends on the moderator.
Indirect effecta × bX→M path times M→Y path; test it with a bootstrap CI.
Effect decompositionc = c′ + a·bTotal effect = direct + indirect (through the mediator).
Logistic modelln( p / (1 − p) ) = b₀ + b₁xA straight line — on the log-odds scale.
Odds ratioOR = ebMultiplies the odds per one-unit rise in the predictor.
AIC / BIC−2·lnL + 2k  ·  −2·lnL + k·ln(n)Fit plus a complexity penalty; lower wins. BIC punishes harder as n grows.

Stats 4 — Modern & Advanced

ConceptFormulaRead it as
Bayes' theoremP(θ | data) ∝ P(data | θ) · P(θ)Posterior ∝ likelihood × prior.
Beta–Binomial updateBeta(a, b) → Beta(a + k, b + n − k)See k successes in n trials: add them straight into the prior.
Percentile bootstrap CI[2.5th, 97.5th percentile]…of the statistic across thousands of with-replacement resamples.
GLMg(μ) = b₀ + b₁x₁ + …Link g puts the line on the right scale: logit (binary), log (counts).
Intraclass correlationICC = τ² / (τ² + σ²)Share of total variance sitting between clusters.
Kaplan–MeierŜ(t) = Π (1 − dᵢ / nᵢ)Multiply survival through each event time (censored cases stay in nᵢ while observed).
Cox modelh(t) = h₀(t) · eb₁x₁ + …eb is the hazard ratio for that predictor.
Meta-analysis weightwᵢ = 1 / vᵢ  (random-effects: 1 / (vᵢ + τ²))Precise studies pull the pooled estimate hardest.
share of spread beyond chance≈ 25 / 50 / 75% — low / moderate / high heterogeneity.

Formulas are the receipts, not the idea. If any row feels like symbols instead of a picture, that's the lesson to revisit — every one of these has an interactive where you can watch the formula happen.