Pooled Standard Deviation

A weighted average of standard deviations for two or more groups.

Formula

\( SD_{pooled} = \sqrt { \frac { (n_{1}-1)SD_{1}^2+(n_{2}-1)SD_{2}^2 } { n_{1} + n_{2}-2 } } \)

Variable Description
n1 Number of Data points in group 1
n2 Number of Data points in group 2
SD1 Standard deviation of group 1
SD2 Standard deviation of group 2

Pooled Standard Deviation

\( SD_{pooled} = \sqrt { \frac { (n_{1}-1)SD_{1}^2+(n_{2}-1)SD_{2}^2 } { n_{1} + n_{2}-2 } } \)
SDPooled
= √
(
n1a
- 1) *
SD1
+ (
n2a
- 1) *
SD2
/
n1b
+
n2b
-2

Digits of Precision: