astrofrog/fast-histogram

allow density/normed argument

Open

#8 geöffnet am 19. Juli 2017

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (28 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (279 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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