org.apache.commons.math.stat.descriptive
Class SummaryStatisticsImpl

java.lang.Object
  extended by org.apache.commons.math.stat.descriptive.SummaryStatistics
      extended by org.apache.commons.math.stat.descriptive.SummaryStatisticsImpl
All Implemented Interfaces:
java.io.Serializable, StatisticalSummary

Deprecated. to be removed in commons math 2.0. Use SummaryStatistics.

public class SummaryStatisticsImpl
extends SummaryStatistics
implements java.io.Serializable

Provides a default SummaryStatistics implementation.

Version:
$Revision: 613677 $ $Date: 2008-01-20 14:08:35 -0700 (Sun, 20 Jan 2008) $
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Deprecated. Serializable version identifier
 
Fields inherited from class org.apache.commons.math.stat.descriptive.SummaryStatistics
geoMean, max, mean, min, n, secondMoment, sum, sumLog, sumsq, variance
 
Constructor Summary
SummaryStatisticsImpl()
          Deprecated. Construct a SummaryStatistics
 
Method Summary
 void clear()
          Deprecated. Resets all statistics and storage.
 
Methods inherited from class org.apache.commons.math.stat.descriptive.SummaryStatistics
addValue, equals, getGeoMeanImpl, getGeometricMean, getMax, getMaxImpl, getMean, getMeanImpl, getMin, getMinImpl, getN, getStandardDeviation, getSum, getSumImpl, getSumLogImpl, getSummary, getSumOfLogs, getSumsq, getSumsqImpl, getVariance, getVarianceImpl, hashCode, newInstance, newInstance, setGeoMeanImpl, setMaxImpl, setMeanImpl, setMinImpl, setSumImpl, setSumLogImpl, setSumsqImpl, setVarianceImpl, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
Serializable version identifier

See Also:
Constant Field Values
Constructor Detail

SummaryStatisticsImpl

public SummaryStatisticsImpl()
Deprecated. 
Construct a SummaryStatistics

Method Detail

clear

public void clear()
Deprecated. 
Resets all statistics and storage.

Overrides:
clear in class SummaryStatistics