In statistics and uncertainty analysis, the Welch–Satterthwaite equation is used to calculate an approximation to the effective degrees of freedom of a linear combination of independent sample variances, also known as the pooled degrees of freedom, corresponding to the pooled variance. For n sample variances si2 (i = 1, ..., n), each respectively having νi degrees of freedom, often one computes the linear combination.
χ ′ = ∑ i = 1 n k i s i 2 . {\displaystyle \chi '=\sum _{i=1}^{n}k_{i}s_{i}^{2}.}
where k i {\displaystyle k_{i}} are weights. These are real positive numbers, in some domains k i = 1 ν i + 1 {\displaystyle k_{i}={\frac {1}{\nu _{i}+1}}} may be used. In general, the probability distribution of χ' cannot be expressed analytically. However, its distribution can be approximated by another chi-squared distribution, whose effective degrees of freedom are given by the Welch–Satterthwaite equation
ν χ ′ ≈ ( ∑ i = 1 n k i s i 2 ) 2 ∑ i = 1 n ( k i s i 2 ) 2 ν i {\displaystyle \nu _{\chi '}\approx {\frac {\displaystyle \left(\sum _{i=1}^{n}k_{i}s_{i}^{2}\right)^{2}}{\displaystyle \sum _{i=1}^{n}{\frac {(k_{i}s_{i}^{2})^{2}}{\nu _{i}}}}}}
There is no assumption that the underlying population variances σi2 are equal. This is known as the Behrens–Fisher problem. The result can be used to perform approximate statistical inference tests. The simplest application of this equation is in performing Welch's t-test. The original Welch–Satterthwaite equation is known to systematically underestimate the effective degrees of freedom when the component degrees of freedom νi are not large. This bias arises because the derivation implicitly uses the large-sample approximation ν i / ( ν i + 2 ) ≈ 1 {\displaystyle \nu _{i}/(\nu _{i}+2)\approx 1} when representing the expected value of si4. A bias-corrected estimator that accounts for the finite degrees of freedom of each component is given by
ν χ ′ (corr) ≈ ( ∑ i = 1 n k i s i 2 ) 2 ∑ i = 1 n ( k i s i 2 ) 2 ν i + 2 − 2. {\displaystyle \nu _{\chi '}^{\text{(corr)}}\approx {\frac {\displaystyle \left(\sum _{i=1}^{n}k_{i}s_{i}^{2}\right)^{2}}{\displaystyle \sum _{i=1}^{n}{\frac {(k_{i}s_{i}^{2})^{2}}{\nu _{i}+2}}}}\;-\;2.}
As νi → ∞ for all components, the extra terms vanish and the corrected formula reduces to the original Welch–Satterthwaite equation. Simulation studies confirm that the corrected estimator closely matches the nominal degrees of freedom even for small component sizes, whereas the original equation exhibits severe downward bias.
References
Further reading Satterthwaite, F. E. (1946), "An Approximate Distribution of Estimates of Variance Components.", Biometrics Bulletin, 2 (6): 110–114, doi:10.2307/3002019, JSTOR 3002019, PMID 20287815 Welch, B. L. (1947), "The generalization of "student's" problem when several different population variances are involved.", Biometrika, 34 (1/2): 28–35, doi:10.2307/2332510, JSTOR 2332510, PMID 20287819 Neter, John; William Wasserman; Michael H. Kutner (1990). Applied Linear Statistical Models. Richard D. Irwin, Inc. ISBN 0-256-08338-X. Michael Allwood (2008) "The Satterthwaite Formula for Degrees of Freedom in the Two-Sample t-Test", AP Statistics, Advanced Placement Program, The College Board. [1]
