demo/shortem.r

library(EMCluster, quiet = TRUE)
set.seed(1234)

x2 <- da2$da
emobj <- list(pi = da2$pi, Mu = da2$Mu, LTSigma = da2$LTSigma)
ret.2 <- shortemcluster(x2, emobj, maxiter = 100, eps = 1e-2)
summary(ret.2)

Try the EMCluster package in your browser

Any scripts or data that you put into this service are public.

EMCluster documentation built on Sept. 8, 2023, 5:55 p.m.