GMM.gradient_momcond()

statsmodels.sandbox.regression.gmm.GMM.gradient_momcond

GMM.gradient_momcond(params, epsilon=0.0001, centered=True) [source]

gradient of moment conditions

Parameters:

params : ndarray

parameter at which the moment conditions are evaluated

epsilon : float

stepsize for finite difference calculation

centered<