#Help with finding appropriate function to model this

5 messages · Page 1 of 1 (latest)

naive summit
#

I have this distribution that is popping up in my data and I'd like to generate functions to apporximate it

vital lagoonBOT
calm veldt
#

taylor series

tawny gate
tawny gate
# naive summit I have this distribution that is popping up in my data and I'd like to generate ...

Your question suggests you want multiple functions (Fourier transform then) but your title suggests you want a specific function (regression then). For regression, it seems like a combination of polynomial and sinusoidal one would do.

Although, the easiest thing to do would be put this through a stochastic gradient descent. If you have the individual data points, then you can also consider interpolation, which is pretty much what gives you the curves joining the points.