statsmodels.sandbox.regression.gmm.GMM.gmmobjective_cu#
- GMM.gmmobjective_cu(params, weights_method='cov', wargs=())[source]#
objective function for continuously updating GMM minimization
- Parameters:
- params
ndarray parameter values at which objective is evaluated
- weights_method
str,definesmethodforrobust Options here are similar to
statsmodels.stats.robust_covariancedefault is heteroscedasticity consistent, HC0. See calc_weightmatrix for details.- wargs
tupleordict required and optional arguments for weights_method, see calc_weightmatrix for details.
- params
- Returns:
- jval
float value of objective function
- jval