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
 chi-square values

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
prj Posted - 11/29/2004 : 12:45:54 PM
Origin Version: 5.0
Operating System: XP
Can someone help me with a simple chi-square question; I appear unable to figure it out on my own! I have fitted a sigmoidal curve (Boltzman) to some growth data, and amongst the parameter estimates it provides a chi-square value. What does this mean, and how does this relate a probability or goodness of fit of the model? I am confused because the iterative process minimizes the value (so presumably a lower value is good), while it appears that the 'typical' chi-square table in books wants increasing values for higher significance? Help! Thanks, PJ
1   L A T E S T    R E P L I E S    (Newest First)
ML Posted - 11/30/2004 : 1:13:57 PM
Generally, the smaller chi-sq, the better.

Under the following circumstances:

1. The measurement errors are used during the fit;
2. They are normally distributed;

one can use the value of chisq to compute the goodness-of-fit after the fitting has been completed. The relevant statistics is:

Q = 1. - INCGAMMA(0.5 * nonreducedchisq, 0.5 * dof)

Here nonreducedchisq = nlsf.ssr is the sum of squares of deviations of the fitted curve from the data, and dof = nlsf.dof is the number of degrees of freedom. Both nlsf.ssr and nlsf.dof are accessible from LabTalk at the end of the fit. INCGAMMA is incomplete gamma function, which is accessible from LabTalk as well.

Generally, the values of Q >~ 0.001 or so are considered to present a good fit. But even for the smaller values the fit could still be good, in which case the above assumptions might not be satisfied.


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