引用于
Glenn 在 10. 7 月 2020, 20:26
I have a list of roughly 300 decimal numbers between 50 and 100. A typical value will be 98.35, etc. I need to generate a frequency histogram. If I set the bin width to 2.0, a correct histogram is generated. However, if I set the bin width to 1.0, the algorithm makes serious errors resulting in a completely erroneous distribution. This seems to be a serious bug.
I have a list of roughly 300 decimal numbers between 50 and 100. A typical value will be 98.35, etc. I need to generate a frequency histogram. If I set the bin width to 2.0, a correct histogram is generated. However, if I set the bin width to 1.0, the algorithm makes serious errors resulting in a completely erroneous distribution. This seems to be a serious bug.