HomeSort by relevance Sort by last modified time
    Searched refs:results_stats (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/experimental/statistical_analysis/
results_stats_unittest.py 6 """Tests for results_stats."""
20 from statistical_analysis import results_stats namespace
24 """Unit testing of several functions in results_stats."""
34 (results_stats.GetChartsFromBenchmarkResultJson(input_json_wrong_format))
36 (results_stats.GetChartsFromBenchmarkResultJson(input_json_empty))
50 output = (results_stats.
77 output = results_stats.CreateBenchmarkResultDict(input_json)
106 output = results_stats.CreatePagesetBenchmarkResultDict(input_json)
121 output = results_stats.CombinePValues(test_p_values)
146 output = results_stats.IsNormallyDistributed(sample
    [all...]
compare_benchmark_results.py 25 from statistical_analysis import results_stats namespace
29 DEFAULT_STATISTICAL_TEST = results_stats.MANN
81 combined_p_value = results_stats.CombinePValues([p[1] for p in
127 choices=results_stats.ALL_TEST_OPTIONS,
147 if (results_stats.DoesChartJSONContainPageset(result_jsons[0]) and
148 results_stats.DoesChartJSONContainPageset(result_jsons[1])):
151 [results_stats.CreatePagesetBenchmarkResultDict(result_json)
153 test_outcome_dict = results_stats.ArePagesetBenchmarkResultsDifferent(
163 # (If only one JSON contains a pageset, results_stats raises an error.)
165 [results_stats.CreateBenchmarkResultDict(result_json
    [all...]

Completed in 58 milliseconds