double et = (t + f) * ratio;
double ef = (t + f) * (1.0 - ratio);
long [] obsArray = new long[]{t, f};
double [] expectArray = new double[]{et, ef};
double cs = cst.chiSquare(expectArray, obsArray);
if(beforeCutOff && ((1.0 - csd.cumulativeProbability(mcNemarScores.get(s))) / foo) > 0.05) {
System.out.println(count - 1);
beforeCutOff = false;
//break;
}
System.out.println(s + "\t" + b + "\t" + c + "\t" + t + "\t" + f + "\t" + mcNemarScores.get(s)