Estimate mixture latent variable model
mvnmix(
data,
k = 2,
theta,
steps = 500,
tol = 1e-16,
lambda = 0,
mu = NULL,
silent = TRUE,
extra = FALSE,
n.start = 1,
init = "kmpp",
...
)
data.frame
Number of mixture components
Optional starting values
Maximum number of iterations
Convergence tolerance of EM algorithm
Regularisation parameter. Added to diagonal of covariance matrix (to avoid singularities)
Initial centres (if unspecified random centres will be chosen)
Turn on/off output messages
Extra debug information
Number of restarts
Function to choose initial centres
Additional arguments parsed to lower-level functions
A mixture
object
Estimate parameters in a mixture of latent variable models via the EM algorithm.
mixture