Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dpstat.py763 def acolex(a, indices, axis=1): function
806 avgcol = acolex(a, collapsecols)
833 avgcol = acolex(tmprows, col)
950 work = acolex(a, col)
Dstats.py3198 xmean = amean(pstat.acolex(x, 1))
3199 ymean = amean(pstat.acolex(y, 1))
3202 rpb = (ymean - xmean) / asamplestdev(pstat.acolex(data, 1)) * adjust