Last chance! 50% off unlimited learning
Sale ends in
estep.EI(data, mu, sigma, prob, eps, Vinv)
prob
is missing,
the number of groups is assumed to be the number of columns in mu
(no
noise). A Poisson noise term will appear in the conditional probabilities if
leng
.Machine$double.eps
prob
indicates a noise term). Default : determined by function hypvol
A. P. Dempster, N. M. Laird and D. B. Rubin, Maximum Likelihood from Incomplete Data via the EM Algorithm, Journal of the Royal Statistical Society, Series B,39:1-22 (1977).
G. J. MacLachlan and K. E. Basford, The EM Algorithm and Extensions, Wiley (1997).
estep
, me.EI
, mstep.EI
data(iris)
cl <- mhclass(mhtree(iris[,1:4], modelid = "EI"),3)
z <- me.EI( iris[,1:4], ctoz(cl))
Mstep <- mstep.EI(iris[,1:4], z)
estep.EI( iris[,1:4], Mstep$mu, Mstep$sigma, Mstep$prob)
Run the code above in your browser using DataLab