git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-06-16 03:16:26 +00:00
parent 519542bdd2
commit 49a083af12
1 changed files with 2 additions and 2 deletions

View File

@ -52,14 +52,14 @@ import org.apache.commons.math.stat.univariate.SummaryStatistics;
* entry per line.</li>
* </ul></p>
*
* @version $Revision: 1.25 $ $Date: 2004/06/15 18:33:16 $
* @version $Revision: 1.26 $ $Date: 2004/06/16 03:16:26 $
*/
public class EmpiricalDistributionImpl implements Serializable, EmpiricalDistribution {
/** Serializable version identifier */
static final long serialVersionUID = -6773236347582113490L;
/** List of DescriptiveStatistics objects characterizing the bins */
/** List of SummaryStatistics objects characterizing the bins */
private ArrayList binStats = null;
/** Sample statistics */