Conversation
May lead to wrong painting results
In current implementation algorithm always uses center of the first non-empty bin for left and right limit of interval with 99.9% counts. In case when the only non-empty bin exists, one gets zero interval which is absolutely wrong. Also for low statistics (below 1000) such approximation is very bad. Therefore use low bin edge of the bin for left limit and upper bin edge for right limit.
|
Starting build on |
|
Build failed on ROOT-performance-centos8-multicore/default. Warnings:
|
|
Build failed on mac1015/python3. Failing tests:
|
|
I guess the candle plot examples are still ok ? |
In case of low statistic fMedianErr can be larger than +-25% interval, drawn by kBox, making wired output. Check such condition to keep drawing inside [fBoxDown..fBoxUp] interval
|
Starting build on |
|
Build failed on ROOT-performance-centos8-multicore/default. Warnings:
|
|
ping @georgtroska |
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
It is decoding of the options. |
Fixes #9362