estimate_supervised_univariate_GMM | R Documentation |
Estimate the parameters in supervised case (all labels associated to the observations are available)
estimate_supervised_univariate_GMM(x, s, s_outliers = s, k = length(unique(s)))
estimate_supervised_multivariate_GMM(x, s, k = length(unique(s)))
x |
the univariate or multivariate distribution of observed variables |
s |
the index of the clusters, ranging from 1 to |
s_outliers |
binary index, with 0 corresponding to outlying points |
k |
the number of classes (by default, the number of unique values within the indicator vector) |
a list with three arguments, respectively the proportions, the means, and the variance / covariance
Bastien CHASSAGNOL
simulate_univariate_GMM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.