Description Usage Arguments Value
View source: R/robust-cluster-cov.R
Uses a clustering algorithm to estimate means, then estimate the covariance or correlation matrix.
Better for multimodal distributions. Uses fpc::kmeansruns
to determine number of clusters.
1 | robust_mean_cov(X, max_ncluster = 5, ...)
|
X |
A matrix, rows are observations. |
max_ncluster |
Max number of clusters to consider. |
... |
Settings for |
Covariance or correlation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.