Description Usage Arguments Value Author(s) References See Also Examples
This uses data and the output of otrimle
or
rimle
to generate a new artificial dataset of the size
of the original data using noise and cluster proportions from the
clustering output. The clusters are then generated from multivariate
normal distributions with the parameters estimated by
otrimle
, the noise is generated resampling from what is
estimated as moise component with weights given by posterior
probabilities of all observations to be noise. See Hennig and Coretto
(2021).
1 | generator.otrimle(data, fit)
|
data |
something that can be coerced into a matrix. Dataset. |
fit |
output object of |
A list with components data, clustering
.
data |
matrix of generated data. |
cs |
vector of integers. Clustering indicator. |
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.