azalea says

python统计计算模块

最常用的是stats,代码在此,可以统计描述(mean,median,sd..)和统计推断(t-test,F-test,chi-square..)

stats需要pstat,代码在此

只需要把代码保存到python目录下的site-packages子目录中即可。例如,我的系统是在/usr/local/lib/python2.5/site-packages

此外还有numpy,支持矩阵计算。

更多统计计算模块可以在这里找到。

另外推荐个python的科学计算模块: SciPy,读做”塞派”,官方网站是: http://www.scipy.org

module programming python 科学计算 统计 · Tweet Edit