# PERCENTILE

PERCENTILE(`nth`, `column` )

Computes *n*th percentile of a list of numbers, ignoring any blank values.

### Arguments

| Argument | Description                                     |
| -------- | ----------------------------------------------- |
| `nth`    | Desired percentile as a decimal (0 <= nth <= 1) |
| `column` | numeric column                                  |

### Outputs

Desired percentile of input values

### Example

{% embed url="<https://datawrapper.dwcdn.net/M55Us/1/>" %}
