I understand that in order to calculate the lower limit this is the formula that is used
Lower Limit = Q1 - 1.5(Q3-Q1)
and for the Upper Limit
Upper Limit = Q3 + 1.5(Q3-Q1)
Now my question is, where did the 1.5 come from?
It makes sense to get the median index. All you need to do is multiply the number of values(N) to 1/2. Median meaning middle, duh.
To put it briefly, I can't seem to wrap my head around the quartile thing. I'm not very good at remembering things if I don't know their source.
Update: I guess what I mean to say is, why is the number 1.5? Why can't it be 1/4, 2,4, 3/4, or 4/4?

