
Jon S. answered 02/17/22
Patient and Knowledgeable Math and English Tutor
Put the numbers in order.
To find the position number of median, compute (sample size+1)/2.
If position number is an integer, the median is the number in that position, e.g., if it is 5, then the median is the number in the 5th position
If position number is not an integer, the median is the average of the numbers in the positions below and above that position number, e.g., if it is 5.5., then the median is the average of the numbers in positions 5 and 6.
To find the position number of the 1st quartile, compute (sample size + 1)/4 and apply the same rules as for the median.
To find the position number of the 3rd quartile, compute (sample size + 1) * 3/4 and apply the same rules as for the median
The box plot contains the lower value, 1st quartile, median, 3rd quartile and upper value.
Quartile coefficient of skewness = Q3+Q1−2Q2Q3−Q1
Outliers are data below Q1 - 1.5 IQR and Q3 + 1.5 IQR, where IQR = Q3 - Q1.