Percentiles
percentilesCompute p50/p90/p95/p99 percentile cutoffs from a numeric sample using nearest-rank and linear interpolation. Alerts when sample size under 100, as p99 then equals the maximum.
Instructions
p50/p90/p95/p99 (the 50th/90th/95th/99th percentile cutoffs) by nearest-rank AND linear interpolation. Pairs with calc_stats, which gives mean/median/stdev/CV on the same sample instead of these distribution points.
Warns when n < 100 that p99 is just the maximum wearing a label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nums | Yes | Sample of numbers to compute p50/p90/p95/p99 for, by nearest-rank and linear interpolation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||