statsmodels.sandbox.regression.gmm.IVGMM.gmmobjective
-
IVGMM.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
Please login to continue.