A-R-Q wrote:
STATISTICS: The interquartile range is given by
IQR = Q3 - Q1, where Q1 is the lower quartile, and it falls above 25% of the data, and Q3 is the upper quartile, and this falls above 75% of the data
To get the quartiles, the easy way is to find the median, and then split the data like that
For example, we have the values:
-17.5, 2.8, 3.2, 13.9, 14.1, 25.3, 45.8
The median is 13.9
Now, we split up the data into two halves from this number, and when the median is odd, we include the median in both halves:
lower half: -17.5, 2.8, 3.2, 13.9
upper half: 13.9, 14.1, 25.3, 45.8
So then, we get the median of the data (ex. lower half) and we will get the quartile (Ex. if we get the median for the lower half of the data, we get the Q1, or lower quartile, or the 25th percentile)
My question is: How would I get the 10th percentile, which is the number that falls above 10% of the data values?
Linearly interpolate --- -17.5 is

ile, 2.8 is

ile, so 10%ile is ...