Consider a sample with data values of 10, 20, 12, 17, and 16. Compute the...
banganX
Answered
2021-11-06
Consider a sample with data values of 10, 20, 12, 17, and 16. Compute the range and interquartile range.
Answer & Explanation
wornoutwomanC
Expert
2021-11-07Added 81 answers
The range is the difference between the largest and the smallest value:
RANGE =20-10=10
The first quartile is the median of the data values below the median (or at 25% of the data):
The third quartline is the median of the data values above the median (or at 75% of the data):
The interquartile range IQR is the difference of the third and first quartile:
Results:
RANGE=10
IQR=7.5