因此,我想导入scipy.stats,无论输入什么原因:它工作得很好,没有错误,但是当我键入:突然,我犯了一个错误: File "G:/Python Practice/Gui Int/apa.py", line 2, in <module>
import scipy.statsImportError: No module na
我正在尝试从一个学生中提取斜度和峰度,这是我对一些非正常数据的拟合。mu_norm, sig_norm = norm.fit(returns) # extract the mean and stdev of the closest normal distribution fitdx = 0.0001 # resolution of the dist