GoLang stats_stat_paired_t

request it (285)
GoLang replacement for PHP's stats_stat_paired_t [edit | history]



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

PHP stats_stat_paired_t

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

stats_stat_paired_t

(PECL stats >= 1.0.0)

stats_stat_paired_tReturns the t-value of the dependent t-test for paired samples

Description

float stats_stat_paired_t ( array $arr1 , array $arr2 )

Returns the t-value of the dependent t-test for paired samples arr1 and arr2.

Parameters

arr1

The first samples

arr2

The second samples

Return Values

Returns the t-value, or FALSE if failure.