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

Branch: refs/heads/master
Commit: bd15dc78c74bd9eede3419b70469511f196a3716
Parents: 4ce6378
Author: Gilles <[email protected]>
Authored: Wed Jan 24 17:14:38 2018 +0100
Committer: Gilles <[email protected]>
Committed: Wed Jan 24 17:14:38 2018 +0100

----------------------------------------------------------------------
 .../apache/commons/math4/stat/interval/AgrestiCoullInterval.java   | 2 +-
 .../apache/commons/math4/stat/interval/ClopperPearsonInterval.java | 2 +-
 .../commons/math4/stat/interval/NormalApproximationInterval.java   | 2 +-
 .../apache/commons/math4/stat/interval/WilsonScoreInterval.java    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/bd15dc78/src/main/java/org/apache/commons/math4/stat/interval/AgrestiCoullInterval.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/stat/interval/AgrestiCoullInterval.java
 
b/src/main/java/org/apache/commons/math4/stat/interval/AgrestiCoullInterval.java
index ab740fb..7318ab9 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/interval/AgrestiCoullInterval.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/interval/AgrestiCoullInterval.java
@@ -16,7 +16,7 @@
  */
 package org.apache.commons.math4.stat.interval;
 
-import org.apache.commons.math4.distribution.NormalDistribution;
+import org.apache.commons.statistics.distribution.NormalDistribution;
 import org.apache.commons.math4.util.FastMath;
 
 /**

http://git-wip-us.apache.org/repos/asf/commons-math/blob/bd15dc78/src/main/java/org/apache/commons/math4/stat/interval/ClopperPearsonInterval.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/stat/interval/ClopperPearsonInterval.java
 
b/src/main/java/org/apache/commons/math4/stat/interval/ClopperPearsonInterval.java
index 2e41693..b6a72ff 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/interval/ClopperPearsonInterval.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/interval/ClopperPearsonInterval.java
@@ -16,7 +16,7 @@
  */
 package org.apache.commons.math4.stat.interval;
 
-import org.apache.commons.math4.distribution.FDistribution;
+import org.apache.commons.statistics.distribution.FDistribution;
 
 /**
  * Implements the Clopper-Pearson method for creating a binomial proportion 
confidence interval.

http://git-wip-us.apache.org/repos/asf/commons-math/blob/bd15dc78/src/main/java/org/apache/commons/math4/stat/interval/NormalApproximationInterval.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/stat/interval/NormalApproximationInterval.java
 
b/src/main/java/org/apache/commons/math4/stat/interval/NormalApproximationInterval.java
index 57c3946..1f59c8f 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/interval/NormalApproximationInterval.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/interval/NormalApproximationInterval.java
@@ -16,7 +16,7 @@
  */
 package org.apache.commons.math4.stat.interval;
 
-import org.apache.commons.math4.distribution.NormalDistribution;
+import org.apache.commons.statistics.distribution.NormalDistribution;
 import org.apache.commons.math4.util.FastMath;
 
 /**

http://git-wip-us.apache.org/repos/asf/commons-math/blob/bd15dc78/src/main/java/org/apache/commons/math4/stat/interval/WilsonScoreInterval.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/stat/interval/WilsonScoreInterval.java 
b/src/main/java/org/apache/commons/math4/stat/interval/WilsonScoreInterval.java
index 388442f..7facd61 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/interval/WilsonScoreInterval.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/interval/WilsonScoreInterval.java
@@ -16,7 +16,7 @@
  */
 package org.apache.commons.math4.stat.interval;
 
-import org.apache.commons.math4.distribution.NormalDistribution;
+import org.apache.commons.statistics.distribution.NormalDistribution;
 import org.apache.commons.math4.util.FastMath;
 
 /**

Reply via email to