The problem provides a dataset of average phone call durations. It requires converting this data into a grouped frequency table using Sturges' rule, plotting the less than and more than cumulative frequency curves on the same graph, calculating the geometric mean, finding the median, and determining the mode of the distribution.
Probability and StatisticsDescriptive StatisticsFrequency DistributionCumulative FrequencyGeometric MeanMedianModeSturges' RuleGrouped Data
2025/3/14
1. Problem Description
The problem provides a dataset of average phone call durations. It requires converting this data into a grouped frequency table using Sturges' rule, plotting the less than and more than cumulative frequency curves on the same graph, calculating the geometric mean, finding the median, and determining the mode of the distribution.
2. Solution Steps
(i) Convert the data into a grouped frequency table using Sturges' rule.
First, we need to find the number of classes () using Sturges' rule:
where is the number of observations. In this case, (10 rows and 5 columns).
Since the number of classes must be an integer, we can round to
7. So we have 7 classes.
Next, we need to find the class width ():
The range is the difference between the maximum and minimum values in the dataset.
Maximum value = 135
Minimum value = 12
Range = 135 - 12 = 123
We can round the class width to
1
8.
Now, let's create the grouped frequency table:
| Class Interval | Frequency |
|----------------|-----------|
| 12 - 29 | 10 |
| 30 - 47 | 8 |
| 48 - 65 | 9 |
| 66 - 83 | 4 |
| 84 - 101 | 5 |
| 102 - 119 | 8 |
| 120 - 137 | 6 |
(ii) Plot the less than and more than cumulative frequency curves on the same graph from the grouped table.
This step would require plotting the points of the grouped frequency distribution, which cannot be done in text format.
(iii) Compute the geometric mean.
For grouped data, the geometric mean is calculated as:
Where is the midpoint of the class interval and is the frequency of that class. is the total frequency.
Class midpoints: (20.5, 38.5, 56.5, 74.5, 92.5, 110.5, 128.5)
Frequencies: (10, 8, 9, 4, 5, 8, 6)
N = 50
(iv) Compute the median.
Median
Where is the lower boundary of the median class, is the total frequency (50), is the cumulative frequency of the class before the median class, is the frequency of the median class, and is the class width (18).
N/2 =
2
5.
Cumulative frequencies: (10, 18, 27, 31, 36, 44, 50)
The median class is 48 - 65, since the cumulative frequency just exceeds
2
5.
(lower boundary of the median class)
(cumulative frequency before the median class)
(frequency of the median class)
Median
Median
Median
Median
(v) Compute the mode of the distribution.
Mode
Where is the lower boundary of the modal class, is the frequency of the modal class, is the frequency of the class before the modal class, is the frequency of the class after the modal class, and is the class width.
The modal class is the class with the highest frequency.
In this case, there are several classes with the highest frequency 10, 8, 9, 4, 5, 8, 6, therefore multiple modes exist.
Since there are two classes with frequencies equal to 8, one way of approximating the mode is using the class with the overall maximum frequency. The class with the maximum frequency is the first class (12-29), therefore, we approximate that class as the mode.
Mode
Mode
Mode
Mode
3. Final Answer
(i) Grouped frequency table:
| Class Interval | Frequency |
|----------------|-----------|
| 12 - 29 | 10 |
| 30 - 47 | 8 |
| 48 - 65 | 9 |
| 66 - 83 | 4 |
| 84 - 101 | 5 |
| 102 - 119 | 8 |
| 120 - 137 | 6 |
(ii) Plot the less than and more than cumulative frequency curves on the same graph from the grouped table (graphical representation needed).
(iii) Geometric Mean: approximately 57.25
(iv) Median: 61.5
(v) Mode: 26.5