-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add MvNormal moment #5171
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
Add MvNormal moment #5171
Conversation
@yadav-sachin Thanks for opening the PR. I left some comments above. The MvNormal might be a tough nut to crack, as it is not always straightforward to figure out what the right shape should be. Perhaps @michaelosthege will be able to give you some tips |
@yadav-sachin The conflicts need to be resolved. Otherwise the changes look good to me 🚀 |
Codecov Report
@@ Coverage Diff @@
## main #5171 +/- ##
==========================================
+ Coverage 78.07% 78.10% +0.03%
==========================================
Files 88 88
Lines 14176 14182 +6
==========================================
+ Hits 11068 11077 +9
+ Misses 3108 3105 -3
|
You can run |
Let me know if any more changes are required. Thanks for the suggestions and reviews. |
@ricardoV94 Two checks are failing on this pull request. What should I do to resolve them? |
I think that one failing test is flaky, related to #4771, so don't worry about it. But I just checked this on my phone, so maybe look into it and double check if it may involve the MvNormal moment |
Shouldn't matter, because we are not using moments by default yet |
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 we can drop these 3 as well
Co-authored-by: Ricardo Vieira <[email protected]>
Thanks! |
Co-authored-by: Ricardo Vieira <[email protected]>
Add moment and tests for the below distribution as part of #5078