Searched refs:highPercentile (Results 1 – 1 of 1) sorted by relevance
51 Collection<TValue> collection, float lowPecentile, float highPercentile) { in getPercentileValue() argument53 if (lowPecentile > highPercentile || lowPecentile < 0 || highPercentile > 1) { in getPercentileValue()72 int highArrayIndex = Math.max(lowArrayIndex, (int)(arrayCopy.size() * highPercentile - 1)); in getPercentileValue()