A character indicating the initial estimator. Valid options are 'K' (default)
for the Pena-Prieto 'KSD' estimate, and 'mve' for the Minimum Volume Ellipsoid.
maxsteps
Maximum number of steps for the line search section of the algorithm.
propmin
Regulates the proportion of weights computed from the initial estimator that
will be different from zero. The number of observations with initial non-zero weights will
be at least p (the number of columns of X) times propmin.
qs
Tuning paramater for Rocke's loss functions.
maxit
Maximum number of iterations.
tol
Tolerance to decide converngence.#'
Value
A list with class “covRob” containing the following elements:
mu
The location estimate
V
The scatter matrix estimate, scaled for consistency at the normal distribution
center
The location estimate. Same as mu above.
cov
The scatter matrix estimate, scaled for consistency at the normal distribution. Same as V above.
dista
Robust Mahalanobis distances
w
weights
gamma
Final value of the constant gamma that regulates the efficiency
Details
This function computes Rocke's robust estimator for multivariate location and scatter.