After several manipulation of some data I find my self with an array of values which I want to approximate with a sum of Gaussian curves.
As you can see in the picture I have a curve (red) and I'd like to find a given number of Gaussian that approximates that curve in order to describe it in another system: e.g.1I want to find the four green gaussian described by mean and variance parameters (something like N(m,s)). The red curve is described by an array of 25 values.
===EDIT=== Here I post all the curves I need to descrbe, with noise removed, in order to give more info about the kind of data we are talking about: Intensity Curve. these are 11 float array of variable lenght.