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

  1. Initialize , often obtained from Ordinary Least Squares.
  2. Calculate the weight If , then
  3. Update using Weighted Least Squares where
  4. Iterate step 1 to 3 until the estimator converges.