-
Notifications
You must be signed in to change notification settings - Fork 167
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
feat: add population option to variance and standard deviation functions #295
Conversation
hmm, I wonder if |
And I know |
@gforsyth I added an option to choose the |
To be perfectly honest, I have no idea what the difference is, so I have no opinion on the matter. But if you believe that there's no sane default for this, you can also just make the enum required, to force the producer to pick which option they want. |
|
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 then.
4d08a1b
to
7e8ccd8
Compare
@jvanstraten any changes required? |
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 guess your merge/rebase dismissed my previous approval.
Needs rebase due to previous merges. |
7e8ccd8
to
b1d7877
Compare
@jvanstraten I updated, I think the approval vanishes after pushing. |
In this PR population variance and standard-deviation is added.
BREAKING CHANGE: signature change of
variance
andstd_dev