热线电话:13121318867

登录
2021-01-21 阅读量: 422
from scipy.stats import ttest_ind as ttest, levene,这句看不懂,是把同一个算法命名成了两个别名吗

问:

from scipy.stats import ttest_ind as ttest, levene,这句看不懂,是把同一个算法命名成了两个别名吗



答:

这句代码可以分为两句代码来看:

from scipy.stats import ttest_ind as ttest

from scipy.stats import levene

所以表示的是从scipy库中的stats模块中调取ttest_ind和 levene这两个类,同时给ttest_ind取个别名为 ttest。


55.7549
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子