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