Description Usage Arguments Details Value Author(s) References See Also Examples
This calls kerndensp
for computing and aggregating
density- and
principal components-based distances between
multivariate data and a unimodal
elliptical distribution about the data mean for all clusters in a
mixture-based clustering as generated by otrimle
or
rimle
. For use in otrimleg
.
1 | kerndenscluster(x,fit,maxq=qnorm(0.9995),kernn=100)
|
x |
something that can be coerced into a matrix. Dataset. |
fit |
output object of |
maxq |
positive numeric. One-dimensional densities are evaluated
between |
kernn |
integer. Number of points at which the one-dimensional
density is evaluated, input parameter |
See Hennig and Coretto (2021), Sec. 4.2. kerndenscluster
calls
kerndensp
for all clusters and aggregates the resulting
measures as root sum of squares.
A list with components ddpi, ddpm, measure
.
ddpi |
list of outputs of |
ddpm |
vector of |
measure |
Final aggregation result. |
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en/
Hennig, C. and P.Coretto (2021). An adequacy approach for deciding the number of clusters for OTRIMLE robust Gaussian mixture based clustering. To appear in Australian and New Zealand Journal of Statistics, https://arxiv.org/abs/2009.00921.
kerndensp
, kerndensmeasure
,
otrimle
, rimle
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.