array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.stats-kurtosis.php', 1 => 'stats_kurtosis', 2 => 'Computes the kurtosis of the data in the array', ), 'up' => array ( 0 => 'ref.stats.php', 1 => 'Statistic 函数', ), 'prev' => array ( 0 => 'function.stats-harmonic-mean.php', 1 => 'stats_harmonic_mean', ), 'next' => array ( 0 => 'function.stats-rand-gen-beta.php', 1 => 'stats_rand_gen_beta', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stats/functions/stats-kurtosis.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stats_kurtosis

(PECL stats >= 1.0.0)

stats_kurtosisComputes the kurtosis of the data in the array

说明

stats_kurtosis(array $a): float

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.