Dear colleagues,
I am using curvefit function to fit some data which increase
expoentially. I would like to fit the data using the function
a[0]*exp(a[1]*x) + a[2].
I have to give the original guess for a[0], a[1], a[2].
For some data which have 50 points, it can fit quite well, and it does
not depend on the original guess.
But for other data which have 25-27 points, it can not fit well and it
depends on the original guess!
So it seems that there are some relation****p between curvefit function,
initial guess and point number. If yes, what is the lowest limit for
the point number?
Which parameter is im****tant for the data fitting?
Thanks.
Tony


|