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.options("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 (2005). Bayesian regularization for normal mixture estimation and model-based clustering. Technical Report, Department of Statistics, University of Washington.
C. Fraley and A. E. Raftery (2007). Bayesian regularization for normal mixture estimation and model-based clustering. Journal of Classification 24:155-181. C. Fraley, A. E. Raftery, T. B. Murphy and L. Scrucca (2012). mclust Version 4 for R: Normal Mixture Modeling for Model-Based Clustering, Classification, and Density Estimation. Technical Report No. 597, Department of Statistics, University of Washington.
meE
,...,
meVVV
,
em
,
mstep
,
estep
,
priorControl
,
mclustModelNames
,
mclustVariance
,
mclust.options
me(modelName = "VVV", data = iris[,-5], z = unmap(iris[,5]))
Run the code above in your browser using DataLab