Searched refs:MANN (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/experimental/statistical_analysis/ |
D | results_stats.py | 19 MANN = 'mann' variable 22 ALL_TEST_OPTIONS = [MANN, KOLMOGOROV, WELCH] 205 def AreSamplesDifferent(sample_1, sample_2, test=MANN, 231 if test == MANN: 265 def AreBenchmarkResultsDifferent(result_dict_1, result_dict_2, test=MANN, 294 def ArePagesetBenchmarkResultsDifferent(result_dict_1, result_dict_2, test=MANN,
|
D | results_stats_unittest.py | 160 test=results_stats.MANN) 169 test=results_stats.MANN)
|
D | compare_benchmark_results.py | 29 DEFAULT_STATISTICAL_TEST = results_stats.MANN
|