大家好
gmm函数中,迭代可以选择三个:twostep, onestep, and igmm specify which estimator is to be used. You can specify at most one
of these options. twostep is the default.
可是我运行的时候,有些可能比较复杂,如果使用igmm,一直出不来结果,最后到了16000次,终止了:
Step 16000
Iteration 0: GMM criterion Q(b) = .10166685
Iteration 1: GMM criterion Q(b) = .08196323
Iteration 2: GMM criterion Q(b) = .08196323
maximum number of GMM iterations reached
r(498);
如果我想设置迭代99次,可以设置吗?因为twostep又太少,igmm又不收敛……
想找一个合适的次数…可是不知道怎么设置…
谢谢哦