astrofrog/fast-histogram

allow density/normed argument

Open

#8 aberto em 19 de jul. de 2017

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

Métricas do repositório

Stars
 (279 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador