np_quantile
Compute the specified quantile(s) of an input array. Provide the array and quantile values between 0 and 1 to get corresponding percentiles.
Instructions
Compute the q-th quantile of the array elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| q | Yes | Quantile(s) to compute (0-1). Can be a float or list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |