public class IntegerSeriesImpl extends NumberSeriesImpl<Integer>
Integer measures.count| Constructor and Description |
|---|
IntegerSeriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
calcNativeMedian(Integer a,
Integer b)
Abstract method which must be implemented by sub-classes.
|
createIfKnown, formatMetrics, getAll, getAverage, getAveraged, getCount, getDoubleMedian, getKnownSeriesClasses, getMax, getMin, getNativeMedian, getNativeMedians, getStandardDeviation, getValueClass, hasSingleMedian, initialize, measure, medianA, medianBtoStringpublic Integer calcNativeMedian(Integer a, Integer b)
NumberSeriesImplcalcNativeMedian in class NumberSeriesImpl<Integer>a - the first (left) median candidateb - the second (right) median candidateCopyright © 2015. All rights reserved.