Logo

statsmodels.sandbox.regression.gmm.NonlinearIVGMM.gmmobjective

NonlinearIVGMM.gmmobjective(params, weights)

objective function for GMM minimization

Parameters:

params : array

parameter values at which objective is evaluated

weights : array

weighting matrix

Returns:

jval : float

value of objective function

Previous topic

statsmodels.sandbox.regression.gmm.NonlinearIVGMM.get_bse

Next topic

statsmodels.sandbox.regression.gmm.NonlinearIVGMM.gradient_momcond

This Page