Least-Squares Adjustment¶
Reconcile redundant measurements with parametric, conditional, or combined observation equations by minimizing covariance-weighted corrections, returning model-consistent adjusted estimates and conditional uncertainty.
Core Idea¶
A least-squares adjustment reconciles redundant measurements with a mathematical observation model. Parametric and combined adjustments estimate explicit unknown parameters, commonly from an approximate parameter state, whereas a pure conditional adjustment can omit both and solve directly for observation corrections. Adjusted observations and residual corrections remain common roles: the adjusted values satisfy the declared equations while their corrections minimize a weighted quadratic criterion. In surveying, geodesy, and photogrammetry this is the standard way to turn more observations than minimally necessary into one internally consistent coordinate, height, orientation, or network solution with an uncertainty account.
Let \(l\) be a vector of recorded observations, \(\hat l=l+v\) the adjusted observations, \(x\) the unknown parameters when present, and \(P\) an appropriate symmetric positive-definite precision matrix derived from the observation covariance model. Rank-deficient cases instead require an explicitly constrained estimable subspace or a justified generalized inverse. The adjustment minimizes
subject to the selected observation or condition equations. The raw vector \(l\) remains evidence; \(\hat l\), \(\hat x\), residuals, and propagated covariance are model-conditioned estimates, not overwritten field records.
Three classical forms organize where the equations live. In a parametric adjustment, observation equations express measurements as functions of parameters, such as \(l+v=h(x)\). In a conditional adjustment, conditions constrain adjusted observations without explicit unknown parameters, \(g(l+v)=0\). A combined adjustment permits implicit equations involving both parameters and observations, \(f(x,l+v)=0\), encompassing the other forms as special cases. Linearization around approximate values yields misclosure and design/Jacobian matrices that connect parameter corrections and observation residuals.
The stochastic model is load-bearing. Weights commonly encode relative inverse variances or, more generally, the inverse covariance metric after correlations and units are handled. They determine how discrepancy is distributed among observations and how uncertainty propagates. NOAA describes network adjustment as using redundant geodetic observations with associated uncertainties; least squares is the dominant mathematical approach in that setting.[1]
Redundancy is more than extra data. Degrees of freedom permit residual checks, variance-factor assessment, gross-error detection, and estimates that pool noisy information. A just-determined equation system can produce a solution but cannot expose inconsistency in the same way. Rank deficiency, datum freedom, bad geometry, incorrect covariance, and nonlinear starting values can still make a nominal solution misleading.
Least-squares adjustment is domain-specific. Observation equations, misclosure, stochastic weights, datum, adjusted observations, residual degrees of freedom, and covariance propagation transfer literally across geomatics, but not to arbitrary optimization. Optimization and Statistical Inference carry the portable genera.
Structural Signature¶
Sig role-phrases:
- the recorded observations — measurements retained as the evidential input, with units, metadata, and quality information
- the unknowns and approximate state, when present — coordinates, heights, orientations, calibration terms, or other parameters in parametric and combined adjustment, often initialized before nonlinear linearization but absent from a pure conditional adjustment
- the parametric, conditional, or combined equations — the deterministic model that adjusted quantities must satisfy
- the stochastic covariance and weight model — variances and correlations defining the residual metric and uncertainty propagation
- the misclosure and design matrices — discrepancy at the approximate state and local sensitivities connecting parameter and observation corrections
- the constrained least-squares criterion — minimization of \(v^{\mathsf T}Pv\) subject to the model equations
- the adjusted parameters and observations — model-consistent estimates kept distinct from the original measurements
- the redundancy and datum structure — degrees of freedom, rank, constraints, and reference-frame freedoms governing solvability and internal checks
- the residual and covariance diagnostics — post-fit residuals, variance factor, standardized residuals, parameter covariance, correlations, and sensitivity tests
The parametric linear special case is
whose closed-form solution is \(\hat x=(A^{\mathsf T}PA)^{-1}A^{\mathsf T}Pl\) when \(P\) is symmetric positive definite and \(A^{\mathsf T}PA\) is nonsingular. In rank-deficient cases the adjustment must be restricted to an estimable subspace, constrained, or expressed with a justified generalized inverse. This formula is explanatory, not an instruction always to form normal equations explicitly. QR, Cholesky, SVD, sparse factorizations, iterative methods, constrained solves, or generalized inverses may be numerically preferable or required.[2]
The identity is preserved when equations are nonlinear: compute misclosure and Jacobians at approximate values, solve a local weighted adjustment, update, and relinearize until declared convergence conditions are met. The final covariance remains conditional on the local model, stochastic assumptions, rank/datum treatment, and any estimated variance factor.
What It Is Not¶
- Not alteration of raw evidence. Adjusted observations are estimates that coexist with the recorded values and residuals. The field measurements and provenance must remain recoverable.
- Not ordinary regression alone. Parametric adjustment can look like regression; conditional and combined forms also correct observations and enforce implicit constraints that the live Regression package does not cover universally.
- Not equal distribution of error. Corrections follow equation geometry and the weight/covariance model. Equal corrections arise only under special symmetric conditions.
- Not a license to tune weights until residuals look good. Weights should follow measurement uncertainty and covariance. Data-driven variance-component estimation is a separate, documented inferential layer.
- Not generic residual analysis. Residuals define the adjustment objective and later diagnose fit; Residual Analysis as a prime studies leftover pattern more broadly and does not entail adjustment equations or covariance propagation.
- Not guaranteed by redundancy. More observations help only when geometry, independence/covariance modeling, and systematic-error control supply new information.
- Not always an invertible normal matrix. Datum defects, collinearity, disconnected networks, or unconstrained modes can make \(A^{\mathsf T}PA\) singular.
- Not automatically robust. Quadratic loss lets gross errors dominate. Outlier testing, remeasurement, robust M-estimation, or contamination models must be justified rather than hidden as arbitrary deletion.
- Not unconditional uncertainty. Covariance output does not cover unmodeled systematics, wrong datum, bad correlations, or linearization failure merely because software prints standard errors.
Scope of Application¶
Survey control and leveling networks. Repeated distances, directions, angles, and height differences connect benchmarks and stations through more equations than unknown coordinates. Adjustment distributes misclosure under instrument and setup uncertainties and reports network covariance.
GNSS positioning. Satellite range/phase observations estimate receiver position, clock terms, ambiguities, atmospheric effects, and reference-frame parameters. Four satellites are the familiar minimum for basic point position plus clock error; additional observations supply redundancy, geometry, and uncertainty improvement rather than changing the minimum unknown count.[2][3]
Photogrammetry and computer vision. Bundle adjustment jointly estimates camera poses, calibration, and object points from image measurements. It is a nonlinear parametric adjustment with sparse structure, gauge freedoms, and often robustified residuals.
Geodetic reference frames. Multi-epoch GNSS, classical, and leveling observations estimate reference-epoch coordinates. NOAA's covariance work shows that cross-epoch covariance assumptions can materially affect those estimates and their reported uncertainty.[4]
Engineering metrology and calibration. Redundant length, angle, alignment, sensor, or reference observations are reconciled with geometry and traceability constraints. Correlations introduced by shared instruments or environmental corrections must enter the stochastic model.
Transformation and registration. Helmert/similarity transformations estimate translations, rotations, and scale from control correspondences. Errors in both coordinate sets may require a combined or errors-in-variables formulation rather than ordinary response-only regression.
Navigation and orbit/geometric estimation. Observation models connect noisy ranges, bearings, or timing measurements to trajectory or state parameters. Sequential filters differ procedurally, but batch least-squares adjustment remains a baseline and cross-check.
The scope ends where there are no recorded observations with a declared stochastic model and no model-consistency adjustment. Generic curve fitting, arbitrary quadratic programming, balancing a ledger by fiat, and manual “corrections” without covariance or equations do not instantiate the full node.
Clarity¶
The abstraction turns “the network was adjusted” into an auditable contract. Which observations entered? What equations connect them? Which values were held fixed or constrained? What covariance and correlations were assumed? How many degrees of freedom remain? Which residuals and parameter correlations challenge the model? Without those answers, an adjusted coordinate is only a software output.
Separating raw and adjusted observations prevents a damaging semantic collapse. The raw reading reports what the instrument recorded. The adjusted value reports what is most consistent with all readings under the chosen deterministic and stochastic models. The residual records their difference and is itself diagnostic evidence. Keeping all three layers makes later reweighting, reprocessing, and error investigation possible.
The three-form distinction clarifies apparent disagreements in notation. Regression-like observation equations are parametric; closure equations among angles or height differences can be conditional; errors-in-variables and Gauss–Helmert formulations are combined. They share weighted correction and model satisfaction while placing unknowns and observations differently.
Finally, “best” is conditional. Least squares finds the smallest weighted residual norm within the specified model. It does not certify that the instrument calibration, refraction correction, datum, covariance, or gross-error assumptions are correct. Adjustment makes inconsistency visible; it cannot transform a wrong model into truth.
Manages Complexity¶
A network with hundreds or millions of heterogeneous observations creates interlocking constraints: changing one coordinate changes predicted distances and angles throughout the network. Least-squares adjustment compresses that global reconciliation into linear-algebraic objects—misclosure, Jacobians, weights, constraints, normal or augmented equations—and solves all corrections jointly rather than by local manual balancing.
Weighting makes heterogeneous evidence commensurable. A precise short baseline and a noisy long observation need not receive equal influence; correlated observations can be whitened or handled through a full covariance matrix. The result propagates local measurement uncertainty into parameter covariance and reveals which combinations are weakly determined.
Redundancy turns inconsistency into information. Residuals localize tension between evidence and model; degrees of freedom support a posterior variance factor; normalized or standardized residuals identify observations needing investigation; covariance and correlation matrices expose weak geometry. These are conditional diagnostics, not automatic deletion rules.
Failure can be routed by role. Large coherent residual patterns implicate deterministic modeling. Isolated extreme standardized residuals implicate measurement or contamination. Singular normal structure implicates datum/rank. Large parameter correlations implicate geometry. Iteration failure implicates starting values or nonlinearity. A global variance-factor mismatch implicates the stochastic scale, though heterogeneous misfit may require variance components rather than one multiplier.
Abstract Reasoning¶
Weight prediction. Increasing an observation's justified weight generally pulls the solution toward satisfying it more closely and reduces its permitted residual, while shifting corrections elsewhere. If the weight is unjustified, the output becomes confidently biased.
Redundancy prediction. Adding an independent, correctly modeled observation in a useful geometric direction can reduce parameter uncertainty and add a check. Adding a duplicate with perfectly correlated error may add almost no information despite increasing the row count.
Datum prediction. If the equations determine only relative geometry, translations, rotations, or scale may remain free. More observations of the same invariant type do not fix the datum; constraints or a free-network/generalized-inverse treatment are required.
Correlation prediction. Ignoring positive correlation usually overstates independent information and can make reported uncertainty too small. A full covariance model can change both estimates and reference-epoch precision.[4]
Linearization prediction. When approximate values are far from the solution or the model is strongly nonlinear, one local solve may be inadequate. Relinearization, damping, better initialization, or a trust-region strategy may be necessary.
Residual prediction. A small global objective can coexist with systematic residual structure. Conversely, one large raw residual may be appropriate for a low-weight observation. Inspect standardized residuals and patterns relative to the covariance model.
Constraint prediction. Hard constraints eliminate degrees of freedom and can transfer their own error into the solution if treated as exact. Stochastic constraints or prior information may be safer when control values have uncertainty.
These deductions guide intervention: reobserve a weak link, add a geometrically independent measurement, repair units/covariance, separate systematic corrections, change datum strategy, use robust estimation, or narrow the claim supported by the network.
Knowledge Transfer¶
The mechanism transfers intact across leveling, triangulation, GNSS, photogrammetry, metrology, calibration, and geometric registration. In each, measurements plus equations plus covariance produce misclosure, weighted corrections, adjusted estimates, redundancy checks, and propagated uncertainty.
The most transferable discipline is layer separation. Deterministic equations say what a consistent geometry would satisfy. The stochastic model says how discrepancies should be apportioned. Datum constraints say which global freedoms are fixed. Diagnostics say whether evidence behaves as those commitments predict. Conflating these layers causes the same failures in a small leveling loop and a continental reference frame.
Numerical lessons transfer too: scale units, avoid unexamined normal-equation inversion, exploit sparsity, inspect rank and condition, and retain raw data. A large bundle-adjustment system and a survey traverse differ in size but share this structural contract.
Outside measurement adjustment, only the parent patterns transfer. Organizational reconciliation is not least-squares adjustment unless it has numeric observations, explicit equations, a covariance-weighted correction objective, and uncertainty propagation. Optimization and Statistical Inference carry those thinner cross-domain lessons.
Examples¶
Canonical¶
Three independent measurements of one height difference are \(l=(10.00,10.03,9.98)\) meters. Suppose their relative weights are \(P=\operatorname{diag}(4,1,1)\): the first has four times the precision of either other reading, all relative to an unknown common variance factor. The parametric model is \(l_i+v_i=x\). Minimizing \(v^{\mathsf T}Pv\) gives the weighted mean
Residuals \(v=\hat x-l\) are approximately \((0.00167,-0.02833,0.02167)\) m and satisfy \(\sum p_iv_i=0\). The weighted residual sum is approximately \(0.001283\text{ m}^2\). With two residual degrees of freedom, the posterior common variance-factor estimate is \(0.001283/2\); the parameter variance is that scale divided by \(\sum p_i=6\), conditional on the relative-weight model.
Mapped back: the three readings are the recorded observations; the one height difference is the unknown; \(l_i+v_i=x\) is the parametric equation; \(P\) is the weight model; disagreement around the approximate mean is misclosure; weighted minimization is the criterion; \(\hat x\) and \(l+v\) are the adjusted estimates; three observations minus one unknown gives two degrees of freedom; and the residual sum plus parameter variance are the diagnostics/uncertainty.
Applied / In Practice¶
A GNSS network estimates station coordinates and receiver clock terms from many satellite observations. The observation equations are nonlinear functions of approximate coordinates, satellite geometry, clocks, atmospheric corrections, and ambiguities. The team linearizes them, applies a covariance model reflecting observation type and correlation, constrains or freely realizes the datum, solves sparse weighted equations, updates coordinates, and iterates.
The final report retains original observations, corrected estimates, residuals, standardized residuals, variance factors/components, coordinate covariance, and parameter correlations. A cluster of residuals by satellite elevation suggests atmospheric or weighting misspecification; a nearly free translation indicates datum weakness; one large standardized residual triggers data review rather than silent deletion. NOAA uses redundant legacy and modern observations in network adjustments to improve long-term coordinate and deformation estimates.[1]
Mapped back: satellite measurements are the recorded observations; coordinates/clocks/ambiguities are the unknown state; range/phase relationships are the equations; instrument and temporal covariance is the stochastic model; initial-coordinate mismatch and Jacobians are misclosure/design matrices; the sparse solve is the constrained criterion; coordinates and modeled observations are the adjusted outputs; datum and excess satellite data form rank/redundancy structure; and residual, covariance, and correlation reports are the diagnostics.
Structural Tensions¶
T1: Model consistency versus raw-data fidelity. Adjustment must satisfy equations while preserving the fact that measurements disagreed. Diagnostic: are raw, adjusted, and residual layers all retained, or has adjustment overwritten evidence?
T2: Precision weighting versus weight misspecification. Correct weights improve efficiency; incorrect weights distort corrections and confidence. Diagnostic: do variances and correlations come from calibration/empirical support, or from tuning the desired answer?
T3: Redundancy versus correlated pseudo-replication. More rows promise stronger checks but may repeat the same error source. Diagnostic: how much independent geometric and stochastic information does each added observation contribute?
T4: Hard datum versus honest control uncertainty. Fixed coordinates stabilize rank but can inject control error as if it were truth. Diagnostic: is control genuinely exact, or should it be stochastic/free-network information?
T5: Quadratic efficiency versus gross-error fragility. Least squares is tractable and efficient under its error model but gives outliers high influence. Diagnostic: do standardized residuals and robust/reobservation checks expose contamination?
T6: Linearized tractability versus nonlinear validity. Local equations make large systems solvable but can misrepresent distant states. Diagnostic: are updates small and relinearized predictions consistent with actual objective reduction?
T7: Internal precision versus external accuracy. A network can have small formal covariance while sharing an unmodeled systematic bias. Diagnostic: are independent checks, calibration, and external control consistent with internal uncertainty?
T8: Autonomy versus reduction. Adjustment is both Optimization and Statistical Inference, but it owns observation/condition equation forms, misclosure, datum, weighted corrections, adjusted observations, redundancy, and covariance closure. Diagnostic: if that package disappears, route to generic optimization, regression, or residual analysis; if it remains load-bearing, preserve the domain-specific node.
Structural–Framed Character¶
Least-Squares Adjustment is mixed-structural. Its objective, constraints, rank, residuals, and covariance propagation are formally precise and evaluatively neutral. A residual is not morally bad, and one datum is not intrinsically preferable; the equations state conditional consequences.
It is also human-practice-bound as a measurement and estimation instrument. Surveyors and analysts choose what to measure, which corrections and constraints enter, how uncertainty and correlation are represented, which datum is realized, and which residuals trigger investigation. The method does not operate outside that designed workflow.
Its institutional origin lies in geodesy, surveying, astronomy, statistics, and numerical linear algebra. Its vocabulary travels literally across geomatics and metrology but usually as deliberate reuse of a technical apparatus. A GNSS analyst and a photogrammetrist recognize the same adjustment roles, even when their sensors and sparse structures differ.
Outside numeric observation systems, only the parents travel. “Adjusting a plan” is lexical coincidence without covariance-weighted observation correction and model satisfaction. Its character: a formal global reconciliation of redundant measurements whose weights, datum, diagnostics, and uncertainty remain framed by measurement practice.
Structural Core vs. Domain Accent¶
What is skeletal. Select variables, impose constraints, minimize an objective, infer hidden quantities from noisy evidence, and quantify uncertainty. These roles belong to prime:optimization and prime:statistical_inference; reliability-sensitive aggregation relates to Precision Weighting.
What is domain-bound. Evidence arrives as measurements with covariance; deterministic observation and condition equations create misclosure; residual corrections are minimized; datum and rank govern solvability; adjusted observations coexist with raw records; and covariance plus redundancy diagnostics close the workflow.
Why it does not clear the prime bar. Substituting policies, organizations, biological states, or arbitrary choices removes observations, design matrices, covariance metrics, datum defects, and adjusted measurement outputs. What remains is only generic optimization/inference. The full identity therefore remains within measurement science and geomatics.
Instantiates / Related Primes¶
Strictly specializes prime:optimization. Adjustment minimizes a declared weighted quadratic objective under observation or condition equations. It adds measurement, covariance, rank/datum, residual, and uncertainty obligations. This is a proposed direct subsumption/strict edge.
Strictly specializes prime:statistical_inference. It reasons from finite noisy observations to unknown parameters/adjusted quantities with explicit conditional uncertainty. It adds adjustment-specific equation forms and residual allocation. This is a proposed second direct subsumption/strict edge.
Overlaps domain_specific:regression. Parametric observation equations are regression-like, but conditional and combined adjustments do not universally satisfy the live Regression outcome/explanatory-variable package. No direct parent is proposed.
Uses precision weighting and residual diagnostics. Unequal covariance-derived weights and post-fit residual checks are important, but the live Precision Weighting and Residual Analysis identities are not forced as universal direct parents: unit relative weights and adjustment-specific residual use remain valid, and studying leftovers is separable from minimizing them.
Relationships to Other Abstractions¶
Current abstraction Least-Squares Adjustment Domain-specific
Parents (2) — more general patterns this builds on
-
Least-Squares Adjustment is a kind of Optimization Prime
Strictly specializes
prime:optimization. Adjustment minimizes a declared weighted quadratic objective under observation or condition equations.It adds measurement, covariance, rank/datum, residual, and uncertainty obligations. This is a proposed directsubsumption/strictedge. Strictly specializesprime:statistical_inference. It reasons from finite noisy observations to unknown parameters/adjusted quantities with explicit conditional uncertainty. It adds adjustment-specific equation forms and residual allocation. This is a proposed second directsubsumption/strictedge. Overlapsdomain_specific:regression. Parametric observation equations are regression-like, but conditional and combined adjustments do not universally satisfy the live Regression outcome/explanatory-variable package. No direct parent is proposed. Uses precision weighting and residual diagnostics. Unequal covariance-derived weights and post-fit residual checks are important, but the live Precision Weighting and Residual Analysis identities are not forced as universal direct parents: unit relative weights and adjustment-specific residual use remain valid, and studying leftovers is separable from minimizing them. -
Least-Squares Adjustment is a kind of Statistical Inference Prime
Strictly specializes
prime:optimization. Adjustment minimizes a declared weighted quadratic objective under observation or condition equations.It adds measurement, covariance, rank/datum, residual, and uncertainty obligations. This is a proposed directsubsumption/strictedge. Strictly specializesprime:statistical_inference. It reasons from finite noisy observations to unknown parameters/adjusted quantities with explicit conditional uncertainty. It adds adjustment-specific equation forms and residual allocation. This is a proposed second directsubsumption/strictedge. Overlapsdomain_specific:regression. Parametric observation equations are regression-like, but conditional and combined adjustments do not universally satisfy the live Regression outcome/explanatory-variable package. No direct parent is proposed. Uses precision weighting and residual diagnostics. Unequal covariance-derived weights and post-fit residual checks are important, but the live Precision Weighting and Residual Analysis identities are not forced as universal direct parents: unit relative weights and adjustment-specific residual use remain valid, and studying leftovers is separable from minimizing them.
Hierarchy paths (5) — routes to 5 parentless roots
- Least-Squares Adjustment → Optimization
- Least-Squares Adjustment → Statistical Inference → Inductive Reasoning
- Least-Squares Adjustment → Statistical Inference → Uncertainty
- Least-Squares Adjustment → Statistical Inference → Probability → Measure → Set and Membership
- Least-Squares Adjustment → Statistical Inference → Probability → Measure → Aggregation → Micro Macro Linkage
Neighborhood in Abstraction Space¶
Least-Squares Adjustment sits in a sparse region of the domain-specific corpus (69th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Statistical Adjustment & Estimation Effects (14 abstractions)
Nearest neighbors
- Nonlinear Least Squares — 0.87
- Kushner–Stratonovich Equation — 0.86
- Lag windowing — 0.85
- Machine-Learning Learning Curve — 0.84
- Particle Filter — 0.83
Computed from structural-signature embeddings · 2026-09-08
Not to Be Confused With¶
- Ordinary/weighted regression. Fits an outcome model to predictors; adjustment also admits condition-only and combined errors-in-variables forms. Tell: are only response parameters fitted, or are observations themselves constrained and adjusted?
- Nonlinear least squares. General residual-square minimization for nonlinear parameters. Tell: is the object a curve-fitting problem, or the full observation/condition/covariance/datum adjustment workflow?
- Residual Analysis. Studies post-fit leftovers for structure. Tell: are residuals being diagnosed, or jointly minimized under observation equations to estimate adjusted values?
- Precision Weighting. Allocates influence by reliability. Tell: is weighting the whole mechanism, or one constituent of a constrained adjustment with rank and covariance output?
- Total least squares. A specific errors-in-variables criterion based on perturbing data matrices. Tell: is a TLS geometry declared, or a broader parametric/conditional/combined stochastic adjustment?
- Network adjustment. A geodetic application class that can use least squares or other robust criteria. Tell: is any network reconciliation meant, or specifically the least-squares family?
- Traverse rules such as Bowditch/compass rule. Heuristic closure allocation by lengths/perimeters. Tell: are corrections derived from covariance-weighted simultaneous equations or a prescribed proportional rule?
- Regularization. Adds penalty or prior structure to stabilize an ill-posed estimate. Tell: is the objective only observation residuals, or augmented by a complexity/prior penalty?
- Data correction/cleaning. Repairs known recording or calibration errors before estimation. Tell: are values corrected because an error is known, or estimated jointly as residuals under an adjustment model?
References¶
[1] NOAA National Geodetic Survey, “Legacy observations,” Climate-scale Geodesy. https://www.ngs.noaa.gov/research/climate-scale/legacy-observations.shtml. Verified 2026-08-26. registry ↩a ↩b
[2] Allan Aasbjerg Nielsen, Least Squares Adjustment: Linear and Nonlinear Weighted Regression Analysis, Technical University of Denmark, 2013. https://www2.imm.dtu.dk/pubdb/edoc/imm2804.pdf. Verified 2026-08-26. registry ↩a ↩b
[3] Alfred Leick, Lev Rapoport, and Dmitry Tatarnikov, “Least-Squares Adjustments,” in GPS Satellite Surveying, 4th ed. https://doi.org/10.1002/9781119018612.ch2. Verified 2026-08-26. registry ↩
[4] Dru Smith, Covariances within the multi-epoch least-squares adjustment problem and their impact on estimating reference epoch coordinates in the modernized National Spatial Reference System, NOAA Technical Memorandum NOS NGS 95, 2023. https://doi.org/10.25923/rqp3-xg26. Verified 2026-08-26. registry ↩a ↩b