You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
numpy.histogram and numpy.histogram2d support the normed argument, which divides counts by the number of samples and the bin width/area. It would be great if fast-histogram could support this as well.
The text was updated successfully, but these errors were encountered:
@bastibe - would you be interested in opening a pull request to add these options? I think that the default values that Numpy use mean that this won't add much overhead for the default use case.
Thank you for your cool package!
numpy.histogram
andnumpy.histogram2d
support thenormed
argument, which divides counts by the number of samples and the bin width/area. It would be great if fast-histogram could support this as well.The text was updated successfully, but these errors were encountered: