E = y - Ax
A typical expression for the Huber weight is given here
http://www.general-cathexis.com/images/Huber.png , but I derive a
different weight:
W(e) = 1/2 for |e| <= k
W(e) = k/|e| - ( (k/e)^2 )/2 for |e| > k
where e is an element of E.
My derivation is simply rho(e)/e^2 because, at convergence, et = et-1,
where t is iteration index,
therefore Wt*et^2 = (rho(et-1)/(et-1)^2)*et^2 = (rho(et)/et^2)*et^2 =
rho(et).
I can confirm the result quoted above.
If you are interested I can send you a pdf-file with my derivation.
Helmut.
>
> W(e) = 1/2 for |e|<= k
>
> W(e) = k/|e| - ( (k/e)^2 )/2 for |e|> k
>
> where e is an element of E.
>
> My derivation is simply rho(e)/e^2 because, at convergence, et = et-1,
> where t is iteration index,
> therefore Wt*et^2 = (rho(et-1)/(et-1)^2)*et^2 = (rho(et)/et^2)*et^2 =
> rho(et).
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
It will suffice to tell me why my derivation is wrong in public.