-
Notifications
You must be signed in to change notification settings - Fork 21
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
Histogram of weights/ n-D histograms #22
Comments
This might be equivalent to estimating a 3D (or nD) histogram. Can we do that? |
Should we be transitioning over to https://boost-histogram.readthedocs.io/en/latest/notebooks/BoostHistogramHandsOn.html#3:-More-dimensions instead of xhistogram (since it also claims to be faster)? Has anyone tried it out? |
I've only looked very briefly, but it doesn't look as though boost-histogram handles dask arrays |
Also, just stumbled across https://github.com/Descanonge/xarray-histogram |
Is it possible to easily extend the functionality to include the histogram of the weights for a particular bin?
The current weights options gives a sum, but sometimes it would useful to look at the distribution of the points within a certain bin.
The text was updated successfully, but these errors were encountered: