Moved BivariateRegression to multivariate subpackage.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c51d98d8bd
commit
6e8426b2c5
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.commons.math.stat;
|
||||
package org.apache.commons.math.stat.multivariate;
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.apache.commons.math.MathException;
|
||||
|
@ -49,7 +49,7 @@ import org.apache.commons.math.distribution.TDistribution;
|
|||
* the necessary computations to return the requested statistic.</li>
|
||||
* </ul>
|
||||
*
|
||||
* @version $Revision: 1.16 $ $Date: 2004/04/11 19:00:45 $
|
||||
* @version $Revision: 1.1 $ $Date: 2004/04/11 21:52:28 $
|
||||
*/
|
||||
public class BivariateRegression implements Serializable {
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.apache.commons.math.stat;
|
||||
package org.apache.commons.math.stat.multivariate;
|
||||
|
||||
import java.util.Random;
|
||||
|
||||
|
@ -25,7 +25,7 @@ import junit.framework.TestSuite;
|
|||
/**
|
||||
* Test cases for the TestStatistic class.
|
||||
*
|
||||
* @version $Revision: 1.12 $ $Date: 2004/02/21 21:35:17 $
|
||||
* @version $Revision: 1.1 $ $Date: 2004/04/11 21:52:28 $
|
||||
*/
|
||||
|
||||
public final class BivariateRegressionTest extends TestCase {
|
Loading…
Reference in New Issue