mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 18:49:40 +00:00
removed unneeded import statements
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@705210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab5b3d3944
commit
c376e656d7
@ -16,12 +16,9 @@
|
|||||||
*/
|
*/
|
||||||
package org.apache.commons.math.stat.regression;
|
package org.apache.commons.math.stat.regression;
|
||||||
|
|
||||||
|
import org.apache.commons.math.TestUtils;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import static org.junit.Assert.assertEquals;
|
|
||||||
import static org.junit.Assert.assertTrue;
|
|
||||||
import org.apache.commons.math.TestUtils;
|
|
||||||
import org.apache.commons.math.linear.RealMatrixImpl;
|
|
||||||
|
|
||||||
public class OLSMultipleLinearRegressionTest extends AbstractMultipleLinearRegressionTest {
|
public class OLSMultipleLinearRegressionTest extends AbstractMultipleLinearRegressionTest {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user