Pooled Standard Deviation Calculator

Calculate the pooled standard deviation from two or more groups. Used in two-sample t-tests and ANOVA when assuming equal variances across groups.

POOLED STANDARD DEVIATION
--
Pooled Variance
--
Total df
--
Weighted by n1
--
Weighted by n2
--

What Is Pooled Standard Deviation?

Pooled standard deviation is a weighted average of standard deviations from two or more groups, used when we assume the groups share a common population variance. It provides a better estimate of this common variance by combining information from all groups, weighted by their degrees of freedom.

This statistic is essential for the independent two-sample t-test (assuming equal variances), Cohen's d effect size calculation, and certain ANOVA procedures. By pooling the information, we gain statistical power compared to using individual group estimates.

Formula

s_p = √[((n1-1)s1² + (n2-1)s2²) / (n1 + n2 - 2)]

When to Use It

  • Two-sample t-test: When testing the difference between two group means under equal variance assumption.
  • Effect size (Cohen's d): The denominator in Cohen's d uses pooled standard deviation.
  • ANOVA: The within-group variance estimate is a pooled measure across all groups.
  • Meta-analysis: Combining results from studies with different sample sizes.

Example Calculations

n1s1n2s2Pooled SD
205.0205.05.000
103.0306.05.408
5010.05012.011.045

Frequently Asked Questions

What if variances are not equal?

If the equal variance assumption is violated, use Welch's t-test instead, which does not pool the variances. Levene's test can help determine if variances are significantly different.

Can I pool more than two groups?

Yes. The formula generalizes to any number of groups: s_p = sqrt(sum of (ni-1)si^2 / sum of (ni-1)). This is exactly what happens in one-way ANOVA.

Is larger or smaller pooled SD better?

A smaller pooled SD indicates less variability within groups, making it easier to detect differences between group means. It is not inherently better or worse -- it describes the data's spread.