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

prj

.
Posts

Posted - 11/29/2004 :  12:45:54 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

ML

USA
63 Posts

Posted - 11/30/2004 :  1:13:57 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.

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