IVGMM.gradient_momcond()

statsmodels.sandbox.regression.gmm.IVGMM.gradient_momcond

IVGMM.gradient_momcond(params, epsilon=0.0001, centered=True)

gradient of moment conditions

Parameters:

params : ndarray

parameter at which the moment conditions are evaluated

epsilon : float

stepsize for finite difference calculation

centered : bool

This refers to the finite difference calculation. If centered is true, then the centered finite difference calculation is used. Otherwise the one-sided forward differences are used.

TODO: looks like not used yet

missing argument weights

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.sandbox.regression.gmm.IVGMM.gradient_momcond.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部