PHP.nl

stats_stat_independent_t

stats_stat_independent_t

Returns the t-value from the independent two-sample t-test

float **stats_stat_independent_t** array $arr1 array $arr2

Returns the t-value of the independent two-sample t-test between and . arr1``arr2

arr1The first set of values

arr2The second set of values

Returns the t-value, or false if failure.