Searched refs:ttest_ind (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_speedup.py | 28 return stats.ttest_ind(a, b)
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 806 t, p = ttest_ind(x, y, 0) 1963 ttest_ind = Dispatch((lttest_ind, (ListType, TupleType)),) variable 3035 t, p = ttest_ind(x, y, None, 0) 4457 ttest_ind = Dispatch( variable
|