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 class
KolmogorovSmirnovTest.OneResult
Result for the one-sample Kolmogorov-Smirnov test.static class
KolmogorovSmirnovTest.TwoResult
Result for the two-sample Kolmogorov-Smirnov test.static class
MannWhitneyUTest.Result
Result for the Mann-Whitney U test.static class
OneWayAnova.Result
Result for the one-way ANOVA.static class
TTest.Result
Result for the t-test.static class
UnconditionedExactTest.Result
Result for the unconditioned exact test.static class
WilcoxonSignedRankTest.Result
Result for the Wilcoxon signed-rank test.
-