General Statistics Blog2025-10-21
Statistical Tests Overview
Some of the most common statistical test measures.
Tests of Means (Comparing Averages)
-
- One-Sample t-Test - Tests whether the mean of a single sample differs from a known or hypothesized population mean.
-
- Independent Samples t-Test (Two-Sample t-Test) - Compares means between two independent groups (e.g., treatment vs. control).
-
- Paired Samples t-Test (Dependent t-Test) - Compares means from the same group at two different times (e.g., before vs. after treatment).
-
- One-Way ANOVA (Analysis of Variance) - Tests whether three or more independent groups have different means.
-
- Repeated Measures ANOVA - Tests differences in means when the same subjects are measured under multiple conditions or times.
-
- Two-Way ANOVA - Tests the effect of two independent factors on a dependent variable, including their interaction.
-
- F-statistic
Tests of Relationships and Associations
-
- Pearson Correlation (r) - Measures the strength and direction of a linear relationship between two continuous variables.
-
- Spearman Rank Correlation (ρ) - Nonparametric version of correlation; measures monotonic relationships using ranked data.
-
- Chi-Square Test of Independence - Tests whether two categorical variables are related (e.g., gender vs. voting preference).
-
- Chi-Square Goodness-of-Fit Test - Tests whether observed frequencies match expected frequencies (e.g., dice fairness).
-
- Fisher’s Exact Test - Used instead of Chi-square when sample sizes are small; tests association between two categorical variables.
-
- McNemar’s Test - Tests changes in paired categorical data (e.g., pre/post yes-no responses).
Tests of Regression and Prediction
-
- Simple Linear Regression - Models the relationship between one independent (predictor) and one dependent (outcome) variable.
-
- Multiple Linear Regression - Extends simple regression to include two or more predictors.
-
- Logistic Regression - Predicts a binary outcome (e.g., success/failure) from one or more predictors.
-
- Ordinal Logistic Regression - Predicts an ordered categorical outcome (e.g., satisfaction level).
-
- Cox Proportional Hazards Model - Tests the effect of predictors on time-to-event data (common in survival analysis).
Nonparametric (Distribution-Free) Tests
-
- Mann–Whitney U Test (Wilcoxon Rank-Sum) - Nonparametric alternative to the independent t-test; compares medians between two independent groups.
-
- Wilcoxon Signed-Rank Test - Nonparametric version of the paired t-test; compares median differences within paired data.
-
- Kruskal–Wallis Test - Nonparametric alternative to one-way ANOVA; compares medians among three or more groups.
-
- Friedman Test - Nonparametric alternative to repeated measures ANOVA; compares ranks across repeated conditions.
Tests for Variance and Distribution
-
- Levene’s Test - Tests whether variances are equal across groups (homogeneity of variance).
-
- Bartlett’s Test - Also tests equality of variances; more sensitive to non-normal data.
-
- Shapiro–Wilk Test - Tests whether data are normally distributed (goodness-of-fit to normality).
-
- Kolmogorov–Smirnov (K–S) Test - Compares a sample’s distribution to a reference distribution or compares two distributions.