| 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. | 
| 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 | Description | 
|---|---|
| AlternativeHypothesis | Represents an alternative hypothesis for a hypothesis test. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.