-
-
Notifications
You must be signed in to change notification settings - Fork 47
Add stochastic row and column matrix types #1442
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
Conversation
WardBrian
left a comment
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.
Mostly looks good, a few scattered questions
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1442 +/- ##
==========================================
- Coverage 89.56% 89.52% -0.05%
==========================================
Files 63 63
Lines 10593 10614 +21
==========================================
+ Hits 9488 9502 +14
- Misses 1105 1112 +7
|
WardBrian
left a comment
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.
One testing comment and one optional item but otherwise this looks good to me
|
On further reflection, I think the reason we use "simplex" and "corr_matrix" is that's how someone would say them in conversation. Nobody says "simplex vector" but everyone says "correlation matrix". We weren't consistent with "ordered", which someone would say as "ordered vector". |
Submission Checklist
Release notes
Adds row and column stochastic matrix types
See the example here for more
Copyright and Licensing
By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)