Always convert histogram counts to float64
This is to avoid a common error of not being able to correctly normalize a histogram because of truncated integer division.
Please register or sign in to comment
This is to avoid a common error of not being able to correctly normalize a histogram because of truncated integer division.