histogram icon indicating copy to clipboard operation
histogram copied to clipboard

Fast multi-dimensional generalized histogram with convenient interface for C++14

Results 51 histogram issues
Sort by recently updated
recently updated
newest added

https://en.wikipedia.org/wiki/HEALPix Useful specification for 2-d histogram on the sphere, used widely for astrophysics and cosmology. Example C++ implementation https://sourceforge.net/projects/healpix/

enhancement
help wanted

It would be great if one could - deserialize native ROOT histograms into equivalent Boost::Histograms - serialize Boost::Histograms with a native ROOT histogram equivalent as this native equivalent - serialize...

enhancement

Polygon bins in 2D, see https://root.cern.ch/doc/master/classTProfile2Poly.html.

enhancement
help wanted
easy

We have a fraction accumulator now, but it does not work correctly for weighted samples. However, we definitely need this in high-energy physics because we often estimate the efficiency of...

enhancement
help wanted
easy

We are in the process of making B2 build changes to all of the B2 build files to support "modular" consumption of the Boost Libraries by users. See this list...

When running cmake configuration from boost root the following warning is issued: ``` CMake Warning (dev) at libs/histogram/test/CMakeLists.txt:5 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are...

This is a simple implementation of collector accumulator, a very simple accumulator which stores all the values passed, as suggested in #349. Some new tests are implemented. Documentation is updated....

From [this post](https://root-forum.cern.ch/t/boost-1-70-released-new-library-boost-histogram/33595/4) from some years ago, there seems to be the implication that having a sparse histogram should be feasible using boost-histograms. Is there a map-based storage supported out...

Compiling tests under Visual Studio 2019 14.29.30133 (19.29.30145.0) fails with a not very helpful error: ``` libs\histogram\test\algorithm_project_test.cpp(186,1): fatal error C1903: unable to recover from previous error(s); stopping compilation ``` This...