Pooled Standard Deviation from Two Samples Calculator
s_p = √(((n₁ − 1)·s₁² + (n₂ − 1)·s₂²) / (n₁ + n₂ − 2)).
Compute the pooled (combined) sample standard deviation of two independent samples that are assumed to share a common population variance. Required input for two-sample t-tests, Cohen's d, Hedges' g, and many effect-size formulas. Equal-variance assumption — use Welch's variant otherwise.
How to use this calculator
- Fill in the inputs above using the units you already have.
- Values update automatically as you type — no submit button needed.
- Hover any result row for the underlying formula and intermediate values.
Formula
s_p = √(((n₁ − 1)·s₁² + (n₂ − 1)·s₂²) / (n₁ + n₂ − 2)).
In depth
Compute the pooled (combined) sample standard deviation of two independent samples that are assumed to share a common population variance. Required input for two-sample t-tests, Cohen's d, Hedges' g, and many effect-size formulas. Equal-variance assumption — use Welch's variant otherwise.
Spot an issue or have a suggestion?
Our editors read every message. If the math looks off, tell us the inputs you used and what you expected.