percentile
Calculates a percentile value from a dataset using sorted linear interpolation, similar to Excel's PERCENTILE.INC.
Instructions
Calculates a percentile using sorted linear interpolation (R-7 / Excel PERCENTILE.INC method)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | ||
| percentile | Yes | Percentile from 0 through 100 |