Searched refs:estMu (Results 1 – 1 of 1) sorted by relevance
274 double estMu = calcMean(Doubles.asList(prior)); in probFalsePositive() local278 if (Math.abs(rand.nextGaussian() - estMu) > estStd * STD_DEV_THRESHOLD) { in probFalsePositive()