tuning parameter. Should be between 0 and 1. The default is 0.9.
init
an optional matrix giving the starting value for the iteration.
eps
convergence tolerance.
maxiter
maximum number of iterations.
na.action
a function which indicates what should happen when the data
contain 'NA's. Default is to fail.
Author
Klaus Nordhausen and Jari Miettinen
Details
The symmetrized Huber scatter matrix is the regular Huber scatter matrix for the pairwise differences of the observations taken wrt to the origin.
Note that this function might be memory comsuming and slow for large data sets since the matrix is based on all pairwise difference of the observations.
The function symmhuber in the package SpatialNP offers also a k-step option. The SpatialNP package contains also the function mvhuberM for the regular multivariate Huber location
and scatter estimatior.
References
Sirkia, S., Taskinen, S. and Oja, H. (2007), Symmetrised M-estimators of scatter. Journal of Multivariate Analysis, 98, 1611--1629.