From d3b78338da2fcdd3c7711cbbaef7f9e4ea9ae3f9 Mon Sep 17 00:00:00 2001 From: hanna Date: Mon, 7 Dec 2009 21:41:07 +0000 Subject: [PATCH] Get rid of characters in the docs that aren't universally compatible with character sets used throughout the group. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2285 348d0f76-0448-11de-a6fe-93d51630548a --- java/src/org/broadinstitute/sting/utils/WilcoxonRankSum.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/src/org/broadinstitute/sting/utils/WilcoxonRankSum.java b/java/src/org/broadinstitute/sting/utils/WilcoxonRankSum.java index ca70b0671..4a4fb22d7 100755 --- a/java/src/org/broadinstitute/sting/utils/WilcoxonRankSum.java +++ b/java/src/org/broadinstitute/sting/utils/WilcoxonRankSum.java @@ -11,8 +11,8 @@ public class WilcoxonRankSum { // Probabilities relate to the distribution of WA, the rank sum for group A when // H0 : A = B is true. The tabulated value for the lower tail is the largest - // value of wA for which pr(WA ˛ wA) ˛ prob . The tabulated value for the - // upper tail is the smallest value of wfor which pr(Wł w) ˛ prob . + // value of wA for which pr(WA <= wA) <= prob . The tabulated value for the + // upper tail is the smallest value of wfor which pr(W >= w) <= prob . // I think this data is wrong -- we should really do the computation outselves and remember the results static final int data[][] = {