#Help with finding appropriate function to model this
5 messages · Page 1 of 1 (latest)
taylor series
Huh
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.