stats_stat_percentile

Returns the percentile value

説明

float stats_stat_percentile(array $arr, float $perc)

Returns the perc-th percentile value of the array arr.

パラメータ

arr

The input array

perc

The percentile

戻り値

Returns the percentile values of the input array.