stats_stat_percentile
PHP Manual
PHP Manual»Statistic İşlevleri»stats_stat_percentile

stats_stat_percentile

(PECL stats >= 1.0.0)

stats_stat_percentileReturns the percentile value

Açıklama

function stats_stat_percentile(array $arr, float $perc): float

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

Bağımsız Değişkenler

arr
The input array
perc
The percentile

Dönen Değerler

Returns the percentile values of the input array.

To Top