Reduced χ2

χ2 is the sum of the normalized and squared residuals:

χ2 = Σi((Imodel,i-Iexperiment,i)/σi)2

And the reduced χ2 is χ2 divided by the number of degrees of freedom (DoF). In most cases, DoF = N-K, where N is the number of data points and K is the number of fitted parameters in the model:

Reduced χ2 = χ2/(N-K).

It is always the reduced χ2 that is reported in fitting programs (not χ2), and usually just denoted χ2 ("reduced" is implicitely assumed)... This is also the case in SasView. So when you see χ2, it is usually the reduced χ2.

When fitting a model, χ2 is minimized. For a perfect model, one would expect to get a reduced χ2 ~ 1, as the difference between model and data is typically about the same size as the experimental errors.

    Rule of thumb:
  • If you get a reduced χ2 much larger than unity, then the model is not perfect. May need to be improved (depending on the scientific question).
  • If you get a reduced χ2 much smaller than unity, then the model has too much freedom (too many parameters) or the errrors (σi) of the data may be overestimated.
    More thorough and precise introductions can be found elsewhere:
  • General introduction on Wikipedia.
  • Specific for small-angle scattering (SAXS and SANS): Larsen and Pedersen 2021
´
´