Uses of Class
org.apache.commons.statistics.inference.BaseSignificanceResult
-
Packages that use BaseSignificanceResult Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of BaseSignificanceResult in org.apache.commons.statistics.inference
Subclasses of BaseSignificanceResult in org.apache.commons.statistics.inference Modifier and Type Class Description static classKolmogorovSmirnovTest.OneResultResult for the one-sample Kolmogorov-Smirnov test.static classKolmogorovSmirnovTest.TwoResultResult for the two-sample Kolmogorov-Smirnov test.static classMannWhitneyUTest.ResultResult for the Mann-Whitney U test.static classOneWayAnova.ResultResult for the one-way ANOVA.static classTTest.ResultResult for the t-test.static classUnconditionedExactTest.ResultResult for the unconditioned exact test.static classWilcoxonSignedRankTest.ResultResult for the Wilcoxon signed-rank test.
-