Home
last modified time | relevance | path

Searched refs:MANN (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/experimental/statistical_analysis/
Dresults_stats.py19 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,
Dresults_stats_unittest.py160 test=results_stats.MANN)
169 test=results_stats.MANN)
Dcompare_benchmark_results.py29 DEFAULT_STATISTICAL_TEST = results_stats.MANN