This review pulls together everything from the Statistics section. Use it to test yourself across all four areas before moving on.
- Population is everyone of interest; sample is who you measured. Parameter describes a population, statistic describes a sample.
- Descriptive statistics summarizes data you have; inferential statistics generalizes beyond it with stated uncertainty.
- Bias is worse than small size. A big biased sample beats nothing but loses to a small fair one.
- Categorical data records groups; quantitative records amounts. Quantitative splits into discrete (countable) and continuous (measurable).
- Four levels: nominal (names), ordinal (ordered), interval (equal gaps, no true zero), ratio (true zero, ratios valid).
- Bar charts have gaps for categories; histogram bars touch for a continuum.
- xˉ=n∑x. The mean is the balance point and is sensitive to outliers.
- The median is positional and resistant to outliers. The mode is the only center for categorical data.
- Skew is named for the tail. Right-skewed means mean > median.
- s=n−1∑(x−xˉ)2. Deviations always sum to zero, which is why we square them.
- Divide by n−1 for samples (Bessel’s correction) because deviations from xˉ run small.
- Five-number summary: min, Q1, median, Q3, max. IQR=Q3−Q1.
- Outlier fences: Q1−1.5IQR and Q3+1.5IQR.
- Pair mean with standard deviation, or median with IQR.
- P(A)=n(S)n(A) when outcomes are equally likely, and 0≤P(A)≤1.
- P(A′)=1−P(A). Use the complement for “at least one.”
- Addition: P(A∪B)=P(A)+P(B)−P(A∩B).
- Multiplication: P(A∩B)=P(A)P(B∣A), simplifying to P(A)P(B) when independent.
- Mutually exclusive means both can’t happen; independent means one doesn’t affect the other. These are nearly opposites.
- Conditional: P(A∣B)=P(B)P(A∩B). Conditioning changes the denominator.
- P(A∣B)=P(B∣A). Confusing them is the prosecutor’s fallacy.
- Bayes: P(A∣B)=P(B)P(B∣A)P(A). Posterior ∝ likelihood × prior.
- For rare conditions the base rate dominates, so a positive test often means low probability of disease.
- E(X)=∑xP(X=x), the long-run average. It need not be a possible outcome.
- Var(X)=E(X2)−[E(X)]2 is the usual shortcut.
- Binomial requires BINS: binary, independent, fixed n, same p. Then P(X=k)=(kn)pk(1−p)n−k, with μ=np and σ=np(1−p).
- Normal distributions are symmetric with mean = median = mode. μ shifts, σ stretches. Probability is area, so exact values have probability zero.
- z=σx−μ, dimensionless, so it compares across scales.
- Empirical rule: 68-95-99.7 within 1, 2, 3 standard deviations. Requires approximate normality.
- Income, waiting times, and stock returns are not normal.
- CLT: sample means are approximately normal for large n whatever the population shape, with μxˉ=μ and SE=nσ.
- Quadruple n to halve SE. Precision is expensive.
- Confidence interval: xˉ±z∗nσ, with z∗=1.96 for 95%.
- “95% confident” describes the method’s long-run success, not the probability for one interval.
- Higher confidence gives a wider interval. Use the t-distribution when σ is unknown.
- H0 carries the equality and concerns parameters, never statistics.
- p≤α rejects. Otherwise fail to reject, which never means “accept.”
- p-value =P(data this extreme∣H0). It is not P(H0∣data).
- Type I = false positive (rate α); Type II = false negative (rate β). Power =1−β.
- Significance ≠ importance. Large samples make tiny effects significant.
- r measures linear association only; r2 is the proportion of variation explained.
- Correlation admits reverse causation, confounding, coincidence, and selection effects.
Example 1: Center and spread.
Data: 6, 9, 9, 12, 14
Mean: 550=10. Median: 9. Mode: 9.
Squared deviations: 16,1,1,4,16, summing to 38.
s=438=9.5≈3.08
Example 2: Outlier check.
Data with Q1=18, Q3=30. Is 50 an outlier?
IQR=12, so the upper fence is 30+1.5(12)=48. Since 50>48, yes.
Example 3: Complement rule.
Five dice are rolled. Find P(at least one 4).
1−(65)5=1−77763125≈0.598
Example 4: Conditional probability.
Of 300 people, 120 exercise and 45 of those sleep well. Find P(sleeps well∣exercises).
12045=0.375
Example 5: Bayes by counts.
Prevalence 2%, sensitivity 95%, specificity 90%. Find the positive predictive value.
Per 10,000: diseased 200 → 190 true positives. Healthy 9,800 → 980 false positives.
190+980190=1170190≈0.162
About 16%, despite a good test, because healthy people vastly outnumber sick ones.
Example 6: Expected value.
A game pays 8 dollars with probability 0.25 and loses 2 dollars otherwise. Find E.
E=8(0.25)+(−2)(0.75)=2−1.5=+0.50
Example 7: Binomial.
n=8, p=0.5. Find P(X=6).
(68)(0.5)8=28×2561=25628≈0.109
Example 8: Z-score comparison.
Score 92 where μ=80,σ=6 versus score 65 where μ=50,σ=10.
z1=612=2.0z2=1015=1.5
The first is stronger relative to its distribution.
Example 9: Standard error.
σ=18, n=81.
SE=918=2
Example 10: Confidence interval.
xˉ=44, σ=12, n=144, 95% confidence.
SE=1212=1,ME=1.96⇒(42.04,45.96)
Example 11: Hypothesis test.
H0:μ=20, xˉ=22.4, σ=8, n=100, two-tailed at α=0.05.
z=0.822.4−20=3.0
Two-tailed p-value ≈0.0027≤0.05, so reject H0.
Example 12: Correlation.
r=−0.7. Direction is negative, strength is strong, and r2=0.49, so 49% of variation is explained.
Retrying will remove your ✅ checkmark until you pass again.