I am trying to fit a function to data that looks like the following.
I have no idea what the function is, but by visual inspection it seems to be a parabola (or some other convex polynomial) + a scaled sinusoidal whose amplitude increases more than linearly.
I tried using a function finder from an online curve fitting tool at zunzun.com. All the functions reported by it ignore the sinusoidal component and look like a 'U'. I then tried to fit the following function but it does not result in a good fit.
power((A*X-B),2) + C*sin(D+2*pi*X/E)*X + F
Please suggest candidate functions to fit this data. Also please suggest tools for curve fitting when the type of function is not known. Thanks for any hints. -neha

