Description Usage Arguments Value
E-M Algorithm for Multivariate Gaussian Mixture Model // HL
1 | em.mv.gmm(x, k, max.iter = 10000, tol = 1e-08)
|
x |
A (n x d) matrix of observed data // HL |
k |
The number of mixing components // HL |
max.iter |
Maximum number of iterations |
tol |
Relative tolerance of likelihood at convergence. |
A list containing the following values: * llk : log-likelihood value * lambdas : size k vector of estimated mixing proportions * mus : (d x k) of estimated means * covs : (d x d x k) vectors of estimated standard deviations * iter : number of iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.