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

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

Deprecated. to be removed in commons-math 2.0. Use DescriptiveStatistics

public class DescriptiveStatisticsImpl
extends DescriptiveStatistics
implements java.io.Serializable

Default implementation of DescriptiveStatistics.

Version:
$Revision: 608456 $ $Date: 2008-01-03 04:35:02 -0700 (Thu, 03 Jan 2008) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.math.stat.descriptive.DescriptiveStatistics
eDA, INFINITE_WINDOW, windowSize
 
Constructor Summary
DescriptiveStatisticsImpl()
          Deprecated. Construct a DescriptiveStatisticsImpl with infinite window
DescriptiveStatisticsImpl(int window)
          Deprecated. Construct a DescriptiveStatisticsImpl with finite window
 
Method Summary
 void clear()
          Deprecated. Resets all statistics and storage
 
Methods inherited from class org.apache.commons.math.stat.descriptive.DescriptiveStatistics
addValue, apply, getElement, getGeometricMean, getGeometricMeanImpl, getKurtosis, getKurtosisImpl, getMax, getMaxImpl, getMean, getMeanImpl, getMin, getMinImpl, getN, getPercentile, getPercentileImpl, getSkewness, getSkewnessImpl, getSortedValues, getStandardDeviation, getSum, getSumImpl, getSumsq, getSumsqImpl, getValues, getVariance, getVarianceImpl, getWindowSize, newInstance, newInstance, setGeometricMeanImpl, setKurtosisImpl, setMaxImpl, setMeanImpl, setMinImpl, setPercentileImpl, setSkewnessImpl, setSumImpl, setSumsqImpl, setVarianceImpl, setWindowSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptiveStatisticsImpl

public DescriptiveStatisticsImpl()
Deprecated. 
Construct a DescriptiveStatisticsImpl with infinite window


DescriptiveStatisticsImpl

public DescriptiveStatisticsImpl(int window)
Deprecated. 
Construct a DescriptiveStatisticsImpl with finite window

Parameters:
window - the finite window size.
Method Detail

clear

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

Overrides:
clear in class DescriptiveStatistics


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.