Skip to content

Question: does this use numpy histograms? #32

Closed
@dguest

Description

@dguest

I was looking to use this to get around a simple issue that I have with numpy histograms: specifically, numpy histograms work by calculating a cumulative sum across the bin ranges, which means that when weights vary by a factor of 10e6 or so from one end of the spectrum to the other (i.e. in simulated LHC dijet spectra) the low-weight end is lost to roundoff error.

I took a look and it wasn't clear if numpy histograms are being used behind the scenes. If not, great, this is probably exactly what I need. If so, also great, because as part of this project we should probably fix numpy histograms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions