Surveying Math··18 min read

Weighted Observations: Using Statistical Reliability to Find the MPV

A technical guide to applying weights to surveying measurements to determine the Most Probable Value (MPV) and assess indices of precision.

Overview

In high-precision surveying, not all measurements are created equal. Some observations are taken by more experienced observers, some use superior instrumentation, and some are averages of larger data sets. To combine these varied measurements into a single result, surveyors use Weighted Observations to find the Most Probable Value (MPV) 1, 2.

Why This Matters

If you treat a measurement with a standard error of ±5\pm 5'' the same as one with ±1\pm 1'', you degrade the quality of your final result. Weighting allows the surveyor to mathematically favor more reliable data, ensuring that the most precise observations have the greatest influence on the final coordinates or elevations 2, 3.

Theory

The weight of an observation (WW) is a measure of its relative reliability compared to other observations in the same set. By definition, weight is inversely proportional to the variance (σ2\sigma^2) of the measurement 3, 4.

The Most Probable Value (MPV)

The MPV is the closest approximation to the true value that can be achieved from a set of data. For a series of weighted observations L1,L2,,LnL_1, L_2, \dots, L_n with corresponding weights W1,W2,,WnW_1, W_2, \dots, W_n, the MPV is the Weighted Mean 1, 2: MPV=(L×W)W\text{MPV} = \frac{\sum (L \times W)}{\sum W}

Mathematical Principles

1. Relationship Between Weight and Error

The fundamental rule for assigning weights based on standard error (σ\sigma) is 4: W1σ2W \propto \frac{1}{\sigma^2} This means that if measurement B is twice as precise as measurement A (half the error), it receives four times the weight 3.

2. Standard Error of the Weighted Mean (SxˉwS_{\bar{x}_w})

The precision of the calculated weighted mean is given by 4: Sxˉw=±(W×r2)(n1)WS_{\bar{x}_w} = \pm \sqrt{\frac{\sum (W \times r^2)}{(n-1) \sum W}}(Where rr is the residual of each observation from the weighted mean).

Field Workflow

Data Collection

Collect all relevant measurements for the target quantity (e.g., an angle measured by different teams).

Calculate Individual Precision

Determine the standard error (SxˉS_{\bar{x}}) for each set of observations to assess its internal consistency 3, 4.

Assign Weight Ratios

Calculate the weight for each set using 1/S21/S^2. Simplify these into a usable weight ratio 2, 4.

Compute Weighted Products

Multiply each measured value (or its fractional part for easier math) by its assigned weight 2.

Final Reduction

Divide the sum of the weighted products by the total sum of the weights to find the MPV 2.

Step-by-Step Example

Problem: An angle is measured by three observers. Determine the MPV based on their recorded means and standard errors 2:

  • Observer A: 895436±0.789^\circ 54' 36'' \pm 0.7''
  • Observer B: 895442±1.289^\circ 54' 42'' \pm 1.2''
  • Observer C: 895433±1.089^\circ 54' 33'' \pm 1.0''
  1. Calculate Weights (1/S21/S^2):
    • WA=1/0.72=2.04W_A = 1/0.7^2 = 2.04
    • WB=1/1.22=0.69W_B = 1/1.2^2 = 0.69
    • WC=1/1.02=1.00W_C = 1/1.0^2 = 1.00
  2. Simplify Ratios (optional, but good for checks):
    • Total weight W=3.73\sum W = 3.73
  3. Multiply Seconds by Weights:
    • 36×2.04=73.4436'' \times 2.04 = 73.44''
    • 42×0.69=28.9842'' \times 0.69 = 28.98''
    • 33×1.00=33.0033'' \times 1.00 = 33.00''
  4. Sum and Divide:
    • (LW)=135.42\sum (LW) = 135.42''
    • MPV Seconds=135.42/3.73=36.3\text{MPV Seconds} = 135.42 / 3.73 = 36.3''
  5. Result: MPV = 895436.389^\circ 54' 36.3'' 2.

Practical Tips

  • The "Fractional" Shortcut: When calculating the MPV of an angle or large number, only apply the weighting to the differing seconds or decimals to keep the numbers manageable 2.
  • Rejection of Outliers: Before weighting, any observation whose residual is greater than a specified rejection criterion (e.g., 3S3S or Chauvenet’s criterion) should be discarded 3, 5.

Common Mistakes

  • Weighting by Error (1/S1/S): A common beginner error is weighting by the error itself rather than the square of the error (1/S21/S^2). Weighting must be based on variance 3, 4.
  • Assuming Equal Weight: Never assume observations are equal if the conditions (equipment, weather, distances) changed significantly between sets.

FAQ

Conclusion

Weighting is the tool that transforms a collection of measurements into a unified, defensible result. By linking weight to the inverse of variance, the surveyor ensures that the most precise field work dictates the quality of the final engineering design.

References

Schofield, W. (2001). Engineering Surveying. 5th ed. Butterworth-Heinemann.

Discussion