Searched refs:colex (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/cros_utils/ |
D | pstat.py | 205 def colex(listoflists, cnums): function 272 avgcol = colex(listoflists, collapsecols[i]) 291 values = colex(listoflists, keepcols) 302 avgcol = colex(tmprows, col) 526 items = colex(list2print, col) 608 idx = colex(listmap, 0).index(lst[row][col]) 616 idx = colex(listmap, 0).index(lst[row][col]) 663 newlist = abut(colex(listoflists, sortcols), listoflists) 670 newlist = colex(newlist, crit) 824 values = colex(a, keepcols) # so that "item" can be appended (below)
|
D | stats.py | 798 f, p = F_oneway(pstat.colex(r, 0), pstat.colex(r, 1)) 935 xmean = mean(pstat.colex(x, 1)) 936 ymean = mean(pstat.colex(y, 1)) 939 rpb = (ymean - xmean) / samplestdev(pstat.colex(data, 1)) * adjust 1655 items = pstat.colex(list2print, col) 1901 examplelevel = pstat.unique(pstat.colex(data, col))[0] 1903 factsubjs = pstat.unique(pstat.colex(rows, 0)) 1904 allsubjs = pstat.unique(pstat.colex(data, 0)) 3027 f, p = F_oneway(pstat.colex(r, 0), pstat.colex(r, 1)) 4355 rows = pstat.linexand(data, col, pstat.unique(pstat.colex(data, 1))[0] [all …]
|