Go to the source code of this file.
| Mann_Whitney_0_0_1 | ( | d1, | ||
| d2 | ||||
| ) |
[U s] = Mann_Whitney_0_0_1(d1,d2)
Tells if two groups are equal in 95% significance level.
Test is done with Mann-Whitney-Wilcoxon -test
parameters:
d1 dataset
d2 dataset
output:
U Mann-Whitney value
s critical values in 95% and 99% significance,
or NaN if value is not found from table
version 0.0.1, 20-12-2006, Harri Merisaari, created
| d1 | ||
| d2 |
1.5.2