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:
parent
0283b0c935
commit
f21c639f0a
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue