All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AlternativeHypothesis Enumerates alternative hypotheses for a hypothesis test.BinomialTest Implements binomial test statistics.ChiSquareTest Implements chi-square test statistics.ContinuityCorrection Enumerates optional adjustments that is made when a discrete distribution is approximated by a continuous distribution.DataDispersion Enumerates assumptions on the dispersion of data.FisherExactTest Implements Fisher's exact test.GTest Implements G-test (Generalized Log-Likelihood Ratio Test) statistics.Inequality Enumerates non-equal comparisons between two numbers.KolmogorovSmirnovTest Implements the Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.KolmogorovSmirnovTest.OneResult Result for the one-sample Kolmogorov-Smirnov test.KolmogorovSmirnovTest.TwoResult Result for the two-sample Kolmogorov-Smirnov test.MannWhitneyUTest Implements the Mann-Whitney U test (also called Wilcoxon rank-sum test).MannWhitneyUTest.Result Result for the Mann-Whitney U test.OneWayAnova Implements one-way ANOVA (analysis of variance) statistics.OneWayAnova.Result Result for the one-way ANOVA.PValueMethod Enumerates methods for computing a p-value for a test statistic.SignificanceResult Contains the result of a test for significance.TTest Implements Student's t-test statistics.TTest.Result Result for the t-test.UnconditionedExactTest Implements an unconditioned exact test for a contingency table.UnconditionedExactTest.Method Enumerates methods to determine the more extreme tables.UnconditionedExactTest.Result Result for the unconditioned exact test.WilcoxonSignedRankTest Implements the Wilcoxon signed-rank test.WilcoxonSignedRankTest.Result Result for the Wilcoxon signed-rank test.