Re: How to compare if two fits are significantly different from each other



What are you fitting? AIC and BIC are common goodness of fit
indicators and there are general guidleliness about what shoudl be
considered different, no statistical test. If you have nested
structure, you can use likelihood ratio test. You could also compare
residuals from the two models.


youngjin.michael@xxxxxxxxx wrote:
Hi,

I am looking for a means to determine how two fits are significantly
different from each other.
I have data and made two fits to my data using different fitting
functions. The question I have is how to determine whether one fit is
significantly better than the other one.

I thought about comparing their Chi sqaure values. This way, I could
say that which one is a better fit, but I could not say how much better
(significance) it is compare to the other one.

Can anyone help me with this problem?

Thanks in advance.

Young-Jin

.



Relevant Pages

  • Re: Update Query; But keep rest of field...
    ... Left$ and Right$ act like a scissors, counting from left or right, and cutting the string at that point, returning just that portion of the string. ... Comparing "Fitting ABS" with Left$will tell you if the beginning matches the eleven characters in "Fitting ABS". ... Will take "Fit ABS", and add everything except the first eleven characters, of tblItem.to it. ... Using the Design View to create a query, ...
    (microsoft.public.access.queries)
  • Re: Update Query; But keep rest of field...
    ... Using the Design View to create a query, ... UPDATE tblItem SET tblItem.itemMfgItemNumber = "Fit ABS" ... The goal is to find all items that START with "Fitting ABS" and change them ... Fitting PVC Sch40 1" 90 ELL SxS ...
    (microsoft.public.access.queries)
  • Re: Singular matrix in Invert_RtR
    ... Singular matrix in Invert_RtR ... The problem is that Gnuplot's fit uses a procedure known as Marquard-Levenberg algorithm, ... There is an alternative fitting algorithm, Simplex by Nelson & Mead, which is much more stable and can also minimise Chi^2 or the median of residuals in those cases where minimising the sum of squares is statistically inappropriate. ... Unfortunately, Simplex can not directly calculate the standard deviations for the parameters, that is probably the reason why many scientific fitting programs do not use it. ...
    (comp.graphics.apps.gnuplot)
  • Re: how can I alter the x-data of a cfit object after fitting?
    ... These three numbers correspond to the coefficients ... improve the quality of the fit. ... I am fitting histogram data with a Gaussian, ... calibration first and then feed the data to the fitting ...
    (comp.soft-sys.matlab)
  • Re: Fitting Nonlinear Complex Data(How do you do this?)
    ... Matlab documentation provides a 'curve fitting guide' where ... "For fitting curves in a case involving complex data set, ... I saw the help on how to fit nonlinear parameters I did not ...
    (comp.soft-sys.matlab)