Statistics Formulae for Chemical Data

Mean, standard deviation, standard error and uncertainty propagation

Lesson 4422 of 4,500 · Formula Sheets

Learning objectives

Introduction

Chemical measurements vary because of sampling, preparation and instrument behavior. Statistics formulae summarize that variation but do not make a result automatically correct. A mean estimates a central value; a sample standard deviation describes replicate spread; a standard error estimates uncertainty of the mean under particular assumptions. Propagation connects uncertainties of inputs to a calculated output. This sheet gives the equations with the conditions needed to use them responsibly.

Core explanation

For n observations x₁,...,xₙ , the arithmetic mean is x̄ = (Σxᵢ)/n . The sample standard deviation is s = √[Σ(xᵢ − x̄)²/(n − 1)] for n > 1 . The denominator n − 1 reflects estimation of variability from a sample when the mean is also estimated. It is not a universal formula for every data structure; correlated time-series samples or different measurement variances need other treatment. Report units of x̄ and s as the original quantity's units. Relative standard deviation is s/x̄ , often multiplied by 100%, when the mean is meaningfully nonzero and positive for that purpose.

The standard error of the mean is s/√n for approximately independent, identically distributed observations under a simple model. It shrinks as more independent readings are collected, whereas the sample's physical variability may not. If the same miscalibrated instrument measures every replicate, the common bias does not shrink with √n . Likewise, repeated readings of one homogeneous vial do not represent variability among different batches or field locations. A confidence interval needs an appropriate distribution and coverage convention; “mean ± standard error” is not automatically a 95% interval.

For a calculated quantity y = f(x₁,...,x k) with small independent input uncertainties, first-order propagation gives u y² ≈ Σ(∂f/∂xᵢ)²uᵢ² . If inputs are correlated, covariance terms 2(∂f/∂xᵢ)(∂f/∂xⱼ)cov(xᵢ,xⱼ) must be included. For a sum z = x + y of independent measurements, u z = √(u x² + u y²) . For a product or quotient, relative uncertainty often combines in quadrature under independence: [u z/ z ]² ≈ [u x/ x ]² + [u y/ y ]² . These are approximations that can fail for large uncertainties, near-zero denominators or nonlinear functions; simulation or a more exact method may then be needed.

Accuracy and precision remain distinct. A small s indicates repeatability under the sampled conditions; it does not prove agreement with a reference. An uncertainty budget should include calibration, purity, volume, mass, blank correction and model terms relevant to the result. Some inputs may be exact definitions, such as the conversion 1000 mL per liter, while measured volumes are uncertain. A final report should not display more reliable digits than the combined uncertainty supports.

Step-by-step reasoning

1. Confirm what each replicate represents and whether observations are independent. 2. Compute x̄ , then deviations and sample standard deviation with units. 3. Use standard error only for a mean under a justified sampling model. 4. List input uncertainties and identify shared calibration or other correlations. 5. Apply a propagation approximation or a numerical method appropriate to the function. 6. Report the result, uncertainty convention and coverage or confidence interpretation.

Visual explanation

Draw a scatter plot of individual readings around a horizontal mean line. A wide band shows sample standard deviation; a narrower band around the mean shows standard error for several independent points. Add a shared arrow shifting all points upward to represent calibration bias; it moves the mean without making the scatter wider. This visual explains why more replicates do not eliminate systematic bias.

Real-world analogy

Several arrows shot from a misaligned bow may cluster tightly away from the target. Their spread resembles precision, while the offset resembles bias. More arrows can estimate the cluster center more precisely but will not fix the bow's alignment. The analogy is limited because chemical measurements may have multiple interacting sources of uncertainty.

Real-world example

A titration is repeated three times with volumes 19.90, 20.00 and 20.10 mL. The mean is 20.00 mL and the sample standard deviation is 0.10 mL. The standard error of the mean is about 0.058 mL under an independent-repeat model. If the burette is calibrated 0.20 mL high at that range, all readings share an offset not reflected in the small standard deviation. Correcting or including that calibration uncertainty matters more than taking many additional repeats.

Why?

Why distinguish s from s/√n ? One describes spread of individual observations; the other estimates how precisely the mean is known under a sampling model. Confusing them can make a future single measurement appear as certain as an average of many, or make a small mean error bar look like proof that every sample is uniform.

Common misconception

“Standard error is the measurement uncertainty of each observation.” It estimates uncertainty of the mean under assumptions. “More repeats remove calibration bias.” They do not. “Add all independent uncertainties directly.” Quadrature may be appropriate for small independent random components, while correlated/systematic terms need careful handling. “A tiny standard deviation proves the chemical model.” It only describes observed spread.

Worked example

Three concentration results are 0.098, 0.100 and 0.102 mol L⁻¹. Mean is 0.100 mol L⁻¹. Deviations are −0.002, 0 and +0.002; squared deviations sum to 8 × 10⁻⁶ (mol L⁻¹)². Divide by n−1 = 2 and take the square root to get sample s = 0.002 mol L⁻¹ . Standard error is 0.002/√3 ≈ 0.0012 mol L⁻¹ . If a reference standard has a possible shared 0.003 mol L⁻¹ calibration offset, reporting only the standard error would understate total uncertainty. A fuller budget must include that common component and its meaning.

Quick check

1. Does s/√n estimate spread of individual future observations? Answer: No. It estimates uncertainty of the mean under the stated independent-sampling model. 2. If two input measurements share one calibration error, are their uncertainties independent? Answer: No. Their covariance or common bias must be considered.

Exam focus

Use n−1 for the usual sample standard deviation and preserve original units. State what the replicates represent. Distinguish standard deviation, standard error and systematic uncertainty. Use relative propagation for products/quotients only under its assumptions. Include covariance when a shared source links measurements, and round the final result to match uncertainty.

Advanced insight

Uncertainty propagation through logarithms such as pH or absorbance is nonlinear near low signal, and symmetric concentration uncertainty may become asymmetric after transformation. Bootstrap or Monte Carlo methods can approximate resulting distributions when first-order derivatives are unreliable. Repeated measures on one sample can be correlated in time because of drift. The statistical model should match the experiment rather than being chosen only because a formula is familiar.

Summary

Mean summarizes center, sample standard deviation describes replicate spread, standard error estimates uncertainty of a mean under independence and propagation carries input uncertainty to outputs. Shared bias and correlations require separate attention. Statistics support, but never replace, chemical validity.

Practice questions

1. Find mean of 2.0, 3.0 and 4.0 g. Answer: 3.0 g. 2. What is sample standard deviation of 2.0, 3.0 and 4.0 g? Answer: 1.0 g, since squared deviations total 2.0 g² and divide by n−1 = 2 . 3. If a mean has s = 0.20 from 4 independent readings, what is its standard error? Answer: 0.20/√4 = 0.10 in the same units. 4. Why does repeating a measurement not necessarily remove systematic bias? Answer: A shared calibration or method error affects all repeats in the same direction.