Description Usage Arguments Value
initialization of the EM algorithm
1 | initSmallEM(k, X, Y, fast)
|
k |
number of components |
X |
matrix of covariates (of size n*p) |
Y |
matrix of responses (of size n*m) |
fast |
boolean to enable or not the C function call |
a list with phiInit (the regression parameter reparametrized), rhoInit (the covariance parameter reparametrized), piInit (the proportion parameter is the mixture model), gamInit (the conditional expectation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.