A given binning lvl consists of data chunks of size 2^(lvl-1), which means that out of N values N % 2^(lvl-1) will be missing. This should be equivalent to logbinner.count[1] - logbinner.count[lvl]. It would be good to have a function returning this amount.
A given binning
lvlconsists of data chunks of size2^(lvl-1), which means that out ofNvaluesN % 2^(lvl-1)will be missing. This should be equivalent tologbinner.count[1] - logbinner.count[lvl]. It would be good to have a function returning this amount.