📚 Comparing Data | 数据比较
In Edexcel A Level Mathematics, comparing data is a core statistical skill. It involves using measures of location and spread to make meaningful comparisons between two or more data sets, always in the context of the problem.
在 Edexcel A Level 数学中,比较数据是一项核心统计技能。它涉及使用位置度量和离散程度度量,在两个或多个数据集之间进行有意义的比较,并且始终要结合问题背景。
1. Why Compare Data? | 为什么要比较数据?
Comparing data allows us to move beyond single summaries and ask whether one group is generally higher, more consistent, or more spread out than another.
比较数据让我们超越单一汇总,去探究一组数据是否通常更高、更稳定或比另一组更分散。
In exam questions, you may be given two data sets from different populations, treatments, or time periods and asked to interpret differences using averages and measures of spread.
在考试题中,你可能会得到来自不同总体、处理方法或时间段的两个数据集,并被要求使用平均数和离散程度度量来解释差异。
A complete comparison should mention both a typical value and a measure of variability, and it should be written in the context of the data.
完整的比较应同时提及典型值和变异程度,并且应结合数据背景来表述。
When comparing data, it is not enough to say which data set is bigger; you must also explain how the values are distributed and whether any difference is practically meaningful.
在比较数据时,仅仅说哪个数据集更大是不够的;你还必须解释数值是如何分布的,以及任何差异是否具有实际意义。
2. Measures of Location | 位置度量
The three most common measures of location are the mean, the median, and the mode.
三种最常见的位置度量是平均数、中位数和众数。
The mean is calculated by adding all observations and dividing by the number of observations.
平均数是将所有观测值相加后除以观测值的个数。
x̄ = Σx / n
Here, Σx is the sum of all observations and n is the number of observations.
其中,Σx 是所有观测值的总和,n 是观测值的个数。
The median is the middle value when the data are ordered; if n is even, it is the mean of the two middle values.
中位数是将数据排序后位于中间的值;如果 n 为偶数,则为中间两个值的平均数。
The mode is the value that occurs most frequently and is less commonly used for comparing numerical data in A Level.
众数是出现频率最高的值,在 A Level 中较少用于比较数值数据。
3. Measures of Spread | 离散程度度量
Measures of spread describe how much the data vary. The main measures are the range, interquartile range (IQR), variance, and standard deviation.
离散程度度量描述数据的变异程度。主要度量包括极差、四分位距 (IQR)、方差和标准差。
The range is the difference between the largest and smallest observations, but it is sensitive to extreme values.
极差是最大值与最小值之差,但它对极端值很敏感。
The interquartile range is the difference between the upper quartile Q₃ and the lower quartile Q₁; it is resistant to outliers.
四分位距是上四分位数 Q₃ 与下四分位数 Q₁ 之差;它对异常值具有抗性。
Standard deviation is the square root of the variance and measures the typical distance of observations from the mean.
标准差是方差的平方根,衡量观测值与平均数的典型距离。
Choosing the correct measure of spread is as important as choosing the correct measure of location.
选择正确的离散程度度量与选择正确的位置度量同样重要。
4. Mean vs Median: Choosing the Right Average | 平均数与中位数:选择合适的平均数
When data are roughly symmetric with no extreme values, the mean is the preferred measure of location because it uses every observation.
当数据大致对称且没有极端值时,平均数是首选的位置度量,因为它使用了每一个观测值。
If the data are skewed or contain outliers, the median is more appropriate because it is not pulled towards extreme values.
如果数据偏斜或含有异常值,中位数更合适,因为它不会被极端值拉偏。
For example, in comparing salaries, a few very high incomes inflate the mean, so the median often gives a better summary of a typical salary.
例如,在比较工资时,少数极高的收入会抬高平均数,因此中位数通常能更好地概括典型工资。
Exam answers should justify the choice: ‘The median is used because the distribution is positively skewed.’
考试答案应说明选择理由:“使用中位数,因为分布是正偏斜的。”
A useful table for choosing a measure of location is:
选择位置度量的一个实用表格如下:
| Data shape | Preferred measure |
|---|---|
| Symmetric, no outliers | Mean |
| Skewed or with outliers | Median |
5. Range and Interquartile Range | 极差与四分位距
The range is the simplest measure of spread: R = maximum − minimum. It only uses two observations and is greatly affected by outliers.
极差是最简单的离散程度度量:R = 最大值 − 最小值。它只使用两个观测值,并且受异常值影响很大。
The interquartile range covers the middle 50% of the data: IQR = Q₃ − Q₁, where Q₁ and Q₃ can be estimated from a cumulative frequency graph or ordered data.
四分位距覆盖数据的中间 50%:IQR = Q₃ − Q₁,其中 Q₁ 和 Q₃ 可以通过累积频率图或排序数据来估计。
If the median is used as the measure of location, then the IQR is usually the matching measure of spread.
如果使用中位数作为位置度量,那么四分位距通常是与之匹配的离散程度度量。
In comparing two data sets, a larger IQR indicates greater variability in the middle half of the data.
在比较两个数据集时,较大的 IQR 表明数据中间一半的变异性更大。
The IQR is useful for comparing skewed distributions because it ignores extreme values.
四分位距对于比较偏斜分布非常有用,因为它忽略了极端值。
6. Standard Deviation and Variance | 标准差与方差
Variance measures the average squared deviation from the mean. For a population, the variance is given by the formula below.
方差衡量与平均数的平均平方偏差。对于总体,方差由以下公式给出。
σ² = Σ(x − μ)² / n
For a sample, the variance is usually calculated with n − 1 in the denominator.
对于样本,方差通常使用 n − 1 作为分母。
s² = Σ(x − x̄)² / (n − 1)
The standard deviation σ (or s) is the positive square root of the variance and has the same units as the data.
标准差 σ(或 s)是方差的正平方根,其单位与数据相同。
A useful computational formula for variance is σ² = (Σx² / n) − μ², where μ is the mean.
方差的一个实用计算式为 σ² = (Σx² / n) − μ²,其中 μ 是平均数。
When comparing data sets, the one with the larger standard deviation is more spread out, provided the means are similar or units are identical.
在比较数据集时,标准差较大的数据集更分散,前提是平均数相近或单位相同。
7. Outliers and Their Effect | 异常值及其影响
An outlier is an observation that lies abnormally far from the rest of the data. Outliers can be identified using the quartile fences.
异常值是指远离其余数据的观测值。可以使用四分位距围栏来识别异常值。
Lower fence = Q₁ − 1.5 × IQR, Upper fence = Q₃ + 1.5 × IQR
Any data value below the lower fence or above the upper fence is classified as an outlier.
任何低于下围栏或高于上围栏的数据值都被归类为异常值。
Outliers can strongly affect the mean and standard deviation, but they have little effect on the median and IQR.
异常值会强烈影响平均数和标准差,但对中位数和四分位距影响很小。
When comparing data, you should decide whether outliers are genuine values or errors, and state how they influence your chosen statistics.
在比较数据时,你应判断异常值是真实数值还是错误,并说明它们如何影响你所选择的统计量。
If outliers are present, use the median and IQR for a more robust comparison.
如果存在异常值,应使用中位数和四分位距进行更稳健的比较。
8. Comparing Data Using Box Plots | 使用箱线图比较数据
A box plot displays the minimum, Q₁, median, Q₃, and maximum, making it easy to compare the centre, spread, and skewness of two data sets visually.
箱线图显示最小值、下四分位数、中位数、上四分位数和最大值,便于直观比较两个数据集的中心、离散程度和偏斜度。
The box represents the middle 50% of the data; the line inside the box is the median, and the whiskers extend to the most extreme non-outlier values.
箱体代表数据中间 50%;箱体内的线是中位数,触须延伸至最极端的非异常值。
When comparing box plots, comment on the median, the IQR, the range, and any outliers, always in context.
在比较箱线图时,要结合背景评论中位数、四分位距、极差和任何异常值。
For example, if Box Plot A has a higher median but a similar IQR to Box Plot B, the typical A value is higher, while both groups have similar middle-half spread.
例如,若箱线图 A 的中位数较高但四分位距与 B 相似,则 A 的典型值较高,而两组的中间一半离散程度相似。
Box plots are especially useful when you want to compare shapes and identify outliers quickly.
当你想要快速比较分布形状并识别异常值时,箱线图尤其有用。
9. Comparing Grouped Data | 比较分组数据
When data are grouped into classes, exact values are unknown, so we use midpoints to estimate the mean and standard deviation.
当数据被分组到区间时,精确值未知,因此我们使用组中点来估计平均数和标准差。
For grouped data, the estimated mean is given by the formula below.
对于分组数据,估计的平均数由以下公式给出。
x̄ = Σfx / Σf
Here, x is the class midpoint and f is the class frequency.
其中,x 是组中点,f 是组频数。
The estimated variance is given by σ² = Σfx² / Σf − x̄², and the estimated standard deviation is its square root.
估计方差由 σ² = Σfx² / Σf − x̄² 给出,估计标准差是其平方根。
For grouped data, the median and quartiles are estimated by linear interpolation from a cumulative frequency graph or table.
对于分组数据,中位数和四分位数通过累积频率图或表进行线性插值来估计。
When comparing grouped data sets, use the same class intervals if possible, and be aware that estimates are less precise than raw data summaries.
在比较分组数据集时,尽可能使用相同的组距,并注意估计值不如原始数据汇总精确。
10. Context and Conclusions | 情境与结论
A comparison is only meaningful if it refers to the context of the problem: instead of saying ‘Data set A has a higher mean’, say ‘On average, students in Group A scored higher than students in Group B’.
只有结合问题背景,比较才有意义:与其说“数据集 A 的平均数更高”,不如说“平均而言,A 组学生的得分高于 B 组学生”。
Use phrases such as ‘more consistent’, ‘less variable’, ‘typically higher’, and ‘more spread out’ to connect statistics to the real situation.
使用“更稳定”“变异性更小”“通常更高”“更分散”等短语,将统计量与实际情况联系起来。
A strong exam answer compares at least one measure of location and one measure of spread, and justifies why those measures were chosen.
优秀的考试答案至少比较一个位置度量和一个离散程度度量,并说明选择这些度量的理由。
Always state whether any difference is likely to be meaningful in the given context, and mention limitations such as small sample size or outliers.
始终说明在给定背景下差异是否有实际意义,并提及样本量小或异常值等局限性。
Finally, your conclusion should directly answer the original question, not merely list statistics.
最后,你的结论应直接回答原始问题,而不仅仅是罗列统计量。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply