Searched refs:linexand (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/cros_utils/ |
D | pstat.py | 300 tmprows = linexand(listoflists, keepcols, item) 349 def linexand(listoflists, columnlist, valuelist): function
|
D | stats.py | 933 x = pstat.linexand(data, 0, categories[0]) 934 y = pstat.linexand(data, 0, categories[1]) 1902 rows = pstat.linexand(data, col, examplelevel) # get 1 level of this factor 4355 rows = pstat.linexand(data, col, pstat.unique(pstat.colex(data, 1))[0]
|