GMM.gmmobjective()

statsmodels.sandbox.regression.gmm.GMM.gmmobjective

GMM.gmmobjective(params, weights) [source]

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

doc_statsmodels
2017-01-18 16:09:58
Comments
Leave a Comment

Please login to continue.