3.10.1. statsmodels.robust.norms

3.10.1.1. Functions

estimate_location(a, scale[, norm, axis, ...]) M-estimator of location using self.norm and a current estimator of scale.

3.10.1.2. Classes

AndrewWave([a]) Andrew’s wave for M estimation.
Hampel([a, b, c]) Hampel function for M-estimation.
HuberT([t]) Huber’s T for M estimation.
LeastSquares Least squares rho for M-estimation and its derived functions.
RamsayE([a]) Ramsay’s Ea for M estimation.
RobustNorm The parent class for the norms used for robust regression.
TrimmedMean([c]) Trimmed mean function for M-estimation.
TukeyBiweight([c]) Tukey’s biweight function for M-estimation.