Package org.apache.commons.math4.legacy.stat.inference
Classes providing hypothesis testing.
-
Class Summary Class Description BinomialTest Implements binomial test statistics.ChiSquareTest Implements Chi-Square test statistics.GTest Implements G Test statistics.InferenceTestUtils A collection of static methods to create inference test instances or to perform inference tests.KolmogorovSmirnovTest Implementation of the Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.MannWhitneyUTest An implementation of the Mann-Whitney U test (also called Wilcoxon rank-sum test).OneWayAnova Implements one-way ANOVA (analysis of variance) statistics.TTest An implementation for Student's t-tests.WilcoxonSignedRankTest An implementation of the Wilcoxon signed-rank test. -
Enum Summary Enum Description AlternativeHypothesis Represents an alternative hypothesis for a hypothesis test.