statsmodels.sandbox.regression.gmm.LinearIVGMM.gmmobjective

LinearIVGMM.gmmobjective(params, weights)

objective function for GMM minimization

Parameters:
  • params (array) – parameter values at which objective is evaluated
  • weights (array) – weighting matrix
Returns:

jval – value of objective function

Return type:

float