Pooled Standard Deviation Calculator

Combine two sample standard deviations into a pooled estimate.

Pooled SD 4.587

Formula: sp = √(((n₁−1)s₁² + (n₂−1)s₂²) ÷ (n₁+n₂−2))

Step-by-step with your numbers:
1. Values used:
2. Sample 1 size = 12
3. Sample 1 SD = 4
4. Sample 2 size = 15
5. Sample 2 SD = 5
6.
7. Pooled SD = 4.587
Did we solve your problem today?

Pooled SD combines two samples' variability, weighted by their sizes.

How the Math Works

The pooled standard deviation combines two sample standard deviations into a single weighted estimate of variability. The formula sp = √(((n₁−1)s₁² + (n₂−1)s₂²) ÷ (n₁+n₂−2)) works by first squaring each sample standard deviation (s₁ and s₂) to get variances, then multiplying by their respective degrees of freedom (n-1). These weighted variances are summed and divided by the total degrees of freedom (n₁+n₂-2), giving a pooled variance that's square-rooted to return to the original units. This weighting ensures larger samples contribute more to the final estimate, making the pooled standard deviation more reliable than either individual measure alone.

Practical Applications

To use this calculator in statistical analysis, input your sample sizes (n₁ and n₂) and their corresponding standard deviations (s₁ and s₂). This is particularly useful when performing a two-sample t-test assuming equal variances, where you need a single best estimate of the common population standard deviation. For example, if comparing test scores from two different teaching methods with sample sizes of 25 and 30, along with standard deviations of 8.5 and 7.2 respectively, the pooled standard deviation provides the appropriate denominator for calculating the t-statistic in your hypothesis test.

Day-to-Day Use

While pooled standard deviation may seem abstract, it helps us make better decisions when comparing groups in everyday life. When evaluating whether two stores have similar price variability, if two samples of prices yield a pooled standard deviation, you can determine if price differences between stores are meaningful or just random variation. Similarly, in quality control for manufacturing, combining standard deviations from multiple production batches gives a more accurate picture of overall product consistency than examining each batch separately, ultimately helping businesses maintain better quality standards.

Worked example

n₁ 12 (SD 4), n₂ 15 (SD 5) → pooled SD ≈ 4.58.

FAQ

Why pool?

It gives a single, more stable variance estimate when groups share a common spread.