Summary statistics based on ranks.
-
protected double
Percentile.EstimationType.estimate(double[] work,
int[] pivotsHeap,
double pos,
int length,
KthSelector selector)
Estimation based on Kth selection.
double
Evaluate method to compute the percentile for a given bounded array.
protected double
Percentile.EstimationType.evaluate(double[] work,
int[] pivotsHeap,
double p,
KthSelector selector)
Evaluate method to compute the percentile for a given bounded array
using earlier computed pivots heap.
This basically calls the
index
and then
estimate
functions to return the estimated percentile value.
Build a new instance similar to the current one except for the
kthSelector
instance specifically set.
Build a new instance similar to the current one except for the
kthSelector
instance specifically set.