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

stats_stat_independent_t

(PECL stats >= 1.0.0)

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

Açıklama

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

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

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

arr1

The first set of values

arr2

The second set of values

Dönen Değerler

Returns the t-value, or false if failure.