Usage
mstepE( data, z, prior=NULL, warn=NULL, ...)
mstepV( data, z, prior=NULL, warn=NULL, ...)
mstepEII( data, z, prior=NULL, warn=NULL, ...)
mstepVII( data, z, prior=NULL, warn=NULL, ...)
mstepEEI( data, z, prior=NULL, warn=NULL, ...)
mstepVEI( data, z, prior=NULL, warn=NULL, control=NULL, ...)
mstepEVI( data, z, prior=NULL, warn=NULL, ...)
mstepVVI( data, z, prior=NULL, warn=NULL, ...)
mstepEEE( data, z, prior=NULL, warn=NULL, ...)
mstepEEV( data, z, prior=NULL, warn=NULL, ...)
mstepVEV( data, z, prior=NULL, warn=NULL, control=NULL,...)
mstepVVV( data, z, prior=NULL, warn=NULL, ...)
Arguments
data
A numeric vector, matrix, or data frame of observations.
Categorical variables are not allowed.
If a matrix or data frame, rows correspond to observations and
columns correspond to variables.
z
A matrix whose [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
prior
Specification of a conjugate prior on the means and variances.
The default assumes no prior.
warn
A logical value indicating whether or not certain warnings
(usually related to singularity) should be issued when the
estimation fails. The default is set in .Mclust$warn
.
control
Values controling termination for models "VEI"
and "VEV"
that have an iterative M-step. This should be a list with components
named itmax and tol. These components can be of length 1
or 2; in the l
...
Catches unused arguments in indirect or list calls via do.call
.