ICS_ucov | R Documentation |
Wrapper functions for the one-step M-estimator of scatter with weights based
on Mahalanobis distances as computed by scov()
, or the simple
related estimator that is based on a transformation as computed by
ucov()
.
ICS_scov(x, location = TRUE, beta = 0.2)
ICS_ucov(x, location = TRUE, beta = 0.2)
x |
a numeric matrix or data frame. |
location |
a logical indicating whether to include the sample
mean as location estimate (defaults to |
beta |
a positive numeric value specifying the tuning parameter of the
estimator (default to 0.2), see |
An object of class "ICS_scatter"
with the following
components:
location |
if requested, a numeric vector giving the location estimate. |
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()
, ICS_tcov()
, ucov()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.