I have a set of points which I can fit a Gaussian model on them using Maximum likelihood estimation. but this estimation is weak and I want to improve it.
I want to fit a mixture of Gaussian on these points so I get better results but I don't know how ! I searched the internet for several days and I only found out that if I have multiple Gaussian distribution, adding them together with some weights will result in mixture of Gaussian. But in my example I only have a single distribution and I don't have any other Gaussian to get the mixture model.
How can I fit a mixture of Gaussians on my observed data ?
my data are in 2D space but for simplicity you can solve it for 1D.