Searched refs:stddev (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/tests/JankBench/scripts/ |
H A D | collect.py | 134 stddev = round_to_2(numpy.std(res.durations)) 138 score = stddev * mean * pj 144 stddevs.append(stddev) 147 …print "\t%s: Score = %f x %f x %f = %f (%d samples)" % (iteration, stddev, mean, pj, score, len(re…
|
H A D | itr_collect.py | 93 stddev = numpy.std(res.durations) 97 score = stddev * mean *pj 102 … print "\tScore = %f x %f x %f = %f (%d samples)" % (stddev, mean, pj, score, len(res.durations))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | HistoryTracker.java | 126 double stddev = Math.sqrt( in falseConfidence() local 131 return 1 - stddev; in falseConfidence()
|
/aosp14/system/core/init/ |
H A D | perfboot.py | 341 def stddev(data): function 354 print(('standard deviation:', int(round(stddev(end_times))), 'ms'))
|