|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TTest | |
---|---|
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 | |
---|---|
class |
TTestImpl
Implements t-test statistics defined in the TTest interface. |
Fields in org.apache.commons.math.stat.inference declared as TTest | |
---|---|
private static TTest |
TestUtils.tTest
Singleton TTest instance using default implementation. |
Methods in org.apache.commons.math.stat.inference that return TTest | |
---|---|
abstract TTest |
TestFactory.createTTest()
Deprecated. Create a TTest instance. |
TTest |
TestFactoryImpl.createTTest()
Deprecated. Create a TTest instance. |
static TTest |
TestUtils.getTTest()
Return a (singleton) TTest instance. |
Methods in org.apache.commons.math.stat.inference with parameters of type TTest | |
---|---|
static void |
TestUtils.setChiSquareTest(TTest tTest)
Set the (singleton) TTest instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |