Displaying 5 results from an estimated 5 matches for "s141".
Did you mean:
141
2010 Aug 17
3
Weird differing results when using the Wilcoxon-test
...ize)
g2f = rep(2, size)
big = c(big1, big2)
data_frame = data.frame(big, gr=as.factor(c(g1f, g2f)))
wilcox_approx = wilcox.test(big1, big2)
wilcox_exact = wilcox_test(big ~ gr, data=data_frame, distribution="exact")
#---EndCode---
I found here http://www-stat.stanford.edu/~susan/courses/s141/hononpara.pdf
that wilcox.test (at least for the signed rank test) relies on exact
(p-)values until N = n1 + n2 = 50.
I can reproduce this, when using e.g. size = 15. The p-values then are the
same, as I would expect it, having read the info from the link.
#---BeginCode---
print(paste("Wil...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...9.63 9.84 9.42 9.33
S125 6.94 7.10 4.67 7.81
S126 2.34 2.55 2.57 2.37
S127 12.23 12.68 7.06 14.50
S128 11.78 12.41 12.42 11.52
S131 28.79 30.11 25.17 28.94
S132 17.04 17.04 15.53 21.03
S141 12.26 12.85 12.38 12.05
S151 28.79 30.11 24.89 28.95
S152 15.53 16.03 11.19 15.63
S161 6.00 6.12 5.52 5.46
S1161 14.40 14.50 8.80 8.79
S162 8.19 8.41 5.36 8.18
S171 15.41 7.96 2.81 5...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...9.60 9.77 9.42 9.33
S125 6.92 7.22 4.67 7.81
S126 2.34 2.53 2.57 2.37
S127 12.19 12.97 7.06 14.50
S128 11.74 12.43 12.42 11.52
S131 28.75 29.91 25.17 28.94
S132 17.04 17.04 15.53 21.03
S141 12.28 12.26 12.38 12.05
S151 28.80 29.43 24.89 28.95
S152 15.54 16.03 11.19 15.63
S161 6.00 6.06 5.52 5.46
S1161 14.39 14.40 8.80 8.79
S162 8.19 9.05 5.36 8.18
S171 15.41 7.94 2.81 5...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...> S125 7.14 7.22 4.67 7.81
> S126 2.32 2.53 2.57 2.37
> S127 12.87 12.97 7.06 14.50
> S128 12.58 12.43 12.42 11.52
> S131 29.91 29.91 25.17 28.94
> S132 17.04 17.04 15.53 21.03
> S141 12.59 12.26 12.38 12.05
> S151 28.92 29.43 24.89 28.95
> S152 15.68 16.03 11.19 15.63
> S161 6.06 6.06 5.52 5.46
> S1161 14.46 14.40 8.80 8.79
> S162 8.31 9.05 5.36 8.18
> S171...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...9.62 9.77 9.42 9.33
S125 7.14 7.22 4.67 7.81
S126 2.32 2.53 2.57 2.37
S127 12.87 12.97 7.06 14.50
S128 12.58 12.43 12.42 11.52
S131 29.91 29.91 25.17 28.94
S132 17.04 17.04 15.53 21.03
S141 12.59 12.26 12.38 12.05
S151 28.92 29.43 24.89 28.95
S152 15.68 16.03 11.19 15.63
S161 6.06 6.06 5.52 5.46
S1161 14.46 14.40 8.80 8.79
S162 8.31 9.05 5.36 8.18
S171 15.47 7.94 2.81 5...