iterative estimation with updating of optimal weighting matrix
stopping criteria are maxiter or change in parameter estimate less than self.epsilon_iter, with default 1e-6.
Parameters : | start : array
maxiter : int
start_weights : array (nmoms, nmoms)
weights_method : {‘cov’, ...}
|
---|---|
Returns : | params : array
weights : array
|