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