GoLang stats_stat_correlation

request it (252)
GoLang replacement for PHP's stats_stat_correlation [edit | history]



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

PHP stats_stat_correlation

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

stats_stat_correlation

(PECL stats >= 1.0.0)

stats_stat_correlationReturns the Pearson correlation coefficient of two data sets

Description

float stats_stat_correlation ( array $arr1 , array $arr2 )

Returns the Pearson correlation coefficient between arr1 and arr2.

Parameters

arr1

The first array

arr2

The second array

Return Values

Returns the Pearson correlation coefficient between arr1 and arr2, or FALSE on failure.