A simple implement of expectation maximization(EM) algorithm using python
With pandas and broadcasting of numpy, we can implement a simple EM Algorithm for GMM with very few codes.But in the version,my codes can only deal with one dimension variable,which I will find another time to fix and extend it to multi-dimensions case.