Skip to main content

percentile

lq.percentile(values, q, method="linear")

Computes the q-th percentile of the given data.

Parameters

values : array

Array of values.

q : ratio

A percentage between 0% and 100%.

method : "linear"    default: "linear"

Interpolation method. Currently, only "linear" is supported.