Description Usage Arguments Value Examples
EM algorithm for mixtures of gaussians
1 |
x |
numeric vector containing data |
k |
integer specifying number of gaussians to be fitted |
imeans |
optional initial means for mixture model |
isd |
optional initial standard deviations for mixture model |
ilambda |
optional initial mixing proportions for mixture model. Must sum to 1. |
print |
logical indicating whether or not progress is printed to screen. |
tol |
Convergence criteria for mixture model. |
maxit |
integer specifying maximum number of iterations allowed |
returns a mixture model.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.