Description Usage Arguments Details Value Author(s) References See Also Examples
Density- and and principal components-based distance between
multivariate data and a unimodal
elliptical distribution about the data mean, see Hennig and Coretto
(2021). For use in kerndenscluster
.
1 2 |
x |
something that can be coerced into a matrix. Dataset. |
weights |
non-negative vector. Relative weights of observations (will be standardised to sup up to one internally). |
siglist |
list with components |
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. kerndensmeasure
is run on the principal components of x
. The resulting measures
are standardised by kmeanfun
and ksdfun
and then aggregated as mean square of the positive values, see
Hennig and Coretto (2021). The PCS is computed by
princomp
and will always use siglist
rather than
statistics computed from x
.
A list with components cml, cm, pca, stanmeasure, measure
.
cml |
List of outputs of |
cm |
vector of |
stanmeasure |
vector of standardised |
pca |
output 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.
kerndensmeasure
, kerndenscluster
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.