Interface QuantileCombiner.Quantiler
-
- Enclosing class:
- QuantileCombiner
@Equality public static interface QuantileCombiner.Quantiler
Defines the calculation of the combined result from submitted data values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
calculateValue(double[] sortedValues)
Calculates the output (typically, but not necessarily, quantile) value from a sorted list of submitted data values.
-