I know Gaussian Mixture Models are used for distribution of points and thus the functions they represent are positive (PDFs are postivie). However I want to approximate a function using GMMs which could also be negative. Is there any way to approximate negative values using GMMs? here is an example:
as it's obvious in the plot, using a mixture of two Gaussians it's much better to cover have one positive and one negative Gaussian as opposed to what matlab fit
function finds. Is there any way in MATLAB to accomplish this?