ICS_lcov {ICSClust} | R Documentation |
Local Shape Scatter Estimates for ICS
Description
It is a wrapper for the local shape estimator of scatter
as computed by fpc::localshape()
.
Usage
ICS_lcov(x, mscatter = "cov", proportion = 0.1, ...)
Arguments
x |
a numeric matrix or data frame. |
mscatter |
|
proportion |
proportion of points to be considered as neighbourhood. |
... |
potential further arguments passed to |
Value
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. |
Author(s)
Andreas Alfons and Aurore Archimbaud
See Also
[Package ICSClust version 0.1.0 Index]