statsmodels.sandbox.regression.gmm.GMM.gmmobjective

GMM.gmmobjective(params, weights)[source]

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: Apr 18, 2024