Created inference package, moved statistical tests there.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-04-11 20:19:14 +00:00
parent 99352b4f1d
commit 2a9568f095
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import org.apache.commons.math.MathException;
/**
* A collection of commonly used test statistics and statistical tests.
*
* @version $Revision: 1.15 $ $Date: 2004/04/11 19:00:45 $
* @version $Revision: 1.1 $ $Date: 2004/04/11 20:19:14 $
*/
public interface TestStatistic {

View File

@ -26,7 +26,7 @@ import org.apache.commons.math.distribution.ChiSquaredDistribution;
/**
* Implements test statistics defined in the TestStatistic interface.
*
* @version $Revision: 1.15 $ $Date: 2004/04/08 20:46:00 $
* @version $Revision: 1.1 $ $Date: 2004/04/11 20:19:14 $
*/
public class TestStatisticImpl implements TestStatistic, Serializable {