uk.ac.starlink.ttools.plot2.layer
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
 double calculateValue(double[] sortedValues)
          Calculates the output (typically, but not necessarily, quantile) value from a sorted list of submitted data values.
 

Method Detail

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


Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.