GoLang stats_kurtosis

request it (297)
GoLang replacement for PHP's stats_kurtosis [edit | history]



Do you know a GoLang replacement for PHP's stats_kurtosis? Write it!

PHP stats_kurtosis

PHP original manual for stats_kurtosis [ show | php.net ]

stats_kurtosis

(PECL stats >= 1.0.0)

stats_kurtosisComputes the kurtosis of the data in the array

Description

float stats_kurtosis ( array $a )

Returns the kurtosis of the values in a.

Parameters

a

The input array

Return Values

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