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;
|
||||
|
||||
import org.apache.commons.math.TestUtils;
|
||||
import org.junit.Before;
|
||||
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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue