histogram - fixed missing cases which have the maximum value
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 15 Feb 2016 18:26:43 +0000 (19:26 +0100)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 15 Feb 2016 18:38:03 +0000 (19:38 +0100)
commitca4012bcf0f8790ceb8539b55bbc296d0802d5d7
tree182c4f75ca4d40749f89aac21f8fe379ecec3521
parent9bf0d33865adacfbe633f9e2e6f206d1715b8e60
histogram - fixed missing cases which have the maximum value

The histogram uses gsl_histogram routines which exclude values from
the last bin when the value is exactly the maximum value, i.e. the upper
value of the last bin. This results in excluded cases in the histogram.

This fixes bug #47139: https://savannah.gnu.org/bugs/?47139
src/math/histogram.c