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.
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
[WIP] Covariance Estimation #312
base: main
Are you sure you want to change the base?
[WIP] Covariance Estimation #312
Changes from all commits
6da4049
88727be
e26b2f5
3eb2069
747b28f
1836b34
c0b45cf
a5aa930
10d4cd8
18a290a
d1f3c86
c47b4a5
f44998a
d01e041
7c3442c
463fbd8
21d2c76
a20a098
257f2b3
59b0277
e26db50
bba7b94
ee13b4f
177373f
e54ebd1
9e93219
75d9b86
21c7972
5ec519b
7d38a34
c251278
39ed3ba
d94aae0
2a054b8
bf8c377
89fd830
f512a0d
13fcb56
280e9a4
b33f27f
19582b8
3589390
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if
associations
is empty 🤔There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linear system will explode so also
dx
will be garbage.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we remove all this equation comments ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to keep it there until we don't decide to merge as a reference. I don't want this on
main
, but for now I think it is useful during the development if some of us wants to go a bit deeper in the computation.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think renaming
Estimate
will also help here, becauseEstimate prediction
looks a bit weirdThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe better
last_estimate
? Since it is not yet the initial guess