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
 All Forums
 Origin Forum
 Origin Forum
 Problem with Non linear Fit Curve

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
polop44 Posted - 07/16/2002 : 06:08:18 AM
Hi!
I fitted data points with the non linear fit curve function (with an personal defined function). I got a set of parameter values.
When I checked these values by plotting the function values (not using the non linear curve fit function but the equation values set in a column), the curve does not correspond (and by far!).

Do you have any idea about that?

Thanks for your reply!

2   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 01/04/2006 : 10:44:54 AM
Please note that the above link in the Easwar's message has been changed to the following:

http://www.originlab.com/www/support/resultstech.aspx?ID=43&language=English

--Hideo

easwar Posted - 07/16/2002 : 08:52:15 AM
Hello,

The parameters from the fit are stored in the NLSF object as nlsf.p1, nlsf.p2 etc. When you try to reproduce your fit results independently using an equation, you should use these NLSF object properties instead of the values reported in fit results pasted on the graph, for instance.

For example, if your function is:
y=a+b*x+c*x^2
then use the equation:
nlsf.p1+nlsf.p2*col(a)+nlsf.p3*col(a)^2
to compute the values, rather than plugging in the reported values. The two can differ in extremes cases such as polynomial functions of higher orders.

The parameter values from the fit are reported with a preset precision (significant figures). This setting can be changed. See the following knowledge base item:

http://www.originlab.com/www/support/resultstech.asp?ItemID=43&VersionID=All&TitleID=Adding+significant+figures+to+fitting+results+in+the+NLSF&CatID=Fitting&TypeID=Tip

Easwar
OriginLab.


Edited by - easwar on 07/16/2002 08:53:32

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000