<t>The nice thing about Expectation Maximization is that it is guaranteed to converge, which is a huge plus, even though it is slow. Gradient methods, or Square Root Scoring methods, are useful to maximize the likelihoods and are faster, but may diverge. What many people do is start with EM, then wh...