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
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.
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.
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.