I've been trying to get my head around Expectation maximization algorithms, and I thought I'd start simple. I found this 3-coin example here: http://cs.dartmouth.edu/~cs104/CS104_11.04.22.pdf I understand the calculation of all of the probabilities but I don't understand how the recalculation of lambda, p1 and p2 is actually done. (Page 18)
I understand how the maximization of a log-likelihood/likelihood function by differentiation works, but can't figure out the recalculation method here.
Can anyone explain why the recalculation of lambda, p1 and p2 take the form they do?