astrofrog/fast-histogram

allow density/normed argument

Open

#8 opened on Jul 19, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C (28 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (279 stars)
PR merge metrics
 (PR metrics pending)

Description

Thank you for your cool package!

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.

Contributor guide