利用python进行T检验

引入所需的包css from scipy import stats import numpy as np 注:ttest_1samp, ttest_ind, ttest_rel均进行双侧检验 H0:μ=μ0 H1:μ≠μ0 html 单样本T检验-ttest_1samp ttest_1samp官方文档python 生成50行x2列的数据web np.random.seed(7654567) #
相关文章
相关标签/搜索