Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DStat.java80 public static StatResult getStatWithOutlierRejection(double[] data, double rejectionThreshold) { in getStatWithOutlierRejection() argument
90 double thresholdMin = median * (1.0 - rejectionThreshold); in getStatWithOutlierRejection()
91 double thresholdMax = median * (1.0 + rejectionThreshold); in getStatWithOutlierRejection()