statsmodels.sandbox.regression.gmm.GMM.gmmobjective¶ GMM.gmmobjective(params, weights)[source]¶ objective function for GMM minimization Parameters:¶ paramsndarrayparameter values at which objective is evaluated weightsndarrayweighting matrix Returns:¶ jvalfloatvalue of objective function