我正在尝试在Python中执行工具性变量(IV)回归。我在网上看到statsmodels.gmm包有我需要的函数(),但是当我在import statsmodels.gmm as gmm中运行import statsmodels.gmm as gmm时,我得到了这个错误No module named gmm。我在python 2.7.9中使用ipython。如有任何建议,将不胜感激。
尝试运行jupyter笔记本中的代码时出现错误TypeErrorspeaker are concatenated, then do model training--> 184 gmm= GMM(n_components = 16, n_iter = 200, covariance_type='diag',n_init = 3)