|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.stat.descriptive.SummaryStatistics
org.apache.commons.math.stat.descriptive.SummaryStatisticsImpl
SummaryStatistics.
public class SummaryStatisticsImpl
Provides a default SummaryStatistics implementation.
| Field Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public SummaryStatisticsImpl()
| Method Detail |
|---|
public void clear()
clear in class SummaryStatistics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||