You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen from the example, the total counts for each value is off. For instance, 0 returned a count of 0, but it really occurs 9 times. It could be that these values are correct since Histogram[Double] works from approximations. However, it would be worth investigating to make sure.
It should be noted, that this problem is not witnessed in Histogram[Int]:
It appears there's an issue when calling
binCounts
on aHistogram[Double]
.As can be seen from the example, the total counts for each value is off. For instance, 0 returned a count of 0, but it really occurs 9 times. It could be that these values are correct since
Histogram[Double]
works from approximations. However, it would be worth investigating to make sure.It should be noted, that this problem is not witnessed in
Histogram[Int]
:The text was updated successfully, but these errors were encountered: