在scipy.stats包中,几乎没有
ttest_...函数。从这里查看示例:
>>> print 't-statistic = %6.3f pvalue = %6.4f' % stats.ttest_1samp(x, m)t-statistic = 0.391 pvalue = 0.6955

在scipy.stats包中,几乎没有
ttest_...函数。从这里查看示例:
>>> print 't-statistic = %6.3f pvalue = %6.4f' % stats.ttest_1samp(x, m)t-statistic = 0.391 pvalue = 0.6955