removed unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-09-01 21:04:38 +00:00
parent 0283b0c935
commit f21c639f0a
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ import java.io.Serializable;
import org.apache.commons.math.MathRuntimeException;
import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic;
import org.apache.commons.math.stat.descriptive.summary.Sum;
/**
* Computes the variance of the available values. By default, the unbiased

View File

@ -19,7 +19,6 @@ package org.apache.commons.math.stat.descriptive.summary;
import java.io.Serializable;
import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic;
import org.apache.commons.math.stat.descriptive.AbstractUnivariateStatistic;
/**
* Returns the product of the available values.