X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjest.cpp;h=9a1cfbb5a1567153628a1213a494c36242e1d763;hp=9c53448e0edb44478bd47c6cebd6fea68ea2d0b9;hb=615301e57c25e241356a9c2380648d117709458d;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0 diff --git a/sharedjest.cpp b/sharedjest.cpp index 9c53448..9a1cfbb 100644 --- a/sharedjest.cpp +++ b/sharedjest.cpp @@ -38,8 +38,8 @@ EstOutput Jest::getValues(vector shared) { S12 = sharedChao->getValues(shared); S1 = chaoS1->getValues(chaoS1Sabund); S2 = chaoS2->getValues(chaoS2Sabund); - - data[0] = S12[0] / (float)(S1[0] + S2[0] - S12[0]); + + data[0] = 1.0 - S12[0] / (float)(S1[0] + S2[0] - S12[0]); if (isnan(data[0]) || isinf(data[0])) { data[0] = 0; }