Home
last modified time | relevance | path

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

/external/autotest/client/tests/iozone/
Dpostprocessing.py43 def geometric_mean(values): function
134 average = geometric_mean([line[i] for line in results]) / 1024.0
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst231 Add geometric_mean and harmonic_mean to statistics module.
D3.6.0b2.rst277 remove statistics.geometric_mean and defer until 3.7.