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)
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


No differences found