Difficulty: Easy
Correct Answer: Least squares method
Explanation:
Introduction / Context:
Survey adjustments reconcile redundant measurements to produce a consistent set of estimates and realistic precision measures. The foundational criterion used worldwide is to minimize the sum of squared residuals, leading to statistically optimal estimates under common assumptions. Recognizing this principle and its method name is essential for network adjustment and error analysis.
Given Data / Assumptions:
Concept / Approach:
The least squares method states: choose parameter estimates that minimize Σ v^2, where v are residuals (observed minus computed). Under Gaussian error models, these are also maximum likelihood estimates. When observations have different precisions, a weighted least squares is used (minimize Σ w v^2). In equal-precision cases, weights are equal and the unweighted sum of squares is minimized.
Step-by-Step Solution:
Verification / Alternative check:
Compare with other criteria (e.g., least absolute deviations). Least squares yields closed-form solutions and optimal properties under Gaussian errors.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming equal precision when weights differ; forgetting to test residuals for blunders before adjustment.
Final Answer:
Least squares method
Discussion & Comments