Suppose I want to make a simple frequency histogram of the following data:
$$\{3, 3, 4, 5, 5, 6, 7, 7, 8, 10, 11\}$$
I'm supposed to use bins of size $5$, starting with zero. Here's my question: Is there a standard way to handle the boundary values of the bins? My textbook has the two $5$ values go into the right-hand bin; is this always the case, or do some textbooks put the fives into the left-hand bin? Thanks!