statsmodels.sandbox.regression.gmm.LinearIVGMM.gmmobjective

LinearIVGMM.gmmobjective(params, weights)

objective function for GMM minimization

Parameters:
paramsndarray

parameter values at which objective is evaluated

weightsndarray

weighting matrix

Returns:
jvalfloat

value of objective function


Last update: Dec 14, 2023