I'm currently trying to impute the missing data through Gaussian mixture model. My reference paper is from here: http://mlg.eng.cam.ac.uk/zoubin/papers/nips93.pdf
I currently focus on bivariate dataset with 2 Gaussian components. This is the code to define the weight for each Gaussian component.
This is my snippet code to do the finite mixture:
myData.obs= faithful[,1:2]; # the data matrix
no