MATH-1443: Depend on "Commons Statistics".
This commit is contained in:
parent
3c0c9d83e2
commit
db7a08583a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue