Skip to content

Commit 95847b7

Browse files
committed
MATH-1670: Remove stat.inference package
Functionality has been transferred to the Commons Statistics inference module.
1 parent 6c6ffb5 commit 95847b7

30 files changed

Lines changed: 30 additions & 9294 deletions

commons-math-legacy/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
<scope>test</scope>
134134
</dependency>
135135

136+
<dependency>
137+
<groupId>org.apache.commons</groupId>
138+
<artifactId>commons-statistics-inference</artifactId>
139+
<scope>test</scope>
140+
</dependency>
141+
136142
</dependencies>
137143

138144
<build>

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/inference/AlternativeHypothesis.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/inference/BinomialTest.java

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)