array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.stats-stat-paired-t.php', 1 => 'stats_stat_paired_t', 2 => 'Returns the t-value of the dependent t-test for paired samples', ), 'up' => array ( 0 => 'ref.stats.php', 1 => 'Statistic İşlevleri', ), 'prev' => array ( 0 => 'function.stats-stat-innerproduct.php', 1 => 'stats_stat_innerproduct', ), 'next' => array ( 0 => 'function.stats-stat-percentile.php', 1 => 'stats_stat_percentile', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stats/functions/stats-stat-paired-t.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stats_stat_paired_t

(PECL stats >= 1.0.0)

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

Açıklama

stats_stat_paired_t(array $arr1, array $arr2): float

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

Bağımsız Değişkenler

arr1

The first samples

arr2

The second samples

Dönen Değerler

Returns the t-value, or false if failure.