Rank-Based Inverse Normal Transformations

Normal scores version of several non-parametric tests.
764 Downloads
Updated 29 Mar 2018

Executes the Van der Waerden version of non parametric tests (Normal scores tests)
Named for the Dutch mathematician Bartel Leendert van der Waerden, the Van der Waerden test is a statistical test that k population distribution functions are equal. The Van Der Waerden test converts the ranks to quantiles of the standard normal distribution. These are called normal scores and the test is computed from these normal scores. The standard ANOVA assumes that the errors (i.e., residuals) are normally distributed. If this normality assumption is not valid, an alternative is to use a non-parametric test. The advantage of the Van Der Waerden test is that it provides the high efficiency of the standard ANOVA analysis when the normality assumptions are in fact satisfied, but it also provides the robustness of the non-parametric test when the normality assumptions are not satisfied. This function compute the Normal Scores of 5 tests:
Levene, Mann-Whitney-Wilcoxon and Wilcoxon tests when there are 2 groups;
Kruskal-Wallis and Friedman test whene there are more than 2 groups.

The function will use a GUI to select the proper test. Moreover, the GUI will ask which version of Normal score do you want to use: Blom, Tukey, Rankit, Van der Waerden

Created by Giuseppe Cardillo
giuseppe.cardillo-edta@poste.it

To cite this file, this would be an appropriate format: Cardillo G. (2010). NSCORES: Normal scores version of several non-parametric tests.
http://www.mathworks.com/matlabcentral/fileexchange/26855

Cite As

Giuseppe Cardillo (2024). Rank-Based Inverse Normal Transformations (https://github.com/dnafinder/nscores), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
2.0.0.0

inputparser; code make up; github link

1.2.0.0

multiple comparisons test added for Kruskal-Wallis and Friedman tests
Blom, Tukey, Rankit, Van der Waerden Rank-Based Inverse Normal Transformations

1.1.0.0

change in help section for citation

1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.