astrofrog/fast-histogram

allow density/normed argument

Open

#8 ouverte le 19 juil. 2017

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C (28 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (279 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur