You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/01/25 19:06:50 UTC

[02/21] [math] MATH-1443: Depend on "Commons Statistics".

MATH-1443: Depend on "Commons Statistics".


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/db7a0858
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/db7a0858
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/db7a0858

Branch: refs/heads/master
Commit: db7a08583a5ebfab310efde6d0636f2e2fc108ad
Parents: 3c0c9d8
Author: Gilles <er...@apache.org>
Authored: Wed Jan 24 16:24:08 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Jan 24 16:24:08 2018 +0100

----------------------------------------------------------------------
 .../org/apache/commons/math4/stat/regression/SimpleRegression.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/db7a0858/src/main/java/org/apache/commons/math4/stat/regression/SimpleRegression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/stat/regression/SimpleRegression.java b/src/main/java/org/apache/commons/math4/stat/regression/SimpleRegression.java
index 1940c02..7fc823d 100644
--- a/src/main/java/org/apache/commons/math4/stat/regression/SimpleRegression.java
+++ b/src/main/java/org/apache/commons/math4/stat/regression/SimpleRegression.java
@@ -18,7 +18,7 @@
 package org.apache.commons.math4.stat.regression;
 import java.io.Serializable;
 
-import org.apache.commons.math4.distribution.TDistribution;
+import org.apache.commons.statistics.distribution.TDistribution;
 import org.apache.commons.math4.exception.MathIllegalArgumentException;
 import org.apache.commons.math4.exception.NoDataException;
 import org.apache.commons.math4.exception.OutOfRangeException;