我知道这是一个重复的问题,很简单。有人可以帮助我找到scipy.maxentropy.bigmodel.stochapprox
(link)的源代码。
我看了here。
我确实尝试过以下操作:
import inspect
import scipy
inspect.getsourcelines(scipy)
或
??scipy (in notebook)
以上这些均未提供理想的结果。
也跟随生成错误
import.maxentropy.bigmodel.stochapprox
(ImportError: No module named maxentropy.bigmodel.stochapprox)
我需要看看scipy如何计算stochapprox。
没关系,(很旧的想法):
https://github.com/qsnake/scipy/blob/master/src/scipy/maxentropy/maxentropy.py