public class LongSeriesImpl extends NumberSeriesImpl<Long>
Long measures.count| Constructor and Description |
|---|
LongSeriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
calcNativeMedian(Long a,
Long 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 Long calcNativeMedian(Long a, Long b)
NumberSeriesImplcalcNativeMedian in class NumberSeriesImpl<Long>a - the first (left) median candidateb - the second (right) median candidateCopyright © 2015. All rights reserved.