๐Ÿ“descriptive

Sample Standard Deviation

s = โˆš[ฮฃ(xแตข - xฬ„)ยฒ / (n - 1)]

The sample standard deviation measures the average amount of variability or spread in a data set. It quantifies how far individual observations tend to fall from the sample mean. The denominator uses n - 1 (Bessel's correction) to provide an unbiased estimate of the population variance.

Variables

s=Sample Standard Deviation

A measure of the spread of the data around the sample mean

xแตข=Individual Observation

Each data value in the sample

xฬ„=Sample Mean

The arithmetic average of all observations

n=Sample Size

The total number of observations in the sample

Example Calculation

Scenario

Five measurements of a chemical solution's pH are: 7.2, 7.5, 7.1, 7.4, and 7.3. Calculate the sample standard deviation.

Given Data

xฬ„:(7.2 + 7.5 + 7.1 + 7.4 + 7.3) / 5 = 7.3
ฮฃ(xแตข - xฬ„)ยฒ:(-0.1)ยฒ + (0.2)ยฒ + (-0.2)ยฒ + (0.1)ยฒ + (0)ยฒ = 0.01 + 0.04 + 0.04 + 0.01 + 0 = 0.10
n - 1:5 - 1 = 4

Calculation

s = โˆš(0.10 / 4) = โˆš0.025

Result

s = 0.158

Interpretation

The pH measurements vary by about 0.158 units from the mean of 7.3. This relatively small standard deviation indicates the measurements are consistent and tightly clustered around the average.

When to Use This Formula

  • โœ“Measuring the variability or dispersion in a sample
  • โœ“Constructing confidence intervals for the population mean
  • โœ“Performing t-tests and other inferential procedures
  • โœ“Comparing the spread of different data sets

Common Mistakes

  • โœ—Dividing by n instead of n - 1 when computing the sample standard deviation
  • โœ—Forgetting to take the square root after computing the variance
  • โœ—Confusing standard deviation with standard error (s/โˆšn)
  • โœ—Interpreting standard deviation as a percentage without computing the coefficient of variation

Calculate This Formula Instantly

Snap a photo of any problem and get step-by-step solutions.

Download StatsIQ

FAQs

Common questions about this formula

Dividing by n - 1 is called Bessel's correction. When we use the sample mean in place of the unknown population mean, we lose one degree of freedom. Dividing by n would systematically underestimate the population variance. Using n - 1 produces an unbiased estimate of the population variance.

Variance (sยฒ) is the average of the squared deviations from the mean. Standard deviation (s) is the square root of the variance. Standard deviation is in the same units as the original data, making it easier to interpret, while variance is in squared units.

More Formulas