np_percentile
Compute specified percentiles (0-100) from array elements. Supports single or multiple percentile values.
Instructions
Compute the q-th percentile of the array elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| q | Yes | Percentile(s) to compute (0-100). Can be a float or list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |