| EMControl-class | R Documentation |
This class contains the control parameters for the EM algorithm used in estimation of Gaussian mixtures by function Idtmclust. .
Objects can be created by calls of the form new("EMControl", ...)
or by calling the constructor-function EMControl.
nrepNumber of replications (different randomly generated starting points) of the EM algorithm.
maxiterMaximum number of iterations in each replication of the EM algorithm.
convtolNumeric tolerance for testing the convergence of the EM algorithm. Convergence is assumed when the log-likelihood changes less than convtol.
protolNumeric tolerance for the mixture proportions. Proportions below protol, considered to be zero, are not allowed.
seedStarting value for random generator.
EMControl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.