icecube / pisa

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

Make KDE linearization configurable #704

Closed atrettin closed 2 years ago

atrettin commented 2 years ago

The behavior of the KDE changed recently such that the KDE is applied to the logarithm of quantities that are binned logarithmically. While this is usually a good idea, this should still be configurable to recover the previous behavior if desired. The default is True, so that this PR should not interrupt anything currently working with the KDE stage.