diff --git a/src/java/org/apache/commons/math/stat/inference/TestStatistic.java b/src/java/org/apache/commons/math/stat/inference/TestStatistic.java index dd37e165c..d1f25e40d 100644 --- a/src/java/org/apache/commons/math/stat/inference/TestStatistic.java +++ b/src/java/org/apache/commons/math/stat/inference/TestStatistic.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.commons.math.stat; +package org.apache.commons.math.stat.inference; import org.apache.commons.math.MathException; /** * A collection of commonly used test statistics and statistical tests. * - * @version $Revision: 1.1 $ $Date: 2004/04/11 20:19:14 $ + * @version $Revision: 1.2 $ $Date: 2004/04/11 20:25:16 $ */ public interface TestStatistic { diff --git a/src/java/org/apache/commons/math/stat/inference/TestStatisticImpl.java b/src/java/org/apache/commons/math/stat/inference/TestStatisticImpl.java index 7fd2976b9..790fa8755 100644 --- a/src/java/org/apache/commons/math/stat/inference/TestStatisticImpl.java +++ b/src/java/org/apache/commons/math/stat/inference/TestStatisticImpl.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.commons.math.stat; +package org.apache.commons.math.stat.inference; import java.io.Serializable; @@ -26,7 +26,7 @@ import org.apache.commons.math.distribution.ChiSquaredDistribution; /** * Implements test statistics defined in the TestStatistic interface. * - * @version $Revision: 1.1 $ $Date: 2004/04/11 20:19:14 $ + * @version $Revision: 1.2 $ $Date: 2004/04/11 20:25:16 $ */ public class TestStatisticImpl implements TestStatistic, Serializable {