5.1 Theory of Errors, Precision vs. Accuracy, Random/Systematic Errors, and Error Propagation
Key Takeaways
- Blunders are gross human mistakes rejected via field checks and the 3-sigma rule, while systematic errors follow deterministic physical laws (such as thermal expansion or tape sag) and are eliminated analytically or through calibrated field procedures.
- Precision describes measurement repeatability and dispersion about the mean (quantified by standard deviation), whereas accuracy measures closeness to the true reference value (reflecting freedom from systematic bias).
- The standard error of the mean improves with the square root of the number of observations (SE = s / sqrt(n)), meaning quadrupling observations halves the random error of the mean.
- Error propagation for independent variables evaluates the variance of a computed function using partial derivatives: sigma_Z = sqrt( sum( (dF/dxi)^2 * sigma_xi^2 ) ).
- Probable error (PE = 0.6745 * s) represents the 50% probability interval for normal distributions, whereas 95% confidence limits correspond to approximately 1.96 standard deviations.
Theory of Errors, Precision vs. Accuracy, Random/Systematic Errors, and Error Propagation
Every physical measurement in geodetic engineering is subject to imperfections. In geodetic surveying, no observed quantity—whether a horizontal angle, zenith angle, slope distance, or elevation difference—is exact. Understanding the fundamental nature of measurement errors, classifying their sources, quantifying precision and accuracy, and modeling how errors propagate through mathematical formulas are essential skills for passing the Geodetic Engineer Licensure Examination (GELE) and practicing professional surveying.
1. Sources and Classification of Measurement Errors
In geodetic surveying, measurement errors originate from three primary sources:
- Instrumental Sources: Imperfections in construction, adjustment, or calibration of instruments (e.g., optical axis misalignment, index error of a vertical circle, tape length variation from nominal standard).
- Natural Sources: Environmental variations such as atmospheric temperature, pressure, humidity, wind, solar radiation, and atmospheric refraction.
- Personal Sources: Limitations of human sensory perception, sight alignment, reading scales, setting up targets over stations, and reaction time.
Measurements errors are rigorously classified into three distinct categories:
| Error Category | Nature & Behavior | Reversibility / Predictability | Primary Mitigation Strategy |
|---|---|---|---|
| Blunders (Gross Errors) | Severe mistakes caused by confusion, carelessness, or equipment malfunction | Unpredictable non-random spikes; invalidates data | Field procedures, independent check measurements, $3\sigma$ rejection rule |
| Systematic Errors | Follow deterministic physical or mathematical laws; cumulative under constant conditions | Deterministic; predictable magnitude and sign | Physical instrument calibration, field methods (e.g., balanced backsights), mathematical formulas |
| Random Errors | Small, accidental variations remaining after eliminating blunders and systematic errors | Non-deterministic; follow Gaussian/Normal distribution laws | Least-squares adjustment, repeated observations, statistical estimation |
Blunders (Gross Errors)
Blunders are not true statistical errors; they are human mistakes such as misreading a leveling rod by $1.0\text{ m}$, transposing digits when recording ($124.35\text{ m}$ written as $142.35\text{ m}$), targeting the wrong prism, or setting up over an incorrect monument. Blunders must be detected and removed before statistical adjustment. In modern processing, observations with residuals exceeding three standard deviations ($|v_i| > 3\sigma$) are rejected as suspected blunders.
Systematic Errors (Biases)
Systematic errors follow strict physical or mechanical relationships. If measuring conditions remain constant, systematic errors accumulate in direct proportion to the number of measurements or line length (hence termed cumulative errors). For example, a steel tape that is $0.008\text{ m}$ too long will introduce a systematic error of $-0.008\text{ m}$ per tape length measured. Key systematic error corrections include:
- Temperature Correction: $C_t = \alpha L (T - T_0)$
- Pull/Tension Correction: $C_p = \frac{(P - P_0) L}{A E}$
- Sag Correction: $C_s = -\frac{w^2 L^3}{24 P^2}$
- Curvature and Refraction in Leveling: $h_{cr} = 0.0675 , K^2$ (where $K$ is distance in km)
Because systematic errors carry consistent algebraic signs, taking the mean of multiple observations under identical conditions will not eliminate them. They must be eliminated analytically or by field procedures (such as taking Face Left and Face Right total station sightings to eliminate vertical index and horizontal collimation errors).
Random Errors (Accidental Errors)
After all blunders are eliminated and systematic errors are corrected, small discrepancies persist. These are random errors caused by micro-environmental fluctuations, tripods setting, and sensory limitations. Random errors obey the laws of probability and the Normal (Gaussian) Distribution Curve:
- Small errors occur more frequently than large errors.
- Positive and negative errors of equal magnitude are equally probable.
- Extremely large errors rarely occur and are classified as blunders.
2. Precision versus Accuracy
In geodetic science, precision and accuracy have distinct, non-interchangeable mathematical definitions:
- Precision: Refers to the degree of refinement and repeatability among a set of independent measurements of the same quantity under identical conditions. It indicates closeness of observations to each other and is quantified by sample standard deviation ($s$) or variance ($s^2$).
- Accuracy: Refers to the degree of conformity or closeness of a measured or adjusted value to the true value (or accepted reference standard). It reflects total freedom from both systematic errors and blunders.
High Accuracy Low Accuracy
High Precision High Precision
(Ideal) (Systematic Bias Present)
. .
. * . . .
. *** . . *** .
. .
Target Center Target Center
Low Accuracy High Accuracy
Low Precision Low Precision
(High Random Dispersion) (Unbiased but Noisy)
. * .
* . * * . *
. * . *
Target Center Target Center
| Combination | Dispersion (Random Error) | Bias (Systematic Error) | Geodetic Interpretation |
|---|---|---|---|
| High Precision, High Accuracy | Very small | Zero / Negligible | Master benchmark leveling with calibrated equipment |
| High Precision, Low Accuracy | Very small | Large systematic error | Steel tape measurements precise to 1 mm, but uncorrected for thermal expansion |
| Low Precision, High Accuracy | Large | Zero / Negligible | Unprecise handheld GPS averaged over 24 hours |
| Low Precision, Low Accuracy | Large | Large | Uncalibrated gear used carelessly by an untrained observer |
3. Statistical Measures of Precision and Central Tendency
When a line or angle is measured $n$ times under equal weighting conditions, the best estimate of the true value is the sample arithmetic mean ($\bar{x}$).
3.1 Arithmetic Mean
3.2 Residuals ($v_i$)
The difference between the mean and an individual observation $x_i$: A fundamental algebraic property of the arithmetic mean is that the sum of residuals is identically zero: $\sum v_i = 0$.
3.3 Sample Variance ($s^2$) and Standard Deviation ($s$)
The standard deviation measures the dispersion of single observations about the sample mean: where $(n - 1)$ represents the degrees of freedom.
3.4 Standard Error of the Mean ($SE_{\bar{x}}$ or $\sigma_{\bar{x}}$)
Because the mean $\bar{x}$ is computed from $n$ observations, it is more precise than any single observation. Its standard error is given by:
3.5 Probable Error ($PE$) and Probability Limits
Probable error defines a symmetrical interval $\pm PE$ within which $50%$ of the observations (or means) fall:
Standard confidence intervals for a normal distribution:
- $100(1 - \alpha) = 68.27%$ confidence limit: $\bar{x} \pm 1.000 s$
- $90.00%$ confidence limit: $\bar{x} \pm 1.6449 s$
- $95.00%$ confidence limit: $\bar{x} \pm 1.9599 s \approx \bar{x} \pm 1.96 s$
- $99.73%$ confidence limit: $\bar{x} \pm 3.000 s$
Worked Numerical Example 1: Statistical Analysis of Distance Observations
A baseline was measured 6 times with an electronic distance meter (EDM) under identical conditions, producing the following distance readings: $x_1 = 345.820\text{ m}, x_2 = 345.826\text{ m}, x_3 = 345.814\text{ m}, x_4 = 345.822\text{ m}, x_5 = 345.818\text{ m}, x_6 = 345.820\text{ m}$.
Step 1: Compute Arithmetic Mean ($\bar{x}$)
Step 2: Compute Residuals ($v_i = x_i - \bar{x}$) and $v_i^2$
- $v_1 = 345.820 - 345.820 = 0.000\text{ m} \implies v_1^2 = 0.000000$
- $v_2 = 345.826 - 345.820 = +0.006\text{ m} \implies v_2^2 = 0.000036$
- $v_3 = 345.814 - 345.820 = -0.006\text{ m} \implies v_3^2 = 0.000036$
- $v_4 = 345.822 - 345.820 = +0.002\text{ m} \implies v_4^2 = 0.000004$
- $v_5 = 345.818 - 345.820 = -0.002\text{ m} \implies v_5^2 = 0.000004$
- $v_6 = 345.820 - 345.820 = 0.000\text{ m} \implies v_6^2 = 0.000000$
Step 3: Compute Standard Deviation ($s$)
Step 4: Compute Standard Error of the Mean ($SE_{\bar{x}}$)
Step 5: Compute Probable Error of the Mean ($PE_{\bar{x}}$)
Final Result Expression: The most probable distance is $345.8200\text{ m} \pm 0.0016\text{ m}$ (at $68.3%$ confidence level) or $345.8200\text{ m} \pm 0.0032\text{ m}$ (at $95%$ confidence level).
4. General Law of Error Propagation
When a calculated quantity $Z$ is not measured directly but is evaluated from a function of one or more measured variables $Z = f(x_1, x_2, \dots, x_n)$, the random errors of the independent variables propagate into $Z$.
4.1 General Multivariate Error Propagation Formula
For any non-linear function $Z = f(x_1, x_2, \dots, x_n)$ where $x_i$ are independent, uncorrelated measurements with standard errors $\sigma_{x_i}$, the variance $\sigma_Z^2$ is determined using a first-order Taylor series expansion:
If variables are correlated, the covariance term $2 \sum \sum \left(\frac{\partial f}{\partial x_i}\right) \left(\frac{\partial f}{\partial x_j}\right) \sigma_{x_i x_j}$ must be added inside the square root.
4.2 Special Cases of Error Propagation
-
Sum or Difference ($Z = a A + b B - c C$):
-
Series of $n$ Identical Measurements ($L_{total} = l_1 + l_2 + \dots + l_n$ with standard error $\sigma_l$): (Note: The total error grows with the square root of line segments, not linearly!)
-
Product / Area ($Z = A \cdot B$): Dividing by $Z^2 = A^2 B^2$ yields the relative error relationship:
-
Product with Constant ($Z = k \cdot A$):
Worked Numerical Example 2: Reduction of Slope Distance to Horizontal Distance
In total station surveying, a horizontal distance $H$ is derived from slope distance $S$ and zenith angle $Z$:
Given:
- Measured slope distance $S = 520.450\text{ m}$ with standard error $\sigma_S = \pm 0.012\text{ m}$.
- Measured zenith angle $Z = 82^\circ 15' 20''$ with standard error $\sigma_Z = \pm 15''$.
Step 1: Compute Horizontal Distance ($H$)
Step 2: Convert $\sigma_Z$ from arcseconds to radians
Step 3: Evaluate Partial Derivatives
Step 4: Calculate Component Variance Contributions
- Contribution from distance error:
- Contribution from zenith angle error:
Step 5: Compute Total Standard Error of Horizontal Distance (\sigma_H)
This demonstrates that distance error dominates the variance budget in this specific geometric setup, contributing over $84%$ of the total variance in the computed horizontal distance.
An EDM measured a baseline 9 times under identical environmental conditions, yielding a sample standard deviation of ±6.0 mm. What is the standard error of the mean distance?
Which category of error follows deterministic physical laws and accumulates in direct proportion to line length or measurement count if left uncorrected?
A line is measured in 16 equal tape segments, each segment having an independent standard error of ±5.0 mm. What is the standard error of the total line distance?
A total station measures a slope distance S = 100.000 m with a standard error of ±0.010 m and a zenith angle Z = 90°00'00" with a standard error of ±20.63 arcseconds (0.0001 radians). What is the standard error of the computed horizontal distance H = S * sin(Z)?