
Approximation of F(x)= [a*G(x) + b*H(x)] / [a+b]

Moritz
I want to approximate one curve I measured F(x) with two other curves G(x) and H(x).
All three are measured curves therefore they are not flexibel. All curve have the same amount of datapoints and the corresponding x-values are the same for each of the three.
The formula I want to use is:
F(x)= [a*G(x) + b*H(x)] / [a+b]
Igor should than take F, G,and H from already loaded curves (later on with a procedure loading the waves from files) and "search" for a and b values giving me the best possible match.
Can Igor do something like that?
Thank you
Then you can fit like this (I am illustrating with made up data):
Even better, since you have the normalization constraint in the denominator, there is really only one parameter, and you can instead write:
and do the same fit with a one-point coefs wave instead.
Rick
April 22, 2010 at 08:16 am - Permalink