Interface QuantileCombiner.Quantiler
- Enclosing class:
- QuantileCombiner
Defines the calculation of the combined result from submitted
data values.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
calculateValue
(double[] sortedValues) Calculates the output (typically, but not necessarily, quantile) value from a sorted list of submitted data values.
-
Method Details
-
calculateValue
double calculateValue(double[] sortedValues) Calculates the output (typically, but not necessarily, quantile) value from a sorted list of submitted data values.- Parameters:
sortedValues
- sorted array of finite numeric values- Returns:
- combined result value
-