percentiles
Computes p50/p90/p95/p99 via nearest-rank and linear interpolation. Warns when n < 100 that p99 is just the maximum.
Instructions
p50/p90/p95/p99 by nearest-rank AND linear interpolation.
Warns when n < 100 that p99 is just the maximum wearing a label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nums | Yes |