Package org.apache.commons.statistics.inference
package org.apache.commons.statistics.inference
Classes providing hypothesis testing.
- Since:
- 1.1
-
ClassDescriptionRepresents an alternative hypothesis for a hypothesis test.Implements binomial test statistics.Implements chi-square test statistics.Represents an optional adjustment that is made when a discrete distribution is approximated by a continuous distribution.Represents an assumption on the dispersion of data.Implements Fisher's exact test.Implements G-test (Generalized Log-Likelihood Ratio Test) statistics.Represents a non-equal comparison between two numbers.Implements the Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.Result for the one-sample Kolmogorov-Smirnov test.Result for the two-sample Kolmogorov-Smirnov test.Implements the Mann-Whitney U test (also called Wilcoxon rank-sum test).Result for the Mann-Whitney U test.Implements one-way ANOVA (analysis of variance) statistics.Result for the one-way ANOVA.Represents a method for computing a p-value for a test statistic.Contains the result of a test for significance.Implements Student's t-test statistics.Result for the t-test.Implements an unconditioned exact test for a contingency table.Define the method to determine the more extreme tables.Result for the unconditioned exact test.Implements the Wilcoxon signed-rank test.Result for the Wilcoxon signed-rank test.