5

Does EM-algorithm only work with missing data? If not, what is the idea to assume that we have missing data?

  • 1
    Any density that can write as$$f_\theta(x)=\int_\mathscr{Y} g_\theta(x,y)\text{d}y$$qualifies for EM, not truly a restriction. Provided you can implement the E step. – Xi'an Sep 21 '16 at 08:31
  • Check also: http://stats.stackexchange.com/questions/72774/numerical-example-to-understand-expectation-maximization/72810#72810 – Tim Sep 21 '16 at 08:42

1 Answers1

5

I think the Wikipedia for EM algorithm has everything you want and it probably explains better than I do. You can also use the EM algorithm for latent variables; no missing data but variables that you can't observe and measure. The idea of the algorithm is to iteratively adjust your missing data/latent variables until your maximum likelihood estimate converges.

Tim
  • 108,699
  • 20
  • 212
  • 390
SmallChess
  • 6,764
  • 4
  • 27
  • 48