Statistical Inference Methods Cheat Sheet
The core ideas of Statistical Inference Methods distilled into a single, scannable reference — perfect for review or quick lookup.
Quick Reference
Sampling Distribution
The distribution of a statistic computed from all possible samples of a given size. The CLT describes how sampling distributions become approximately normal as sample size increases.
Central Limit Theorem
For large samples, the sampling distribution of the sample mean is approximately normal regardless of population shape. For proportions, np >= 10 and n(1-p) >= 10 must hold.
Confidence Interval for a Proportion
Interval estimate: p-hat +/- z* sqrt(p-hat(1-p-hat)/n). Conditions: random, Large Counts, 10% condition.
Confidence Interval for a Mean
Interval estimate using t-distribution: x-bar +/- t* (s/sqrt(n)) with df = n-1. Used when population SD is unknown.
Hypothesis Test
Formal procedure: state H0 and Ha, compute test statistic, find p-value, conclude in context.
Chi-Square Test
Test for categorical data. GOF checks observed vs expected frequencies. Independence checks association between variables. Statistic: sum((O-E)^2/E).
Inference for Regression Slope
Testing whether slope beta = 0. Uses t = b/SE_b with df = n-2. CI: b +/- t* SE_b.
Power of a Test
Probability of correctly rejecting a false H0: Power = 1 - beta. Increases with larger n, larger effect, higher alpha.
Key Terms at a Glance
Get study tips in your inbox
We'll send you evidence-based study strategies and new cheat sheets as they're published.
We'll notify you about updates. No spam, unsubscribe anytime.