Dear colleagues, please help me understand this:
In[1]:= data = RandomVariate[NormalDistribution[0, 1], 200]; HistogramList[data, 3] Out[2]= {{-4, -2, 0, 2, 4}, {5, 84, 109, 2}}
Why there are four and not three bins?
Thank you!