org.apache.commons.math.stat.inference
Class TestFactoryImpl
java.lang.Object
org.apache.commons.math.stat.inference.TestFactory
org.apache.commons.math.stat.inference.TestFactoryImpl
public class TestFactoryImpl
- extends TestFactory
A concrete inference test factory. This is the default factory used by
Commons-Math.
- Since:
- 1.1
- Version:
- $Revision: 209144 $ $Date: 2005-07-04 16:30:05 -0700 (Mon, 04 Jul 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestFactoryImpl
public TestFactoryImpl()
- Default constructor.
createTTest
public TTest createTTest()
- Create a TTest instance.
- Specified by:
createTTest
in class TestFactory
- Returns:
- a new TTest instance
createChiSquareTest
public ChiSquareTest createChiSquareTest()
- Create a ChiSquareTest instance.
- Specified by:
createChiSquareTest
in class TestFactory
- Returns:
- a new ChiSquareTest instance
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.