Displaying 2 results from an estimated 2 matches for "crtical_valu".
Did you mean:
crtical_value
2003 Sep 18
2
dwilcox (PR#4212)
...is equal to 1. Similarly,
dwilcox(.025, 3, 6) should equal 7, but it equals 2. The critical values are
not set being returned with the correct values. I've verified this with a
program that performs direct enumeration to determine the appropriate critical
values for .05 (two- tail):
n1 n2 n crtical_value
3 5 8 6
3 6 9 7
3 7 10 7
3 8 11 8
3 9 12 8
3 10 13 9
3 11 14 9
3 12 15 10
3 13 16 10
3 14 17 11
3 15 18 11
3 16 19 12
3 17 20 12
3 18 21 13
3 19 22 13
3 20 23 14
3 21 24 14
3 22 25 15
3 23 26 15
3 24 27 16
3 25 28 16
3 26 29 17
3 27 30 17
3 28 31 18
3 29 32 19
3 30 33 19
4 4 8 10
4 5 9 11
4 6 10 1...
2003 Sep 18
0
non-numeric binary ops?
...t; dwilcox(.025, 3, 6) should equal 7, but it equals 2. The critical values are
> not set being returned with the correct values. I've verified this with a
> program that performs direct enumeration to determine the appropriate critical
> values for .05 (two- tail):
>
> n1 n2 n crtical_value
> 3 5 8 6
> 3 6 9 7
> 3 7 10 7
> 3 8 11 8
> 3 9 12 8
> 3 10 13 9
> 3 11 14 9
> 3 12 15 10
> 3 13 16 10
> 3 14 17 11
> 3 15 18 11
> 3 16 19 12
> 3 17 20 12
> 3 18 21 13
> 3 19 22 13
> 3 20 23 14
> 3 21 24 14
> 3 22 25 15
> 3 23 26 15
> 3 2...