percentiles
Calculate percentile values (p50, p90, p95, p99) using nearest-rank and linear interpolation, with a warning when sample size is small.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||