PHP - Manual: stats_stat_paired_t
2024-12-27
(PECL stats >= 1.0.0)
stats_stat_paired_t — Returns the t-value of the dependent t-test for paired samples
$arr1
, array $arr2
) : float
Returns the t-value of the dependent t-test for paired samples
arr1
and arr2
.
arr1
The first samples
arr2
The second samples
Returns the t-value, or FALSE
if failure.
官方地址:https://www.php.net/manual/en/function.stats-stat-paired-t.php