X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedkstest.cpp;fp=sharedkstest.cpp;h=897432d57a20973cae256a14839b56a209c5ab0d;hb=29351fe29c017d2225366418973ed0e000ce5293;hp=214c4d857924ee10db6f975cd7597962f09a9c75;hpb=dd7e72614c024b1fb547ff9ea9451a89baeb3e7b;p=mothur.git diff --git a/sharedkstest.cpp b/sharedkstest.cpp index 214c4d8..897432d 100644 --- a/sharedkstest.cpp +++ b/sharedkstest.cpp @@ -42,7 +42,7 @@ EstOutput SharedKSTest::getValues(SharedRAbundVector* shared1, SharedRAbundVecto double DStatistic = maxDiff*numNZ1*numNZ2; double a = pow((double)(numNZ1 + numNZ2)/(numNZ1*numNZ2),.5); - double pVal = exp(-2*pow(maxDiff/a,2)); + //double pVal = exp(-2*pow(maxDiff/a,2)); double critVal = 1.36*a*numNZ1*numNZ2; /*cout << "Kolmogorov-Smirnov 2-sample test:\n";