ICS_tcov | R Documentation |
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.
ICS_tcov(x, beta = 2)
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 |
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. |
Andreas Alfons
ICS()
tcov()
, ucov()
, ICS_ucov()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.