Samiksha Jaiswal (Editor)

Reduced chi squared statistic

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics, the reduced chi-squared statistic is used extensively in goodness of fit testing. It is also known as mean square weighted deviation (MSWD) in isotopic dating and variance of unit weight in the context of weighted least squares.

Contents

Definition

It is defined as chi-squared per degree of freedom:

χ ν 2 = χ 2 ν ,

where the chi-squared is a weighted sum of squared deviations:

χ 2 = ( O i C i ) 2 σ i 2

with input variance σ i 2 , observations O, and calculated data C. The degree of freedom, ν = n m , equals the number of observations n minus the number of fitted parameters m.

In weighted least squares, the definition is often written in matrix notation as:

χ 2 = r T W r

where r is the vector of residuals and W is the weight matrix, the inverse of the input (diagonal) covariance matrix of observations.

Discussion

As a rule of thumb when the variance of the measurement error is known a priori, a χ ν 2 1 indicates a poor model fit. A χ ν 2 > 1 indicates that the fit has not fully captured the data (or that the error variance has been underestimated). In principle, a value of χ ν 2 = 1 indicates that the extent of the match between observations and estimates is in accord with the error variance. A χ ν 2 < 1 indicates that the model is 'over-fitting' the data: either the model is improperly fitting noise, or the error variance has been overestimated.

When the variance of the measurement error is only partially known, the reduced chi-squared may serve as a correction estimated a posteriori, see weighted arithmetic mean#Correcting for over- or under-dispersion.

Applications

In geochronology, the MSWD is a measure of goodness of fit that takes into account the relative importance of both the internal and external reproducibility, with most common usage in isotopic dating.

In general when:

MSWD = 1 if the age data fit a univariate normal distribution in t (for the arithmetic mean age) or log(t) (for the geometric mean age) space, or if the compositional data fit a bivariate normal distribution in [log(U/He),log(Th/He)]-space (for the central age).

MSWD < 1 if the observed scatter is less than that predicted by the analytical uncertainties. In this case, the data are said to be "underdispersed", indicating that the analytical uncertainties were overestimated.

MSWD > 1 if the observed scatter exceeds that predicted by the analytical uncertainties. In this case, the data are said to be "overdispersed". This situation is the rule rather than the exception in (U-Th)/He geochronology, indicating an incomplete understanding of the isotope system. Several reasons have been proposed to explain the overdispersion of (U-Th)/He data, including unevenly distributed U-Th distributions and radiation damage.

Often the geochronologist will determine a series of age measurements on a single sample, with the measured value x i having a weighting w i and an associated error σ x i for each age determination. As regards weighting, one can either weight all of the measured ages equally, or weight them by the proportion of the sample that they represent. For example, if two thirds of the sample was used for the first measurement and one third for the second and final measurement then one might weight the first measurement twice that of the second.

The arithmetic mean of the age determinations is:

x ¯ = i = 1 N x i N

but this value can be misleading unless each determination of the age is of equal significance.

When each measured value can be assumed to have the same weighting, or significance, the biased and unbiased (or "sample" and "population", respectively) estimators of the variance are computed as follows:

σ 2 = i = 1 N ( x i x ¯ ) 2 N  and  s 2 = N N 1 σ 2 = N N 2 N i = 1 N ( x i x ¯ ) 2 .

The standard deviation is the square root of the variance.

When individual determinations of an age are not of equal significance it is better to use a weighted mean to obtain an 'average' age, as follows:

x ¯ = i = 1 N w i x i i = 1 N w i

The biased weighted estimator of variance can be shown to be:

which can be computed on the fly as

The unbiased weighted estimator of the sample variance can be computed as follows:

s 2 = i = 1 N w i ( i = 1 N w i ) 2 i = 1 N w i 2   .   i = 1 N w i ( x i x ¯ ) 2

Again the corresponding standard deviation is the square root of the variance.

The unbiased weighted estimator of the sample variance can also be computed on the fly as follows:

s 2 = i = 1 N w i x i 2 i = 1 N w i ( i = 1 N w i x i ) 2 ( i = 1 N w i ) 2 i = 1 N w i 2

The unweighted mean square of the weighted deviations (unweighted MSWD) can then be computed, as follows:

M S W D u = 1 N 1   .   i = 1 N ( x i x ¯ ) 2 σ x i 2

By analogy the weighted mean square of the weighted deviations (weighted MSWD) can be computed, as follows:

M S W D w = i = 1 N w i ( i = 1 N w i ) 2 i = 1 N w i 2   .   i = 1 N w i . ( x i x ¯ ) 2 ( σ x i ) 2

References

Reduced chi-squared statistic Wikipedia


Similar Topics