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:
parent
99352b4f1d
commit
2a9568f095
|
@ -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 {
|
||||
|
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue