mstep(modelName, data, z, prior = NULL, warn = NULL, ...)
mclustModelNames
describes the available models.[i,k]
th entry is the
conditional probability of the ith observation belonging to
the kth component of the mixture.
In analyses involving noise, this should not include the
conditional probabilities fo.Mclust$warn
.do.call
."info"
For those models with iterative M-steps
("VEI"
and "VEV"
), information on the iteration.
"WARNING"
An appropriate warning if problems are
encountered in the computations.me
for the EM algorithm, computations in mstep
are carried out unless failure due to overflow would occur. To impose
stricter tolerances on a single mstep
, use me
with the
itmax component of the control
argument set to 1. C. Fraley and A. E. Raftery (2006).
MCLUST Version 3 for R: Normal Mixture Modeling and Model-Based Clustering,
Technical Report no. 504, Department of Statistics,
University of Washington.
}
mstepE
, ...,
mstepVVV
,
emControl
,
me
,
estep
,
mclustOptions
.