org.apache.commons.math.stat.inference
Class TestFactoryImpl

java.lang.Object
  extended by org.apache.commons.math.stat.inference.TestFactory
      extended by org.apache.commons.math.stat.inference.TestFactoryImpl

Deprecated. as of 1.2, pluggability of test instances is now provided through constructors and setters.

public class TestFactoryImpl
extends TestFactory

A concrete inference test factory. This is the default factory used by Commons-Math.

Since:
1.1
Version:
$Revision: 574050 $ $Date: 2007-09-09 11:54:08 -0700 (Sun, 09 Sep 2007) $

Constructor Summary
TestFactoryImpl()
          Deprecated. Default constructor.
 
Method Summary
 ChiSquareTest createChiSquareTest()
          Deprecated. Create a ChiSquareTest instance.
 TTest createTTest()
          Deprecated. Create a TTest instance.
 
Methods inherited from class org.apache.commons.math.stat.inference.TestFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFactoryImpl

public TestFactoryImpl()
Deprecated. 
Default constructor.

Method Detail

createTTest

public TTest createTTest()
Deprecated. 
Create a TTest instance.

Specified by:
createTTest in class TestFactory
Returns:
a new TTest instance

createChiSquareTest

public ChiSquareTest createChiSquareTest()
Deprecated. 
Create a ChiSquareTest instance.

Specified by:
createChiSquareTest in class TestFactory
Returns:
a new ChiSquareTest instance