Exemplo n.º 1
0
 def anova_p_value(self):
     """ANOVA test result."""
     return stat_tests.anova_test(self._benchmark_snapshot_df)
Exemplo n.º 2
0
 def anova_p_value(self):
     """ANOVA test result."""
     return stat_tests.anova_test(self._benchmark_snapshot_df,
                                  key=self._relevant_column)