Nonparametric tests do not require the assumption of normality. They are commonly used in the following situations:
Non-parametric | Parametric | ||
---|---|---|---|
Data from any distribution |
Data from normal distribution | ||
One Sample | Wilcoxon Signed Rank Test | One Sample T-Test | |
Two Samples | Independent Samples |
|
Two Sample T-Test |
Paired Samples |
|
Paired Sample T-Test | |
Multiple Samples | Independent Samples |
|
One Way ANOVA |
Related Samples | Friedman ANOVA | One Way Repeated Measure ANOVA |
The One-Sample Wilcoxon Signed Rank Test is a nonparametric alternative to a one-sample t-test. The test determines whether the median of the sample is equal to some specified value. Data should be distributed symmetrically about the median
Paired-Sample Wilcoxon Signed Rank Test The Paired-Sample Wilcoxon Signed Rank Test is a nonparametric alternative method to the paired sample t-test. Paired samples are presumed to be drawn, at random, from a single population. Differences between paired samples are assumed to be distributed symmetrically about the median. The Paired-Sample Sign Test is a simple, nonparametric alternative to the paired sample t-test. It tests tallies (+) and (-) differences between paired samples and tests whether the two are present in equal numbers. While not considered a statistically powerful test, the only requirement that need to be met is that the differences between paired samples are independent such that differences exist within the same continuous population and measurements exist along some scale by which they can be judged to be greater, equal to, or less than each other. |
![]() |
The Mann-Whitney Test (M-W) is a useful nonparametric alternative to the two-sample t-test. Because the M-W test is nearly as powerful as a two-sample t-test yet nonparametric, it is considered as a more useful test in certain scenarios. The M-W test frequently produces a similar result to the two-sample Kolmogorov-Smirnov test but the two tests show differences in sensitivities to changes in location and distribution Two-Sample Kolmogorov-Smirnov Test The Two-Sample Kolmogorov-Smirnov test (K-S) is a nonparametric alternative to the two-sample t-test. In general, the K-S test uses the unsigned differences between two samples to determine whether the two are drawn from the same continuous distribution. The K-S test and the Mann-Whitney Test (M-W) can be used in similar analyses. Whereas, K-S is less powerful, it is considered more comprehensive because it tests both shape and location of distributions |
![]() |
Friedman ANOVA
Friedman ANOVA is a nonparametric alternative to the one way repeated measure ANOVA.
Friedman ANOVA can used to compare dependent samples or observations that are repeated on the same subjects. Thus, the test is well-suited to randomized block designs.
Topics covered in this section: |