-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
DOC: stats.circstd: add reference, notes, comments #15652
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
[skip actions] [skip azp]
[skip actions] [skip azp]
[skip actions] [skip azp]
@JoKeyser how does this look to you? |
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.
LGTM, just a suggestion to add the DOI.
(In general we are missing a tutorial on these circ and geom stats.)
[skip actions] [skip azp] Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
I think that they should not be advertised with a tutorial in their current state. For instance, the calculation of |
Mmmm yes I also saw that |
Doc renders good, merging. Thanks again Matt. |
For the record: @mdhaber thank you, from me as well, looks great. |
Reference issue
closes gh-10096
What does this implement/fix?
This adds a literature reference for
stats.circstd
.It also adds comments indicating the equations from the reference that correspond with each line of code, includes the definition of the statistic in the notes, and demonstrates that the property originally mentioned in the notes (similar to linear standard deviation in the small angle limit) in the example.
Additional information
A separate PR addressing gh-5747 will add the reference for
stats.circvar
.