-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Compute complete covariance for max weight reduction #1927
fix: Compute complete covariance for max weight reduction #1927
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1927 +/- ##
==========================================
- Coverage 49.66% 49.66% -0.01%
==========================================
Files 409 409
Lines 22651 22661 +10
Branches 10339 10347 +8
==========================================
+ Hits 11250 11254 +4
+ Misses 4196 4195 -1
- Partials 7205 7212 +7
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 383e58fFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
…ct#1927) In case of returning the parameters of the component with the largest weight, it is of course not correct to return also the covariance matrix of this component, since it does not reflect the uncertainty of the whole distribution. Rather, return the the covariance computed from all components.
In case of returning the parameters of the component with the largest weight, it is of course not correct to return also the covariance matrix of this component, since it does not reflect the uncertainty of the whole distribution. Rather, return the the covariance computed from all components.