Description Usage Arguments Details Value Author(s) References See Also Examples
Computes Optimally Tuned Robust Improper Maximum Likelihood Clustering
(OTRIMLE), see otrimle
,
together with the
density-based cluster quality statistics Q (Hennig and Coretto 2021)
for a range of values of the number of clusters.
1 2 |
dataset |
something that can be coerced into an observations times variables matrix. The dataset. |
G |
vector of integers (normally starting from 1). Numbers of clusters to be considered. |
multicore |
logical. If |
ncores |
integer. Number of cores for parallelisation. |
erc |
A number larger or equal than one specifying the maximum
allowed ratio between within-cluster covariance matrix
eigenvalues. See |
beta0 |
A non-negative constant, penalty term for noise, to be
passed as |
fixlogicd |
numeric of |
monitor |
0 or 1. If 1, progress messages are printed on screen. |
dmaxq |
numeric. Passed as |
For estimating the number of clusters this is meant to be called by
otrimlesimg
. The output of otrimleg
is not
meant to be used directly for estimating the number of clusters, see
Hennig and Coretto (2021).
otrimleg
returns a list
containing the components solution, iloglik, ibic, criterion,
logicd, noiseprob, denscrit, ddpm
. All of these are lists or
vectors of which the component number is the number of clusters.
solution |
list of output objects of |
iloglik |
vector of improper likelihood values from
|
ibic |
vector of improper BIC-values (small is good) computed
from |
criterion |
vector of values of OTRIMLE criterion, see
|
noiseprob |
vector of estimated noise proportions,
|
denscrit |
vector of density-based cluster quality statistics Q
(Hennig and Coretto 2021) as provided by the
|
ddpm |
list of the vector of cluster-wise density-based cluster
quality measures as provided by the
|
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en/
Coretto, P. and C. Hennig (2016). Robust improper maximum likelihood: tuning, computation, and a comparison with other methods for robust Gaussian clustering. Journal of the American Statistical Association, Vol. 111(516), pp. 1648-1659. doi: 10.1080/01621459.2015.1100996
P. Coretto and C. Hennig (2017). Consistency, breakdown robustness, and algorithms for robust improper maximum likelihood clustering. Journal of Machine Learning Research, Vol. 18(142), pp. 1-39. https://jmlr.org/papers/v18/16-382.html
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.
otrimle
, rimle
, otrimlesimg
,
kerndensmeasure
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.