me(modelName, data, z, prior = NULL, control = emControl(),
Vinv = NULL, warn = NULL, ...)
mclustModelNames
describes the available models.[i,k]
th entry is an initial estimate of the
conditional probability of the ith observation belonging to
the kth component of the mixture.priorControl
for further information.
The default assumes no prior.emControl()
.Vinv
is an estimate of the
reciprocal hypervolume of the data region. If set to a negative value
or 0, the model will include a noise term with the reciprocal hypervolume
estimated by the .Mclust$warn
.do.call
.[i,k]
th entry is the
conditional probability of the ith observation belonging to
the kth component of the mixture."info"
Information on the iteration."WARNING"
An appropriate warning if problems are encountered in the computations.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.
meE
,...,
meVVV
,
em
,
mstep
,
estep
,
priorControl
,
mclustModelNames
,
mclustVariance
,
mclustOptions
me(modelName = "VVV", data = iris[,-5], z = unmap(iris[,5]))
Run the code above in your browser using DataLab