|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.stat.descriptive.DescriptiveStatistics
org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl
DescriptiveStatistics
public class DescriptiveStatisticsImpl
Default implementation of
DescriptiveStatistics
.
Field Summary | |
---|---|
private static long |
serialVersionUID
Deprecated. Serializable version identifier |
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public DescriptiveStatisticsImpl()
public DescriptiveStatisticsImpl(int window)
window
- the finite window size.Method Detail |
---|
public void clear()
clear
in class DescriptiveStatistics
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |