Expand description
Classical Baarda/Teunissen reliability design.
Clean-room validation provenance for the tests in this module: Baarda, W. (1968), “A testing procedure for use in geodetic networks”, Netherlands Geodetic Commission, Publications on Geodesy 2(5). Teunissen, P. J. G. (2024), “Network Quality Control”, TU Delft OPEN.
Structs§
- Observation
Reliability - Reliability diagnostics for one observation.
- Range
Reliability Row - One geometry row for pre-data reliability design.
- Reliability
Options - Options for Baarda/Teunissen reliability design.
- Reliability
Report - Full reliability design report.
- Reliability
Summary - Aggregate reliability diagnostics for a design.
- Wtest
Noncentrality Components - Both Baarda w-test noncentrality forms from a single derivation: the
noncentrality parameter
delta0 = normal_q_inv(alpha / 2) + normal_q_inv(beta)and its squarelambda0. Consumers that report both must take them from here rather than re-deriving one from the other.
Functions§
- reliability_
araim - Compute reliability for ARAIM geometry using the same ENU gain matrix as MHSS.
- reliability_
design - Compute internal and external reliability from supplied range geometry.
- wtest_
noncentrality - Compute Baarda’s one-dimensional data-snooping noncentrality parameter.
- wtest_
noncentrality_ components - Compute
WtestNoncentralityComponentsfor a two-sided false-alarm probabilityalphaand a missed-detection probabilitybeta.