class statsmodels.robust.norms.RobustNorm
[source]
The parent class for the norms used for robust regression.
Lays out the methods expected of the robust norms to be used by statsmodels.RLM.
Parameters: | None – Some subclasses have optional tuning constants. |
---|
PJ Huber. ‘Robust Statistics’ John Wiley and Sons, Inc., New York, 1981.
See also
statsmodels.rlm
, and
Currently only M-estimators are available.
psi (z) | Derivative of rho. |
psi_deriv (z) | Deriative of psi. |
rho (z) | The robust criterion estimator function. |
weights (z) | Returns the value of psi(z) / z |
© 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.norms.RobustNorm.html