BinningAnalysis.jl icon indicating copy to clipboard operation
BinningAnalysis.jl copied to clipboard

Add a data loss function for LogBinner (and ErrorPropagator)

Open ffreyer opened this issue 6 years ago • 0 comments

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.

ffreyer avatar Aug 22 '19 08:08 ffreyer