Independent samples t-test without p calculation.
This is a modified version of scipy.stats.ttest_ind()
. It operates
along the first axis. The sigma
parameter provides an optional “hat”
adjustment (see ttest_1samp_no_p()
and [1]).
The first array.
The second array.
Assume equal variance. See scipy.stats.ttest_ind()
.
float
The regularization. See ttest_1samp_no_p()
.
array
T values.
References