Difference between parametric and nonparametric test
parametric vs nonparametric tests statistics differences
| Feature | Parametric | Nonparametric |
|---|---|---|
| Distributional assumption | Requires data to follow a known distribution (usually normal) | No distribution assumed ("distribution-free") |
| Data type | Interval or ratio (continuous) | Ordinal, nominal, or non-normal continuous |
| Central measure | Mean | Median or ranks |
| Statistical power | Higher (when assumptions met) | Lower for same sample size |
| Sample size | Works well with moderate to large samples | Better suited for small samples |
| Sensitivity to outliers | High - outliers can distort results | Low - rank-based methods are resistant |
| Parametric Test | Nonparametric Equivalent | Purpose |
|---|---|---|
| One-sample t-test | Wilcoxon signed-rank / Sign test | Test if a sample mean/median = a value |
| Independent samples t-test | Mann-Whitney U test | Compare two independent groups |
| Paired t-test | Wilcoxon signed-rank test | Compare two related/paired groups |
| One-way ANOVA | Kruskal-Wallis test | Compare 3+ independent groups |
| Repeated measures ANOVA | Friedman test | Compare 3+ related groups |
| Pearson correlation | Spearman / Kendall correlation | Measure association between variables |