This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.tiecorrect

scipy.stats.tiecorrect(rankvals)

Tie-corrector for ties in Mann Whitney U and Kruskal Wallis H tests. See Siegel, S. (1956) Nonparametric Statistics for the Behavioral Sciences. New York: McGraw-Hill. Code adapted from |Stat rankind.c code.

Returns :T correction factor for U or H :

Previous topic

scipy.stats.mannwhitneyu

Next topic

scipy.stats.ranksums

This Page