Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function rebin

boost::histogram::algorithm::rebin — Convenience overload for single axis.

Synopsis

// In header: <boost/histogram/algorithm/reduce.hpp>


auto rebin(unsigned merge);

Description

Parameters:

merge

how many adjacent bins to merge into one.


PrevUpHomeNext