Searched refs:percentile (Results 1 – 4 of 4) sorted by relevance
185 def Percentile(values, percentile): argument204 percentile /= 100.0205 if percentile <= 0.5 / n:207 elif percentile >= (n - 0.5) / n:210 floor_index = int(math.floor(n * percentile - 0.5))213 alpha = n * percentile - 0.5 - floor_index
92 int estimate_percentile(spect_dist_info *spec, int percentile) in estimate_percentile() argument101 if (percentile == 0) in estimate_percentile()102 percentile = spec->estimate_percentile; in estimate_percentile()106 count = (count * percentile) / 100; in estimate_percentile()
86 int estimate_percentile(spect_dist_info *spec, int percentile);
21930 percentile pPsentIl