The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 non linear fitting with colums values
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

agarna78

Albania
Posts

Posted - 05/25/2005 :  11:31:01 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version Pro 7:
Operating System:Windows 2000

Hello:
I want to know how to introduce a new function to do a non linear fitting, introducing in the function values of colums in the a data sheet.
Thanks

Leo_Li

China
Posts

Posted - 05/26/2005 :  01:06:56 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Origin menu: Analysis->Nonlinear Curve Fit->Advanced Fitting Tool. Or press "Ctrl+Y". This brings up the "Nonlinear Curve Fitting" dialog.

This dialogbox integrates all non-linear curve-fitting functions and is user configurable.

In the dialogbox, select menu: Function->New. Then input your own formula. All input fields have self-explanatory names. You can also press F1 for help.

Pls post again if there is any further question.

Leo
OriginLab
Go to Top of Page

agarna78

Albania
Posts

Posted - 06/03/2005 :  07:40:17 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
No, my question was how to make the new function that I can create, dependet of a set of values in the colums of a datasheet. For example, a function could be
y=p*col(A)*x
where p is the parameter to adjust and col(A) are the discretes values of the column A corresponding to each value of x.

Thank you very much.
Go to Top of Page

greg

USA
1379 Posts

Posted - 06/20/2005 :  3:16:30 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Try following Leo's suggestion. With a function such as :
y = p * Var1 * x;
all symbols are merely placeholders which are either parameters to be evaluated in the fit or variables to be passed to the fitter.
When you use the function, you would assign scalar value estimates to the parameters and datasets (columns) to the variables, so that during function evaluation the above equation might be treated as :
col(C) = p * col(A) * col(B);
Try reading some of the tutorials or viewing the multimedia files.

Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000