Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 368 Bytes

File metadata and controls

6 lines (5 loc) · 368 Bytes

EM Algorithm Examples

By Patrick Mellady

This repository contains a derivation and code implementation of the EM algorithm for two classic problems: mixture distributions and missing data. See the EM Algorithm Examples pdf for the full derivation and explanation of the method as well as the code and results. To run the code yourself, download the EM.r file.