Loading AI tools
Statistical test of whether two populations have equal means From Wikipedia, the free encyclopedia
In statistics, Welch's t-test, or unequal variances t-test, is a two-sample location test which is used to test the (null) hypothesis that two populations have equal means. It is named for its creator, Bernard Lewis Welch, and is an adaptation of Student's t-test,[1] and is more reliable when the two samples have unequal variances and possibly unequal sample sizes.[2][3] These tests are often referred to as "unpaired" or "independent samples" t-tests, as they are typically applied when the statistical units underlying the two samples being compared are non-overlapping. Given that Welch's t-test has been less popular than Student's t-test[2] and may be less familiar to readers, a more informative name is "Welch's unequal variances t-test" — or "unequal variances t-test" for brevity.[3]
Student's t-test assumes that the sample means being compared for two populations are normally distributed, and that the populations have equal variances. Welch's t-test is designed for unequal population variances, but the assumption of normality is maintained.[1] Welch's t-test is an approximate solution to the Behrens–Fisher problem.
Welch's t-test defines the statistic t by the following formula:
where and are the sample mean and its standard error, with denoting the corrected sample standard deviation, and sample size . Unlike in Student's t-test, the denominator is not based on a pooled variance estimate.
The degrees of freedom associated with this variance estimate is approximated using the Welch–Satterthwaite equation:[4]
This expression can be simplified when :
Here, is the degrees of freedom associated with the i-th variance estimate.
The statistic is approximately from the t-distribution since we have an approximation of the chi-square distribution. This approximation is better done when both and are larger than 5.[5][6]
Once t and have been computed, these statistics can be used with the t-distribution to test one of two possible null hypotheses:
The approximate degrees of freedom are real numbers and used as such in statistics-oriented software, whereas they are rounded down to the nearest integer in spreadsheets.
Welch's t-test is more robust than Student's t-test and maintains type I error rates close to nominal for unequal variances and for unequal sample sizes under normality. Furthermore, the power of Welch's t-test comes close to that of Student's t-test, even when the population variances are equal and sample sizes are balanced.[2] Welch's t-test can be generalized to more than 2-samples,[7] which is more robust than one-way analysis of variance (ANOVA).
It is not recommended to pre-test for equal variances and then choose between Student's t-test or Welch's t-test.[8] Rather, Welch's t-test can be applied directly and without any substantial disadvantages to Student's t-test as noted above. Welch's t-test remains robust for skewed distributions and large sample sizes.[9] Reliability decreases for skewed distributions and smaller samples, where one could possibly perform Welch's t-test.[10]
Language/Program | Function | Documentation |
---|---|---|
LibreOffice | TTEST(Data1; Data2; Mode; Type) | [11] |
MATLAB | ttest2(data1, data2, 'Vartype', 'unequal') | [12] |
Microsoft Excel pre 2010 (Student's T Test) | TTEST(array1, array2, tails, type) | [13] |
Microsoft Excel 2010 and later (Student's T Test) | T.TEST(array1, array2, tails, type) | [14] |
Minitab | Accessed through menu | [15] |
Origin software | Results of the Welch t-test are automatically outputted in the result sheet when conducting a two-sample t-test (Statistics: Hypothesis Testing: Two-Sample t-test) | [16] |
SAS (Software) | Default output from proc ttest (labeled "Satterthwaite") | |
Python (through 3rd-party library SciPy) | scipy.stats.ttest_ind(a, b, equal_var=False) | [17] |
R | t.test(data1, data2, var.equal = FALSE) | [18] |
JavaScript | ttest2(data1, data2) | [19] |
Haskell | Statistics.Test.StudentT.welchTTest SamplesDiffer data1 data2 | [20] |
JMP | Oneway( Y( YColumn), X( XColumn), Unequal Variances( 1 ) ); | [21] |
Julia | UnequalVarianceTTest(data1, data2) | [22] |
Stata | ttest varname1 == varname2, welch |
[23] |
Google Sheets | TTEST(range1, range2, tails, type) |
[24] |
GraphPad Prism | It is a choice on the t test dialog. | |
IBM SPSS Statistics | An option in the menu | [25][26] |
GNU Octave | welch_test(x, y) |
[27] |
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.