8408 1374 1872 8879 2459 11413
608 14138 6452 1850 2818 1356
10498 7478 4019 4341 739 2127
3653 5794 8305
a. Provide a five-number summary.
b. Compute the lower and upper limits.
c. Do the data contain any outliers?
a)
Minimum: The minimum value is 608.
First Quartile: The first quartile is middle value of the data below the median, in the other words , value at the 25% of the sorted data array.
The percentile is not integer, in that case round up and read the value at the given place in the sorted array.
Median:Median is middle value of the sorted data array. In this case, there is odd number of data given, so the median is the middle value.
Third Quartile: The third quartile is middle value of the data above the median, in the other words , value at the 75% of the sorted data array.
The percentile is not integer, in that case round up and read the value at the given place in the sorted array.
Maximum: The maximum value is 14138.
b)
To determine lower and upper limits, first find the interquartile range. IQR is the difference between third and first quartile.
Lower limit is the first quartile value decreased by 1.5 times the IQR.
Upper limit is the third quartile value increased by 1.5 times the IQR.
c)
The data does not cointain any outliers because there is no value that is below the lower limit nor above the upper limit.