Definition

Consider an error (loss) function , The M-estimator is obtained by where is a robust estimator, and given by
If , then it is LSE, and if , then it is -norm regression estimator. The derivative of , denoted , is called the influence function. Since is a non-liner in , we van not get explicit solution. Instead, we use an iterative method, called IRLS (Iterative Reweighted Least Squares).
Iterative Reweighted Least Squares
- Initialize , often obtained from Ordinary Least Squares.
- Calculate the weight If , then
- Update using Weighted Least Squares where
- Iterate step 1 to 3 until the estimator converges.