Home
last modified time | relevance | path

Searched refs:thresholdMin (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DStat.java90 double thresholdMin = median * (1.0 - rejectionThreshold); in getStatWithOutlierRejection() local
96 if ((data[i] > thresholdMin) && (data[i] < thresholdMax)) { in getStatWithOutlierRejection()