Uses of Package
org.apache.commons.math3.stat.inference
-
Packages that use org.apache.commons.math3.stat.inference Package Description org.apache.commons.math3.stat.inference Classes providing hypothesis testing. -
Classes in org.apache.commons.math3.stat.inference used by org.apache.commons.math3.stat.inference Class Description AlternativeHypothesis Represents an alternative hypothesis for a hypothesis test.ChiSquareTest Implements Chi-Square test statistics.GTest Implements G Test statistics.KolmogorovSmirnovTest Implementation of the Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.OneWayAnova Implements one-way ANOVA (analysis of variance) statistics.OneWayAnova.AnovaStats Convenience class to pass dfbg,dfwg,F values around within OneWayAnova.TTest An implementation for Student's t-tests.