|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.stat.inference.TestFactory
public abstract class TestFactory
Abstract factory to create inference test instances.
Constructor Summary | |
---|---|
protected |
TestFactory()
Default constructor. |
Method Summary | |
---|---|
abstract ChiSquareTest |
createChiSquareTest()
Create a ChiSquareTest instance. |
abstract TTest |
createTTest()
Create a TTest instance. |
static TestFactory |
newInstance()
Create an instance of a TestFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TestFactory()
Method Detail |
---|
public static TestFactory newInstance()
TestFactory
public abstract TTest createTTest()
public abstract ChiSquareTest createChiSquareTest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |