Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
carsten
Posted - 03/09/2008 : 08:23:47 AM Origin Version (Select Help-->About Origin): OriginPro 8 Operating System:
I want to evaluate the parameters of a set of curves. Each curve depends on three parameter (P1,P2 and P3) whereas the parameters P1 and P2 are const for all curves (i.e. they are coupled) and P3 varies from curve to curve. The data are organized as follows: Col(x) col(y1) col(y2) col(3) ... col(y8)
The function of the curves reads as: y = sqrt((P1/(1+(x*P1*P3)^2)+P2)^2 + (P1^2*x*P3/(1+(x*P1*P3)^2))^2)
How can I manage this?
Any help is appreciated
Carsten
1 L A T E S T R E P L I E S (Newest First)
larry_lan
Posted - 03/09/2008 : 9:51:50 PM Hi Carsten:
I think you can use the Global Fit mode and share P1 and P2. Please see the Global Fitting example on This Link.