ICS_lcov | R Documentation |
It is a wrapper for the local shape estimator of scatter
as computed by fpc::localshape()
.
ICS_lcov(x, mscatter = "cov", proportion = 0.1, ...)
x |
a numeric matrix or data frame. |
mscatter |
|
proportion |
proportion of points to be considered as neighbourhood. |
... |
potential further arguments passed to |
An object of class "ICS_scatter"
with the following
components:
location |
this is NULL as the estimator does not use a 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 and Aurore Archimbaud
fpc::localshape()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.