GoLang stats_skew

request it (262)
GoLang replacement for PHP's stats_skew [edit | history]



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

PHP stats_skew

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

stats_skew

(PECL stats >= 1.0.0)

stats_skewComputes the skewness of the data in the array

Description

float stats_skew ( array $a )

Returns the skewness of the values in a.

Parameters

a

The input array

Return Values

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