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: |
|
---|---|
Returns: |
results – statsmodels.rlm.RLMresults |
Return type: |
object |
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.robust.robust_linear_model.RLM.fit.html