Compare view (selected runs) and covariance/correlation matrices#3
Merged
Conversation
The Compare toolbar action now opens a window comparing every run in the project: OFV, dOFV (vs parent) and condition number, followed by each theta/omega/sigma estimate. Runs are columns (generated dynamically), metrics/parameters are rows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Domain: NamedMatrix (labelled lower-triangular); Estimation gains Covariance and Correlation. - Importer: parse <covariance> and <correlation> elements. - Storage: migration 0003 adds JSON columns; matrices serialized/loaded. - UI: the Matrices tab now shows the selected estimation's correlation or covariance matrix (toggle), rendered via a reusable MatrixView. Tests: importer matrix parsing and storage round-trip of both matrices. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The run grid now supports extended multi-selection; the Compare action compares just the selected runs (Ctrl/Shift-click) and is disabled until at least two are selected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The Compare view now preserves selection order (first selected run is the first column) and computes each run's dOFV relative to that reference run rather than its parent. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fills in two of the placeholder UI areas: the Compare action and the Matrices tab.
Compare
Matrices
NamedMatrix(labelled lower-triangular);EstimationgainsCovarianceandCorrelation.<covariance>and<correlation>elements.0003adds JSON columns; matrices are serialized and round-tripped.MatrixView.Tests
44 xUnit tests pass (added importer matrix-parsing and storage round-trip of both matrices). Release build clean; app launches without errors.
Notes
🤖 Generated with Claude Code