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 arr1 and arr2.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

arr1

The first set of values

arr2

The second set of values

戻り値

Returns the t-value, or false if failure.