📚 IGCSE WJEC Statistics: High-Frequency Topics and Common Mistakes | IGCSE WJEC 统计:高频考点与易错题分析
WJEC IGCSE Statistics rewards students who can interpret data, justify their choice of statistical method, and communicate uncertainty clearly. This article focuses on the high-frequency topics that appear most often in the exam and on the mistakes that repeatedly cost marks. Each section gives a concise explanation, a key formula where relevant, and targeted advice on avoiding common errors.
WJEC IGCSE 统计考试重视学生解释数据、选择合适统计方法以及清晰表达不确定性的能力。本文聚焦于考试中最高频的核心考点,以及反复导致失分的易错点。每一节都提供简明讲解、关键公式和针对性的避错建议。
1. Types of Data and Sampling Methods | 数据类型与抽样方法
You must be able to classify data as qualitative or quantitative. Qualitative data describe categories and can be nominal, such as eye colour, or ordinal, such as a satisfaction rating. Quantitative data are numerical and can be discrete, such as the number of cars, or continuous, such as height or time.
你必须能够将数据分类为定性数据或定量数据。定性数据描述类别,可以是名义数据,例如眼睛颜色,也可以是有序数据,例如满意度评分。定量数据是数值型数据,可以是离散数据,例如汽车数量,也可以是连续数据,例如身高或时间。
Sampling methods are a common source of confusion. A simple random sample gives every member of the population an equal chance of selection. A systematic sample chooses every kth member after a random start. A stratified sample divides the population into groups and takes a proportional number from each group. Cluster sampling selects whole groups, while quota and convenience sampling are non-random methods that can introduce bias.
抽样方法是常见的混淆点。简单随机抽样使总体中的每个成员都有相等被选中的机会。系统抽样在随机起点之后每隔 k 个成员选取一个。分层抽样将总体分成若干组,并从每组中按比例抽取样本。整群抽样选择完整的群体,而配额抽样和便利抽样是非随机方法,可能引入偏差。
Stratified sample size = (stratum size ÷ population size) × total sample size
A common mistake is to confuse cluster sampling with stratified sampling. In stratified sampling you sample from every group; in cluster sampling you sample entire groups and ignore the others. Another frequent error is treating grouped numerical data as qualitative simply because labels are used.
一个常见错误是将整群抽样与分层抽样混淆。分层抽样是从每个组中都抽取样本;而整群抽样是抽取完整的群体并忽略其他群体。另一个常见错误是,仅仅因为使用了标签,就把分组的数值数据当作定性数据来处理。
2. Frequency Tables and Histograms | 频数表与直方图
Frequency tables organise raw data into classes. When the class widths are unequal, a histogram must use frequency density rather than frequency on the vertical axis. The area of each bar is proportional to the frequency of that class.
频数表将原始数据整理为分组。当组距不相等时,直方图的纵轴必须使用频数密度而不是频数。每个条形图的面积与该组的频数成正比。
Frequency density = frequency ÷ class width
A bar chart is used for discrete or categorical data with equal gaps between bars, whereas a histogram is used for continuous data with no gaps and area representing frequency. Many candidates lose marks by drawing a bar chart when they should draw a histogram, or by using frequency instead of frequency density for unequal intervals.
条形图用于离散数据或分类数据,条形之间有相等的间隔;而直方图用于连续数据,条形之间没有间隔,面积代表频数。许多考生因为该画直方图时画了条形图,或者在组距不等时使用频数而不是频数密度而失分。
Always check the class boundaries when plotting a histogram. If a class is given as 10–19 and the next is 20–29, the true boundary for continuous data is 19.5, not 19. This boundary error changes the class width and therefore the frequency density.
绘制直方图时务必检查组边界。如果一组写作 10–19,下一组是 20–29,连续数据的真实边界应为 19.5,而不是 19。边界错误会改变组距,从而改变频数密度。
3. Measures of Central Tendency | 集中趋势度量
The mean, median and mode are the three main measures of central tendency. The mean uses every data value but is affected by outliers. The median is the middle value and is resistant to outliers. The mode is the most frequent value and is often used for categorical data.
平均数、中位数和众数是三种主要的集中趋势度量。平均数使用了每一个数据值,但会受到异常值的影响。中位数是中间值,对异常值具有抗干扰性。众数是最常出现的值,常用于分类数据。
For a frequency table, the estimated mean is calculated by multiplying each value, or class midpoint for grouped data, by its frequency. Do not use the class boundaries as the midpoint.
对于频数表,估计平均数是将每个数值或分组数据的组中点乘以其频数来计算。不要把组边界当作中点。
x̄ = Σfx ÷ Σf
Median position = (n + 1) ÷ 2
A common mistake is to find the mean of grouped data by averaging the class boundaries rather than the class midpoints. Another is to say that the median is the middle frequency rather than the data value located at the middle position. In a skewed distribution, the mean is pulled towards the tail, so the mean and median will differ.
一个常见错误是在求分组数据的平均数时,用组边界而不是组中点进行平均。另一个错误是把中位数说成中间的频数,而不是位于中间位置的数据值。在偏态分布中,平均数会被拉向尾部,因此平均数和中位数会有差异。
4. Measures of Spread: Range, IQR and Standard Deviation | 离散程度:极差、四分位距与标准差
Measures of spread describe how spread out the data are. The range is the difference between the highest and lowest values. The interquartile range, or IQR, is the difference between the upper quartile and lower quartile and is less affected by outliers.
离散程度用于描述数据的分布情况。极差是最大值与最小值之差。四分位距,即 IQR,是上四分位数与下四分位数之差,受异常值影响较小。
IQR = Q₃ − Q₁
The standard deviation measures the average distance of values from the mean. In the sample formula, the sum of squared deviations is divided by n − 1 rather than n.
标准差衡量数值与平均数之间的平均距离。在样本公式中,离差平方和除以 n − 1 而不是 n。
s = √(Σ(x − x̄)² ÷ (n − 1))
Many candidates calculate the IQR by subtracting the minimum from the maximum, which is the range, not the interquartile range. Others divide by n instead of n − 1 when calculating a sample standard deviation. Always check whether the question asks for range, IQR, variance or standard deviation, and state the correct units.
许多考生在计算四分位距时,用最大值减去最小值,这得到的是极差,而不是四分位距。另一些考生在计算样本标准差时除以 n 而不是 n − 1。务必检查题目要求的是极差、四分位距、方差还是标准差,并写出正确的单位。
5. Cumulative Frequency and Box Plots | 累积频数与箱线图
A cumulative frequency table adds frequencies as you move through the classes. Plot cumulative frequency against the upper class boundary, not the midpoint. The cumulative frequency curve is used to estimate the median and quartiles by reading across from ¼, ½ and ¾ of the total frequency.
累积频数表是在遍历各组时逐步累加频数。绘制累积频数曲线时,横轴应使用组的上边界,而不是组中点。累积频数曲线用于通过读取总频数的 ¼、½ 和 ¾ 来估计中位数和四分位数。
Median position = n ÷ 2; Q₁ position = n ÷ 4; Q₃ position = 3n ÷ 4
A box plot, or box-and-whisker diagram, displays the minimum value, lower quartile, median, upper quartile and maximum value. If outliers are identified, the whiskers extend to the most extreme values that are not outliers, and outliers are plotted separately.
箱线图,也叫盒须图,显示最小值、下四分位数、中位数、上四分位数和最大值。如果识别出异常值,须线延伸到不是异常值的最极端值,异常值则单独标出。
The most common errors in this topic are plotting cumulative frequency against class midpoints, reading from the wrong axis, and drawing a box plot without a labelled scale. When estimating quartiles from a grouped table, use interpolation if required, but at IGCSE level reading from a carefully drawn graph is often sufficient.
这个主题最常见的错误是:用组中点绘制累积频数曲线、从错误的轴上读数,以及绘制箱线图时没有标注刻度。当需要从分组表中估计四分位数时,如果需要可进行插值,但在 IGCSE 水平,仔细绘图后从图上读数通常就足够了。
6. Probability Rules and Tree Diagrams | 概率法则与树状图
Probability is always a value between 0 and 1. The addition rule states that for any two events A and B, the probability of A or B is P(A) + P(B) − P(A and B). If A and B are mutually exclusive, the intersection term is zero.
概率始终是 0 到 1 之间的值。加法法则指出,对于任意两个事件 A 和 B,A 或 B 的概率为 P(A) + P(B) − P(A 且 B)。如果 A 和 B 是互斥事件,则交集项为零。
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
For independent events, the probability of both A and B occurring is the product of their individual probabilities. Conditional probability is used when the probability of A depends on B having occurred.
对于独立事件,A 和 B 同时发生的概率是它们各自概率的乘积。当 A 的概率取决于 B 已经发生时,需要使用条件概率。
P(A ∩ B) = P(A) × P(B) for independent events
P(A|B) = P(A ∩ B) ÷ P(B)
Tree diagrams are especially useful for combined events. Multiply along branches and add the probabilities of the relevant final outcomes. A very common mistake in without-replacement questions is to keep the same denominator for the second pick. Always reduce the denominator and update the numerator when an item has been removed.
树状图对于组合事件特别有用。沿分支相乘,并将相关最终结果的概率相加。在不放回问题中,一个非常常见的错误是第二次抽取时仍然使用相同的分母。当有物品被移除后,一定要减少分母并更新分子。
7. Discrete Probability Distributions | 离散概率分布
A discrete probability distribution lists each possible value of a random variable X together with its probability P(X = x). The sum of all probabilities must equal 1, and each probability must be between 0 and 1.
离散概率分布列出随机变量 X 的每个可能取值及其对应的概率 P(X = x)。所有概率之和必须等于 1,而且每个概率都必须在 0 和 1 之间。
The expected value E(X) is the long-run average of the random variable. It is found by multiplying each value by its probability and adding the results. Variance measures the spread of the distribution.
期望值 E(X) 是随机变量的长期平均值。计算方法是每个取值乘以其概率,然后将结果相加。方差衡量分布的离散程度。
E(X) = Σ [x · P(X = x)]
Var(X) = Σ [x² · P(X = x)] − (E(X))²
Common errors include forgetting to multiply x by its probability before summing, using x rather than x² in the variance formula, and presenting a distribution whose probabilities do not sum to 1. Always check that your answers make sense: an expected value should lie between the smallest and largest possible values of X.
常见错误包括:在求和之前忘记将 x 乘以其概率;在方差公式中使用 x 而不是 x²;以及给出概率和不等于 1 的分布。始终检查答案是否合理:期望值应介于 X 的最小可能值和最大可能值之间。
8. Scatter Graphs and Correlation | 散点图与相关
A scatter graph shows the relationship between two variables. Correlation describes the direction and strength of a linear relationship. Positive correlation means both variables tend to increase together; negative correlation means one tends to decrease as the other increases. Correlation does not imply causation.
散点图显示两个变量之间的关系。相关描述线性关系的方向和强度。正相关意味着两个变量往往同时增加;负相关意味着一个变量增加时另一个变量往往减少。相关并不意味着因果。
The Spearman rank correlation coefficient is often tested because it measures the strength of association between two ranked variables. First rank each set of data, then find the difference d between each pair of ranks.
斯皮尔曼等级相关系数经常出现在考试中,因为它衡量两个排序变量之间的关联强度。首先对每组数据进行排序,然后找出每对等级之间的差值 d。
rₛ = 1 − (6 Σ d²) ÷ (n(n² − 1))
Candidates often make errors when ranking tied values. Equal values should be given the average of the tied ranks. Another frequent mistake is claiming that a strong correlation proves that one variable causes the other. In an exam, always write that correlation shows an association but not a cause-and-effect relationship unless the context clearly specifies it.
考生在处理并列值时经常出错。相等的值应被赋予并列等级的平均值。另一个常见错误是声称强相关证明一个变量导致另一个变量。在考试中,除非题目背景明确说明因果关系,否则始终应写相关只表明有关联,而不代表因果关系。
9. Time Series and Moving Averages | 时间序列与移动平均
A time series is a sequence of data recorded over time. It often has a trend and a seasonal pattern. Moving averages smooth out short-term fluctuations and help reveal the underlying trend. For quarterly data, a four-point moving average is usual; for monthly data, a twelve-point moving average may be used.
时间序列是随时间记录的数据序列。它通常包含趋势和季节性模式。移动平均能够平滑短期波动,帮助揭示潜在趋势。对于季度数据,通常使用四项移动平均;对于月度数据,可能使用十二项移动平均。
4-point moving average = (x₁ + x₂ + x₃ + x₄) ÷ 4
When plotting moving averages, place each average at the centre of the time period it covers. For an even number of points, this may require centring between two periods, which is a common source of error. Do not plot the moving average at the first or last value of the group.
绘制移动平均时,将每个平均值放在它所覆盖时间段的中心。对于偶数个点,可能需要在两个时期之间进行居中,这是常见的错误来源。不要把移动平均画在组内第一个或最后一个数值的位置。
Another common mistake is to interpret seasonal variation as a long-term trend. State clearly whether the time series shows an upward trend, a downward trend, or no clear trend, and comment on seasonal peaks and troughs separately.
另一个常见错误是将季节性变化解释为长期趋势。要清楚地说明时间序列是呈上升趋势、下降趋势还是没有明显趋势,并单独对季节性高峰和低谷进行评论。
10. Index Numbers | 指数
An index number measures the change in a variable, such as price or quantity, relative to a base period. The base period is usually given the index value 100. An index above 100 indicates an increase, while an index below 100 indicates a decrease.
指数用于衡量某个变量(如价格或数量)相对于基期的变化。基期通常被赋予指数值 100。指数高于 100 表示上升,低于 100 表示下降。
Index = (current value ÷ base value) × 100
Weighted index numbers are needed when different items have different levels of importance. A common weighted calculation multiplies each item index by its weight, adds the results, and divides by the total weight.
当不同项目具有不同的重要性时,需要使用加权指数。常见的加权计算方法是:每个项目的指数乘以其权重,将结果相加,再除以总权重。
Weighted index = Σ(weight × index) ÷ Σweight
The most frequent mistake is using the wrong base value or using the current value as the denominator. Read the question carefully to identify which period is the base. Also remember to multiply by 100 and to express the final index as a number, not as a percentage increase, unless the question asks for the percentage change.
最常见的错误是使用错误的基期值,或将当前值当作分母。仔细读题,确定哪一时期是基期。还要记得乘以 100,并将最终指数表示为一个数值,而不是百分比增长,除非题目要求计算百分比变化。
11. Common Exam Mistakes and How to Avoid Them | 常见考试错误与避免方法
Many marks are lost not because of a lack of understanding, but because of avoidable mistakes. Always show your working, use the correct units, and round only at the final step. If you round intermediate results too early, the final answer can be inaccurate.
许多失分并非因为不理解,而是因为可以避免的错误。务必展示计算步骤,使用正确的单位,并且只在最后一步进行四舍五入。如果过早地舍入中间结果,最终答案可能会不准确。
Use the table below as a final checklist before you submit your answer.
在提交答案之前,请用下表作为最后的检查清单。
| Common mistake | How to avoid it |
|---|---|
| Using frequency instead of frequency density for unequal histogram intervals | Write FD = f ÷ w before plotting each bar. |
| Confusing range with interquartile range | IQR = Q₃ − Q₁, not max − min. |
| Dividing by n instead of n − 1 for sample standard deviation | Check whether data are a sample or the whole population. |
| Forgetting to update probabilities in without-replacement tree diagrams | Reduce both numerator and denominator after each removal. |
| Using class boundaries instead of midpoints for an estimated mean | Midpoint = (lower boundary + upper boundary) ÷ 2. |
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply