Home
last modified time | relevance | path

Searched refs:gmean (Results 1 - 2 of 2) sorted by relevance

/third_party/littlefs/scripts/
H A Dsummary.py38 'gmean': lambda xs: Float(m.prod(float(x) for x in xs)**(1/len(xs))),
40 lambda gmean: Float(
41 m.exp(m.sqrt(sum(m.log(float(x)/gmean)**2 for x in xs) / len(xs)))
42 if gmean else m.inf)
820 '--gmean',
/third_party/benchmark/tools/gbench/
H A Dreport.py10 from scipy.stats import mannwhitneyu, gmean namespace
182 return gmean(times) if times else array([])

Completed in 3 milliseconds