Robust Independent Samples t-test
Robust Independent Samples t-test (Trimmed Means / Winsorized Variances) · Also known as: Yuen's t-test, trimmed-mean t-test, Winsorized t-test, robust two-sample test
The robust independent samples t-test compares the central tendency of two independent groups using trimmed means and Winsorized variances, making it substantially less sensitive to outliers and non-normality than the classical Student or Welch t-test. The most widely used form is Yuen's test, which also accommodates unequal variances across groups.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use the robust t-test when you have two independent groups on a continuous outcome and the data show clear outliers, non-normality, or asymmetric distributions — especially with small to moderate samples where the central limit theorem offers little protection. It is preferable to the standard t-test whenever Shapiro-Wilk or a Q-Q plot indicates non-normality. Do not use it when distributions are genuinely normal and free of outliers (the classical test is then slightly more powerful), when groups are matched or repeated (use the robust paired t-test), or when the outcome is ordinal or count-based (prefer nonparametric or Poisson-based methods).
Strengths & limitations
- Maintains nominal Type I error rates under non-normality and outlier contamination where the classical t-test fails.
- Handles heterogeneous variances via the Welch-type degrees-of-freedom approximation.
- Preserves statistical power relative to the Mann-Whitney U test when distributions are symmetric but heavy-tailed.
- Trim proportion is a transparent, user-chosen parameter, allowing sensitivity analysis.
- Well-supported in modern statistical software (R WRS2, Python pingouin, SPSS via syntax).
- Trimmed means estimate a different estimand than the full-population mean; the interpretation shifts when comparing to classical results.
- With very small samples (n < 10 per group) and 20% trimming, the effective sample size may be too small for reliable inference.
- Results depend on the chosen trim proportion; an arbitrary choice can be questioned during peer review.
- Less familiar to general audiences than the standard t-test, potentially requiring additional explanation in applied reports.
Frequently asked
How do I choose the trim proportion?
A 20% symmetric trim (removing the lowest and highest 20% of each group) is the most widely recommended default because it balances robustness and efficiency across a broad range of distributions. You may reduce it (e.g., 10%) if contamination is mild, or use a bootstrap test for maximum flexibility.
Is this different from the Mann-Whitney U test?
Yes. The Mann-Whitney U test compares rank distributions (stochastic dominance), not means, and makes no distributional assumption. The robust t-test still compares a location estimate (trimmed mean) and assumes an approximately symmetric underlying distribution after trimming. Each targets a different question and the robust t-test retains an interpretable mean-difference scale.
When should I add bootstrapping on top of trimming?
If the sample size is very small (n < 20 per group) or the distribution is heavily asymmetric even after trimming, pairing Yuen's test with a percentile bootstrap confidence interval provides better Type I error control and more accurate coverage probability.
Do I need to report this differently from a standard t-test?
Yes — state explicitly that trimmed means were used, report the trim proportion, give the trimmed means and Winsorized standard deviations alongside the test statistic and p-value, and include a robust effect size. This is required for reproducibility and transparent interpretation.
Will reviewers accept this method?
Increasingly yes. Major methodology journals in psychology, medicine, and education now recommend or require robust procedures when assumptions are violated. Citing Wilcox (2012) and Yuen (1974) provides sufficient methodological grounding for peer review.
Sources
- Wilcox, R. R. (2012). Introduction to Robust Estimation and Hypothesis Testing (3rd ed.). Academic Press. ISBN: 978-0123869838
- Yuen, K. K. (1974). The two-sample trimmed t for unequal population variances. Biometrika, 61(1), 165–170. DOI: 10.1093/biomet/61.1.165 ↗
How to cite this page
ScholarGate. (2026, June 3). Robust Independent Samples t-test (Trimmed Means / Winsorized Variances). ScholarGate. https://scholargate.app/en/statistics/robust-independent-samples-t-test
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Independent samples t-testStatistics↔ compare
- Robust paired samples t-testStatistics↔ compare