stats_kurtosis

Computes the kurtosis of the data in the array

説明

float stats_kurtosis(array $a)

Returns the kurtosis of the values in a.

パラメータ

a

The input array

戻り値

Returns the kurtosis of the values in a, or false if a is empty or is not an array.