Package org.apache.jorphan.math
Class StatCalculatorInteger
-
- All Implemented Interfaces:
public class StatCalculatorInteger extends StatCalculator<T>
StatCalculator for Integer values
-
-
Constructor Summary
Constructors Constructor Description StatCalculatorInteger()
-
Method Summary
Modifier and Type Method Description voidaddValue(int val)voidaddValue(int val, int sampleCount)Update the calculator with the value for an aggregated sample. -
Methods inherited from class org.apache.jorphan.math.StatCalculator
addAll, addBytes, addSentBytes, addValue, addValue, clear, getCount, getDistribution, getMax, getMean, getMedian, getMin, getPercentPoint, getPercentPoint, getStandardDeviation, getSum, getTotalBytes, getTotalSentBytes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-