How the Direct-Projection Version Came Together
Implementation notes on the geometric equivalence, tail-stable probability calculation, benchmark identity, and API cases that shaped the finished component.
Read the article Space · Numerical methodsSpace · Project
A compact implementation that carries CDM state and covariance through frame conversion, encounter-plane construction, and stable circular Gaussian integration—then tests the result against a fixed NASA CARA reference corpus.
The question
The implementation uses the geometry that survives projection: rotate the covariance, form the encounter plane, project the miss vector, and integrate over the hard-body circle.
The explicit linear closest-approach shift disappears in the projected geometry. That equivalence is retained as a test instead of carried as unnecessary production machinery.
Calculation path
What it establishes
The benchmark pins the source commit, workbook digest, case count, exact CDM membership, and benchmark-directory cleanliness. It fails its process status if a case leaves the published tolerance.
Boundary tests separately cover geometry invariance, covariance roundoff, semantic CDM errors, the deep Gaussian tail, and the near-certainty limit.
Implementation notes on the geometric equivalence, tail-stable probability calculation, benchmark identity, and API cases that shaped the finished component.
Read the article Space · Numerical methods