Description Usage Arguments Value Note
Creates three gaussian clusters with replacement outliers
1 | data_31(N_k, epsilon)
|
N_k |
int. Number of samples in each cluster. |
epsilon |
scalar. Percentage of outliers |
list
data matrxi[3*N_k, 2] Samples
labels vector[N] Cluster memberships of the samples
r int. Number of dimensions in generated data. Set to 2
N int. Total number of samples. Set to 3*N_k
K_true int. Number of clusters. Set to 3
mu_true matrix[r, K_true] Cluster means
scatter_true array[r, r, K_true] Cluster scatter matrices
"Robust M-Estimation based Bayesian Cluster Enumeration for Real Elliptically Symmetric Distributions" Christian A. Schroth and Michael Muma, Signal Processing Group, Technische Universität Darmstadt submitted to IEEE Transactions on Signal Processing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.