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:51 UTC

[03/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/015e3cd3
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/015e3cd3
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/015e3cd3

Branch: refs/heads/master
Commit: 015e3cd37d128e4ade9b2d49f74f3b4fc07d82f1
Parents: db7a085
Author: Gilles <er...@apache.org>
Authored: Wed Jan 24 16:35:52 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Jan 24 16:35:52 2018 +0100

----------------------------------------------------------------------
 .../apache/commons/math4/stat/correlation/PearsonsCorrelation.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/015e3cd3/src/main/java/org/apache/commons/math4/stat/correlation/PearsonsCorrelation.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/stat/correlation/PearsonsCorrelation.java b/src/main/java/org/apache/commons/math4/stat/correlation/PearsonsCorrelation.java
index b14f8a6..c964d58 100644
--- a/src/main/java/org/apache/commons/math4/stat/correlation/PearsonsCorrelation.java
+++ b/src/main/java/org/apache/commons/math4/stat/correlation/PearsonsCorrelation.java
@@ -16,7 +16,7 @@
  */
 package org.apache.commons.math4.stat.correlation;
 
-import org.apache.commons.math4.distribution.TDistribution;
+import org.apache.commons.statistics.distribution.TDistribution;
 import org.apache.commons.math4.exception.DimensionMismatchException;
 import org.apache.commons.math4.exception.MathIllegalArgumentException;
 import org.apache.commons.math4.exception.NullArgumentException;