me.weighted(modelName, data, z, weights = NULL, 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.[i]
th entry is the weight
for the ith observation. If any of the weights are greater than one,
then they are scaled so that the maximum weight is one.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 warn
using
mclust.options<
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.
me
,
meE
,...,
meVVV
,
em
,
mstep
,
estep
,
priorControl
,
mclustModelNames
,
mclustVariance
,
mclust.options
w <- rep(1,150)
w[1] <- 0
me.weighted(modelName = "VVV", data = iris[,-5], z = unmap(iris[,5]),weights=w)
Run the code above in your browser using DataLab