Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DStat.java84 double median; in getStatWithOutlierRejection() local
86 median = dataCopied[medianIndex]; in getStatWithOutlierRejection()
88 median = (dataCopied[medianIndex - 1] + dataCopied[medianIndex]) / 2.0; in getStatWithOutlierRejection()
90 double thresholdMin = median * (1.0 - rejectionThreshold); in getStatWithOutlierRejection()
91 double thresholdMax = median * (1.0 + rejectionThreshold); in getStatWithOutlierRejection()
/test/mlts/benchmark/tools/
Dtensor_utils.py272 'median': np.median(diff)