-
Notifications
You must be signed in to change notification settings - Fork 32
Statistical Tests Selection
Milan Jelisavcic edited this page Apr 21, 2018
·
21 revisions
Selection of the proper statistical test is of the essential importance for analysing retrieved data of an experiment. Depending on the type of data points, different tests could more or less misleading or truthful. Here is presented a division in the interest of making the selection process easier and accurate.
The Wilcoxon test is a non-parametric statistical test used to compare two related samples, matched samples, or repeated measurements on a single sample to assess whether their population mean ranks differ.
- Data are paired and come from the same population.
- Each pair is chosen randomly and independently.
- The data are measured on at least an interval scale when, as is usual, within-pair differences are calculated to perform the test (though it does suffice that within-pair comparisons are on an ordinal scale).
- Implementation in R:
wilcox.test(x,y, paired=TRUE)
- Implementation in Python:
scipy.stats.wilcoxon(x, y=None, zero_method='wilcox', correction=False)
[1] Table summary is extracted from https://www.graphpad.com/support/faqid/1790/
For more information about the Triangle of Life concept visit http://evosphere.eu/.
_________________
/ Premature \
| optimization |
| is the root of |
| all evil. |
| |
\ -- D.E. Knuth /
-----------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||