PERCENTILE

Computes nth percentile of a list of numbers

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

Last updated

Was this helpful?