Home | History | Annotate | Download | only in value

Lines Matching full:percentile

132         percentile: []
277 * Compute an approximation of percentile based on the counts in the bins.
278 * If the real percentile lies within |this.range| then the result of
279 * the function will deviate from the real percentile by at most
281 * from which the real percentile would be calculated lie.
282 * If the real percentile is outside |this.range| then the function
395 * array field |percentile|.
396 * Each percentile should be a number between 0.0 and 1.0.
410 * Each percentile 0.x produces pct_0x0.
411 * Each percentile 0.xx produces pct_0xx.
412 * Each percentile 0.xxy produces pct_0xx_y.
413 * Percentile 1.0 produces pct_100.
455 if (stat === 'percentile') {
457 var percentile = this.getApproximatePercentile(percent);
459 new tr.v.ScalarNumeric(this.unit, percentile));