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

Classes providing hypothesis testing and confidence interval construction.

See:
          Description

Interface Summary
ChiSquareTest An interface for Chi-Square tests.
TTest An interface for Student's t-tests.
 

Class Summary
ChiSquareTestImpl Implements Chi-Square test statistics defined in the ChiSquareTest interface.
TTestImpl Implements t-test statistics defined in the TTest interface.
 

Package org.apache.commons.math.stat.inference Description

Classes providing hypothesis testing and confidence interval construction.