-
Notifications
You must be signed in to change notification settings - Fork 419
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 Rician distribution #1387
Add Rician distribution #1387
Conversation
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.
Thanks for the PR! I added some comments and suggestions 🙂
@devmotion thanks for the comments. Will fix them after the parametrization approach is discussed and agreed on. |
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
@devmotion All comments addressed. Accepted changes are marked resolved. Other comments are left open for you to take a look at my changes and then to mark resolved. Thanks. |
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
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 PR looks very good, thanks a lot! I just had some minor suggestions, if tests pass I think we can merge it 🙂
I opened a PR to StatsFuns that fixes the Float32
issues (JuliaStats/StatsFuns.jl#124), so we shouldn't worry about them in this PR.
Codecov Report
@@ Coverage Diff @@
## master #1387 +/- ##
==========================================
+ Coverage 82.86% 82.99% +0.13%
==========================================
Files 116 117 +1
Lines 6676 6751 +75
==========================================
+ Hits 5532 5603 +71
- Misses 1144 1148 +4
Continue to review full report at Codecov.
|
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
But two still fail...
because To fix in |
I extended the StatsFuns PR, it covers |
@devmotion is there anything else needed from my end before we're ready to merge this? |
No, the PR looks great 👍 I just wanted to wait for JuliaStats/StatsFuns.jl#125, I still hope that it can be merged within the next days/week. If it takes longer, I think we can just mark the |
Thanks for the PR, with StatsFuns 0.9.12 all tests pass now 🙂 |
Rician distribution added as per #1290