Lines Matching refs:proportion
160 ## 09-07-21 ... added capability for getting the 'proportion' out of l/amannwhitneyu (but comment-disabled)
744 Slices off the passed proportion of items from BOTH ends of the passed
747 proportion results in a non-integer slice index (i.e., conservatively
760 Slices off the passed proportion of items from ONE end of the passed
762 10% of scores). Slices off LESS if proportion results in a non-integer
1187 proportion = bigu / float(n1 * n2)
1193 return smallu, 1.0 - zprob(z) #, proportion
2950 Slices off the passed proportion of items from BOTH ends of the passed
2953 "proper" trimming. Slices off LESS if proportion results in a
2966 Slices off the passed proportion of items from ONE end of the passed
2968 10% of scores). Slices off LESS if proportion results in a non-integer
3577 proportion = bigu / float(n1 * n2)
3583 return smallu, 1.0 - azprob(z), proportion