Uses of Package
org.apache.commons.math.stat.inference

Packages that use org.apache.commons.math.stat.inference
org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. 
 

Classes in org.apache.commons.math.stat.inference used by org.apache.commons.math.stat.inference
ChiSquareTest
          An interface for Chi-Square tests.
OneWayAnova
          An interface for one-way ANOVA (analysis of variance).
OneWayAnovaImpl.AnovaStats
          Convenience class to pass dfbg,dfwg,F values around within AnovaImpl.
TestFactory
          Deprecated. as of 1.2, pluggability of test instances is now provided through constructors and setters.
TTest
          An interface for Student's t-tests.
UnknownDistributionChiSquareTest
          An interface for Chi-Square tests for unknown distributions.