The Wilcoxon signed rank test is a non-parametric test that determines
if two related paired samples come from the same distribution.
It can be regarded as a non-parametric version of the paired t-test.
Hypotheses:
The Wilcoxon signed rank test is mathematically equivalent to the
1-sample Wilcoxon signed rank test conducted on the difference vector
with set to zero. Consequently, the
the null hypothesis can be expressed as:
Samples are symmetric around .
The default alternative hypothesis is two-sided and also be
set explicitly (h1 = "two"). It can be expressed as:
Samples are symmetric around
If the alternative hypothesis is set to "greater than" (h1 = "gt"), it is:
Samples are symmetric around
If the alternative hypothesis is set to "less than" (h1 = "lt"), it is:
Samples are symmetric around
The procedure takes into consideration tied ranks.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.