Searched refs:p_values (Results 1 – 2 of 2) sorted by relevance
157 def CombinePValues(p_values): argument177 test_statistic = -2 * np.sum(np.log(p_values))178 p_value = stats.chi2.sf(test_statistic, 2 * len(p_values))
336 p_values = results[benchmark]['p_values']337 for key, p_val in p_values: