Uses of Interface
org.apache.commons.math.stat.inference.TTest
- 
Packages that use TTest Package Description org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. - 
- 
Uses of TTest in org.apache.commons.math.stat.inference
Classes in org.apache.commons.math.stat.inference that implement TTest Modifier and Type Class Description classTTestImplImplements t-test statistics defined in theTTestinterface.Methods in org.apache.commons.math.stat.inference that return TTest Modifier and Type Method Description static TTestTestUtils. getTTest()Deprecated.2.2 will be removed in 3.0Methods in org.apache.commons.math.stat.inference with parameters of type TTest Modifier and Type Method Description static voidTestUtils. setChiSquareTest(TTest chiSquareTest)Deprecated.2.2 will be removed in 3.0 - not compatible with use from multiple threads 
 -