icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 47 forks source link

Correctly treat irregular logarithmic binning in KDE #695

Closed atrettin closed 2 years ago

atrettin commented 2 years ago

This is a bug-fix for binnings that are both logarithmic and irregular, such as the energy binning of the Verification Sample. In that case, we add a new binning that is linear and irregular in log-space and calculate the KDE in log-space as well.