Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py28 return stats.ttest_ind(a, b)
/external/toolchain-utils/cros_utils/
Dstats.py806 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