-
Notifications
You must be signed in to change notification settings - Fork 22.9k
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
d3.sum. #191
Comments
These are already in #143, although mean and median are in |
I'm thinking only d3.sum should be included in core. Not because it's a statistic per se, but because it's needed to do layout of things like stacked bars. Also, for consistency with Python, note that Python has sum() built-in but not the others. If you wouldn't mind breaking that out as a separate pull request, that'd be great! I'm still for having a stats module, but I should probably review the API for it in a bit more detail before we commit to not making backwards-compatible changes. Also, have you seen https://github.com/nsfmc/atoll.js by @nsfmc? |
But, d3.stats.mean and d3.stats.median.
The text was updated successfully, but these errors were encountered: