Searched refs:lowPecentile (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()65 arrayCopy.size() - (int)(arrayCopy.size() * (1 - lowPecentile))); in getPercentileValue()