Uses of Class
moa.gui.experimentertab.statisticaltests.PValuePerTwoAlgorithm
-
Packages that use PValuePerTwoAlgorithm Package Description moa.gui.experimentertab.statisticaltests -
-
Uses of PValuePerTwoAlgorithm in moa.gui.experimentertab.statisticaltests
Methods in moa.gui.experimentertab.statisticaltests that return types with arguments of type PValuePerTwoAlgorithm Modifier and Type Method Description ArrayList<PValuePerTwoAlgorithm>
StatisticalTest. holmTest()
Return the p-values computed by the Holm test.ArrayList<PValuePerTwoAlgorithm>
StatisticalTest. nemenyiTest()
Return the p-values computed by the Nemenyi test.ArrayList<PValuePerTwoAlgorithm>
StatisticalTest. shafferTest()
Return the p-values computed by the Shaffer test.Method parameters in moa.gui.experimentertab.statisticaltests with type arguments of type PValuePerTwoAlgorithm Modifier and Type Method Description static int
PValuePerTwoAlgorithm. getIndex(ArrayList<PValuePerTwoAlgorithm> pvalues, String name1, String name2)
-