HUwei computes weight function psi(u)/u for Huber
wei=HUwei(u,c)
example
wei =HUwei(u, c) Plot Huber weights.
wei =HUwei(u, c)
wei
u
c
expand all
x=-6:0.01:6;weiHU=HUwei(x,2);plot(x,weiHU)xlabel('x','Interpreter','Latex')ylabel('$W (x) =\psi(x)/x$','Interpreter','Latex')
n x 1 vector containing residuals or Mahalanobis distances for the n units of the sample
Data Types: single| double
single| double
Scalar greater than 0 which controls the robustness/efficiency of the estimator (beta in regression or mu in the location case ...)
n x 1 vector containing the Huber weights associated to the scaled residuals or Mahalanobis distances for the n units of the sample.
Function HUwei transforms vector u as follows See equation (2.32) p. 28 of Maronna et al. (2006)
Maronna, R.A., Martin D. and Yohai V.J. (2006), "Robust Statistics, Theory and Methods", Wiley, New York.
Riani, M., Cerioli, A. and Torti, F. (2014), On consistency factors and efficiency of robust S-estimators, "TEST", Vol. 23, pp. 356-387.
http://dx.doi.org/10.1007/s11749-014-0357-7
TBwei | HYPwei | HAwei | OPTwei
TBwei
HYPwei
HAwei
OPTwei