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
jmb22
Posted - 08/09/2006 : 10:52:08 AM Origin Version (Select Help-->About Origin): 7.0 Operating System: WinXP
Hi,
I have a datasheet with 5 columns A(X) B(Y) C(Y) D(Y) E(Y)
I want to find the best parameters b, c, d to fit E with a combination of B, C, D as follows;
E = b*B + c*C + d*D
(b, c and d are constants)
Thanx
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 08/09/2006 : 12:11:21 PM 1. Enter Ctrl + Y to open the Advanced Fitting Tool. 2. Click the More button if you see it. 3. Select Function > New and set up the function as shown below. (The 0*x term is necessary to compile the function.)
4. Change the function name (if you like) and Save. 5. Select Action > Dataset and set up the datasets similar to this...
6. Select Action > Fit to show the fitting tab below.
7. Initialize the fitting parameters b,c and d by entering best guesses. (b=c=d=1 will probably work.) Then click the 100 Iter button to perform the fit. Repeat once or twice for convergence.