-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pearson correlation coefficient #42
Conversation
Codecov Report
@@ Coverage Diff @@
## master #42 +/- ##
==========================================
- Coverage 88.22% 87.61% -0.60%
==========================================
Files 66 67 +1
Lines 5100 5188 +88
Branches 927 946 +19
==========================================
+ Hits 4499 4545 +46
- Misses 411 448 +37
- Partials 190 195 +5
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Minor changes required:
- Property
traces_shape
- Docstring for intermed_sum, intermed_sq_sum
- Test against
np.corrcoeff
to rule out implementation error.
Implemented Pearson correlation coefficient calculation on GPU.
Related: #35