percentile
Calculate the pth value in a numeric dataset, revealing the score at or below which a given percentage of data falls.
Instructions
Calculate the pth percentile of a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p | Yes | ||
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |