AbstractGeek/non-parametric-tests-toolbox

A toolbox containing the standard non-parametric tests.

https://github.com/AbstractGeek/non-parametric-tests-toolbox

Al momento, stai seguendo questo contributo

# Mann Whitney U test
Performs the mann Whitney U test on the two groups of data. This is the nonparametric equivalent of the student t-test. Refer to https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U_test for more general details.
The mathematical formulation of the test for this function was based on "Biostatistical Analysis" by Jerrold H Zar.

Kruskal Wallis test
Performs the Kruskal Wallis one-way analysis of variance on all the groups (samples). This is the nonparametric version of one-way anova. Refer to https://en.wikipedia.org/wiki/Kruskal%E2%80%93Wallis_one-way_analysis_of_variance for more general details.

The mathematical formulation of the test for this function was based on Section 11.6 (Nonparametric multiple comparisons) in "Biostatistical Analysis" by Jerrold H Zar.

Nemenyi test
This is the post-hoc test used to find groups of data that defer from each other. This test is used after Kruskal-Wallis test rejects the null hypothesis. Nemenyi test is a nonparametric version of the Tukey test. Refer to "Biostatistical Analysis" by Jerrold H Zar for more details.

The mathematical formulation of the test for this function was based on Section 11.6 (Nonparametric multiple comparisons) in "Biostatistical Analysis" by Jerrold H Zar.

PerformStats
PerformStats function performs both Kruskal-Wallis and Nemenyi test on groups of data. It is a convenient wrapper function to quickly perform all pertaining nonparametric tests on groups of data.

Cita come

AbstractGeek (2026). AbstractGeek/non-parametric-tests-toolbox (https://github.com/AbstractGeek/non-parametric-tests-toolbox), GitHub. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release Action
1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.