We are given a dataset of 40 systolic blood pressure measurements in mmHg. We need to calculate the following statistical measures: Mean, Median, Mode, Standard Deviation, Variance, Coefficient of Variation, and Pearson's Measure of Skewness.
Probability and StatisticsDescriptive StatisticsMeanMedianModeStandard DeviationVarianceCoefficient of VariationSkewnessData Analysis
2025/5/1
1. Problem Description
We are given a dataset of 40 systolic blood pressure measurements in mmHg. We need to calculate the following statistical measures: Mean, Median, Mode, Standard Deviation, Variance, Coefficient of Variation, and Pearson's Measure of Skewness.
2. Solution Steps
First, we need to organize the data in ascending order:
101, 103, 105, 109, 109, 110, 112, 113, 114, 114, 114, 115, 115, 116, 117, 117, 117, 117, 118, 118, 118, 119, 119, 120, 121, 121, 122, 123, 123, 124, 124, 125, 125, 126, 127, 127, 128, 129, 130, 131
I. Mean:
The mean is the sum of all values divided by the number of values.
II. Median:
Since there are 40 data points (an even number), the median is the average of the 20th and 21st values in the ordered list.
The 20th value is
1
1
8. The 21st value is
1
1
8. $Median = \frac{118 + 118}{2} = 118$
III. Mode:
The mode is the value that appears most frequently in the dataset.
117 appears 4 times, which is the highest frequency.
IV. Standard Deviation:
First, calculate the sum of squared differences:
V. Variance:
Variance is the square of the standard deviation.
VI. Coefficient of Variation:
The coefficient of variation is the ratio of the standard deviation to the mean, expressed as a percentage.
VII. Pearson's Measure of Skewness:
3. Final Answer
I. Mean: 119.4
II. Median: 118
III. Mode: 117
IV. Standard Deviation: 6.36
V. Variance: 40.39
VI. Coefficient of Variation: 5.32%
VII. Pearson's Measure of Skewness: 0.66