| ICS_tcov {ICSClust} | R Documentation |
Pairwise one-step M-estimate of scatter for ICS
Description
Wrapper function for the pairwise one-step M-estimator of scatter with
weights based on pairwise Mahalanobis distances, as computed by
tcov(). Note that this estimator is based on pairwise
differences and therefore no location estimate is returned.
Usage
ICS_tcov(x, beta = 2)
Arguments
x |
a numeric matrix or data frame. |
beta |
a positive numeric value specifying the tuning parameter of the
pairwise one-step M-estimator (default to 2), see |
Value
An object of class "ICS_scatter" with the following
components:
location |
this is |
scatter |
a numeric matrix giving the estimate of the scatter matrix. |
label |
a character string providing a label for the scatter matrix. |
Author(s)
Andreas Alfons
See Also
ICS()
[Package ICSClust version 0.1.0 Index]