Searched refs:thresholdMin (Results 1 – 1 of 1) sorted by relevance
90 double thresholdMin = median * (1.0 - rejectionThreshold); in getStatWithOutlierRejection() local96 if ((data[i] > thresholdMin) && (data[i] < thresholdMax)) { in getStatWithOutlierRejection()