statsmodels.robust.robust_linear_model.RLM.fit
RLM.fit(maxiter=50, tol=1e-08, scale_est='mad', init=None, cov='H1', update_scale=True, conv='dev') [source]
Fits the model using iteratively reweighted least squares. The IRLS routine runs until the specified objective converges to tol or maxiter has been reached. Parameters:
conv : string Indicates the convergence criteria. Available options are ?coefs? (the coefficients), ?weights? (the weights in the iteration), ?sresid? (the standardized