statsmodels.stats.weightstats.CompareMeans.ttest_ind
CompareMeans.ttest_ind(alternative='two-sided', usevar='pooled', value=0) [source]
ttest for the null hypothesis of identical means this should also be the same as onewaygls, except for ddof differences Parameters:
x1, x2 : array_like, 1-D or 2-D two independent samples, see notes for 2-D case alternative : string The alternative hypothesis, H1, has to be one of the following ?two-sided?: H1: difference in means not equal to value (def