- #1
rsr_life
- 51
- 0
Hello,
Suppose,
1. I have a function f=C1 + C2/((C3-X)^C4); where Cn is a constant;
I'm looking at the Havriliak-Negami equation which has some 5 constants.
2. I have a data set whose least-squares fit looks like a curve,
How can I compute the values of the function's parameters C1 to C4 that would best fit this function 1 to the curve?
One idea I had was to do a separate curve fitting for the data set (using a polynomial or a set of gaussians), then take the Fourier series of that resulting fitting function; compare those terms to the Fourier series of this function f, and solve any resulting equations containing C1 to C4.
But I bet there's some Matlab function that does this job better if I simply supply the data set and the function? i.e. it optimizes the functions parameters to get me the best least squares fit to the data set?
Any help with Matlab or pointers to this is appreciated!
Many thanks.
Suppose,
1. I have a function f=C1 + C2/((C3-X)^C4); where Cn is a constant;
I'm looking at the Havriliak-Negami equation which has some 5 constants.
2. I have a data set whose least-squares fit looks like a curve,
How can I compute the values of the function's parameters C1 to C4 that would best fit this function 1 to the curve?
One idea I had was to do a separate curve fitting for the data set (using a polynomial or a set of gaussians), then take the Fourier series of that resulting fitting function; compare those terms to the Fourier series of this function f, and solve any resulting equations containing C1 to C4.
But I bet there's some Matlab function that does this job better if I simply supply the data set and the function? i.e. it optimizes the functions parameters to get me the best least squares fit to the data set?
Any help with Matlab or pointers to this is appreciated!
Many thanks.