statsmodels.sandbox.regression.gmm.GMM.gmmobjective
- 
GMM.gmmobjective(params, weights)[source]
 
objective function for GMM minimization
- Parameters:
 
- params
ndarray parameter values at which objective is evaluated
 
- weights
ndarray weighting matrix
 
 
- Returns:
 
- jval
float value of objective function
 
 
  
  
    
      Last update:
      Jun 10, 2024