ReferenceMathpercentileOn this pagepercentilelq.percentile(values, q, method="linear") Computes the q-th percentile of the given data. Parametersvalues : arrayArray of values.q : ratioA percentage between 0% and 100%.method : "linear" default: "linear"Interpolation method. Currently, only "linear" is supported.