Description Usage Arguments Value
Robust Initializer for RMBC algorithm, it depends on the package ktaucenters
1 | robustINIT(Y, K, nstart = 10)
|
Y |
A matrix of size n x p. |
K |
The number of groups |
nstart |
the number of starting points to the algorithm, defaults to 10 |
A list including the initial parameters of the mixture distribution, namely
alphaINIT
: K numeric values representing the convex combination coefficients.
muINIT
: a list of length K with the location initial estimators.
sigmaINIT
: a list of length K with the scatter matrix estimators.
indicesINIT
: indices with initial clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.