Answer :
Final answer:
By ordering the absorbency values from least to greatest, the mean and median can be calculated along with other statistical values such as trimmed mean, quartiles, interquartile range, lower and upper bounds, maximum, minimum, range, sample variance, and standard deviation. These measures provide insights into the dataset's properties.
Explanation:
To answer your questions, let's start by organizing the data in ascending order: 18.04, 18.71, 18.92, 19.25, 19.29, 19.44, 19.77, 20.17, 20.33, 20.50, 20.72, 21.12, 21.41, 21.77, 21.81, 22.11, 22.43, 22.85, 23.00, 23.71.
Now let's calculate the values you requested:
- Mean: (Sum of all values) ÷ (Number of values).
- Median (Q2): This is the middle number when the data is ordered from smallest to largest. In this case: (20.50 + 20.72) ÷ 2 = 20.61
- 10% trimmed Mean: Calculate this by removing the top and bottom 10% of values and then finding the mean of the remaining data.
- Q1 and Q3: For Q1, find the median of the first half of the data (excluding the overall median if the data set count is even), and for Q3, find the median of the second half of the data.
- IQR: Find it by subtracting Q1 from Q3.
- Lower bound and Upper bound: Lower bound = Q1 - 1.5*IQR and Upper bound = Q3 + 1.5*IQR.
- To draw a Box Whisker plot, use the Lower bound, Q1, Median(Q2), Q3, and Upper bound values.
- The Maximum and Minimum values are the largest and smallest values in the data set: 23.71 and 18.04, respectively.
- Range: Maximum - Minimum.
- Sample Variance: Calculate this by taking the average of squared differences from the Mean.
- Sample Standard deviation: This is the square root of the Sample Variance.
Learn more about Statistics here:
https://brainly.com/question/31538429
#SPJ1