📚 PDF资源导航

GCSE OCR Maths: Statistics Key Points | GCSE OCR 数学:统计考点精讲

📚 GCSE OCR Maths: Statistics Key Points | GCSE OCR 数学:统计考点精讲

Statistics is a core component of the GCSE OCR Mathematics course, focusing on the collection, presentation, analysis and interpretation of data. Understanding how to summarise numerical information and draw meaningful conclusions is essential. This guide covers all the major topics you need to master, from data types and sampling to averages, charts and cumulative frequency. Each section is designed to provide clear explanations and exam-relevant techniques.

统计是 GCSE OCR 数学课程的核心部分,重点在于数据的收集、展示、分析和解释。掌握如何概括数值信息并得出有意义的结论至关重要。本指南涵盖你需要掌握的所有重要主题,包括数据类型、抽样、平均数、图表和累积频率。每个部分旨在提供清晰的解释和与考试相关的技巧。


1. Data Collection and Sampling | 数据收集与抽样

Data can be collected in many ways: through surveys, experiments, observations or from secondary sources. The method you choose affects the quality and reliability of the data. A population includes every member of the group you are interested in. Since it is often impractical to ask the whole population, a sample is taken to represent it. Sampling needs to be fair and unbiased; otherwise the conclusions drawn may be invalid.

数据可以通过多种方式收集:调查、实验、观察或二手资料。你选择的方法会影响数据的质量和可靠性。总体包括你感兴趣的群体中的每一个成员。由于调查整个总体通常不现实,因此会抽取一个样本来代表它。抽样需要公平且无偏差,否则得出的结论可能无效。

A census surveys every member of the population. It gives perfectly accurate results but can be time‑consuming and expensive. A sample is quicker and cheaper, but it may contain sampling errors. The ideal sample is large enough to be representative and is chosen randomly to avoid bias. There are several recognised sampling methods, which we will discuss later in this guide.

普查调查总体中的每一个成员。它能给出完全准确的结果,但可能耗时且昂贵。样本更快、更便宜,但可能存在抽样误差。理想的样本应足够大以具有代表性,并随机选取以避免偏差。有几种公认的抽样方法,我们将在本指南后面讨论。


2. Types of Data | 数据的类型

Understanding the type of data you are dealing with is the first step in any statistical analysis. Data can be qualitative or quantitative. Qualitative data is non‑numerical, like eye colour or car brands. Quantitative data is numerical and can be further split into discrete and continuous data. Discrete data can only take exact values, often counts (e.g. number of books). Continuous data can take any value within a range and is usually measured (e.g. height, weight, time).

了解你正在处理的数据类型是任何统计分析的第一步。数据可以是定性的或定量的。定性数据是非数值的,如眼睛颜色或汽车品牌。定量数据是数值的,并可进一步分为离散数据和连续数据。离散数据只能取精确值,通常是计数(如书本数量)。连续数据可以在一个范围内取任何值,通常是测量得到的(如身高、体重、时间)。

Data can also be described as primary or secondary. Primary data is collected by the researcher themselves for a specific purpose, guaranteeing control over quality. Secondary data is taken from existing sources such as the internet, newspapers or government reports; it is often easier to obtain but may contain errors or be out of date. Always consider the limitations of your data type before drawing conclusions.

数据还可以被描述为初级数据或次级数据。初级数据由研究者为了特定目的亲自收集,能确保质量的控制。次级数据取自现有来源,如互联网、报纸或政府报告;它通常更容易获得,但可能包含错误或已经过时。在得出结论之前,务必考虑数据类型的局限性。


3. Measures of Central Tendency: Mean, Median and Mode | 集中趋势的量度:平均数、中位数与众数

Averages help to identify the centre of a data set. The mean is calculated by adding all values and dividing by the number of values. It makes use of every piece of data but can be distorted by extreme outliers. The median is the middle value when data is placed in order. If there are two middle numbers, find their mean. The mode is the value that appears most often; a data set can have no mode, one mode or more than one mode.

平均数有助于确定数据集的中心。均值的计算方法是把所有值相加,再除以值的个数。它利用了每一个数据点,但可能被极端离群值扭曲。中位数是将数据按顺序排列后的中间值。如果有两个中间数,则求它们的平均数。众数是出现最频繁的值;一个数据集可能没有众数、一个众数或多个众数。

Mean = Σx / n

均值 = Σx / n

For a list of numbers, the position of the median is found using (n + 1) / 2. The average you choose depends on the context: the mean is sensitive to outliers, so the median is often preferred for skewed data such as income or house prices. The mode can be useful for non‑numerical data – for example, the most popular car colour.

对于一组数,中位数的位置用 (n + 1) / 2 来确定。你选择哪种平均数取决于具体情况:均值对离群值敏感,因此对于偏斜分布的数据如收入或房价,中位数往往更受欢迎。众数对于非数值数据很有用——例如,最受欢迎的汽车颜色。


4. Measures of Dispersion: Range and Interquartile Range | 离差的量度:范围与四分位距

While averages give a typical value, measures of dispersion tell us how spread out the data is. The range is the simplest measure: it is the difference between the largest and smallest values. However, the range is easily influenced by a single extreme value. The interquartile range (IQR) is a more reliable measure because it focuses on the middle 50% of the data.

虽然平均数给出典型值,但离差的量度告诉我们数据的分散程度。范围是最简单的一种量度:它是最大值与最小值之差。然而,范围很容易受单个极端值的影响。四分位距 (IQR) 是更可靠的量度,因为它关注的是中间 50% 的数据。

The lower quartile (Q₁) is the median of the lower half of the data; the upper quartile (Q₃) is the median of the upper half. The IQR is then calculated as IQR = Q₃ – Q₁. These quartiles can also be found from a cumulative frequency graph or by using the position formulae (n/4 for Q₁, 3n/4 for Q₃) with interpolation when needed. A smaller IQR means the data is more tightly clustered around the median.

下四分位数 (Q₁) 是数据下半部分的中位数;上四分位数 (Q₃) 是上半部分的中位数。然后计算 IQR = Q₃ – Q₁。这些四分位数也可以从累积频率图得出,或利用位置公式(Q₁ 为 n/4,Q₃ 为 3n/4),需要时进行插值。IQR 越小,表示数据越紧密地聚集在中位数周围。


5. Frequency Tables | 频率表

A frequency table organises raw data by showing how often each value or group occurs. For discrete data, we often list the individual values alongside their frequencies. For continuous data or large sets, we group the data into class intervals. When using grouped frequency tables to estimate the mean, we assume all values in a class are located at its midpoint.

频率表通过显示每个值或每组出现的次数来整理原始数据。对于离散数据,我们通常列出各个值及其频率。对于连续数据或大型数据集,我们将数据分组为组距。当使用分组频率表来估计均值时,我们假设一个组内的所有值都位于其中点上。

The estimated mean for grouped data is given by:

Estimated mean = Σ(f × m) / Σf

分组数据的估计均值由下式给出:

估计均值 = Σ(f × m) / Σf

where f is the frequency and m is the midpoint of each class. Remember that the midpoint is found by adding the lower and upper class boundaries and dividing by 2. The modal class is the class interval with the highest frequency, not a single number. The class containing the median can be found by locating the (Σf / 2)th value using cumulative frequencies.

其中 f 是频率,m 是每个组的中点。请记住,中点是通过将下限和上限相加再除以2得到的。众数所在组是频率最高的组距,而不是一个单一数值。含有中位数的组可以通过使用累积频率确定第 (Σf / 2) 个值的位置来找到。


6. Statistical Diagrams: Bar Charts, Pie Charts and Pictograms | 统计图表:条形图、饼图与象形图

Visual representations make data easier to understand and compare. Bar charts display frequencies for categorical or discrete data. The height of each bar represents the frequency, and bars have equal width with consistent gaps between them. A bar chart is different from a histogram – the bars in a bar chart are separate, whereas histogram bars touch to show continuous data.

可视化表示使数据更容易理解和比较。条形图展示分类数据或离散数据的频率。每条的高度代表频率,条形宽度相等,彼此之间有固定的间隙。条形图不同于直方图——条形图的各个条形是分开的,而直方图的条形紧挨着以显示连续数据。

Pie charts show proportions clearly. The total angle of 360° represents the whole data set. Each category’s sector angle is calculated by: (frequency / total frequency) × 360°. When drawing a pie chart, always label the sectors or provide a key. Pictograms use simple symbols to represent a number of items; a key stating what each symbol stands for is essential. Pictograms are eye‑catching but can be less precise than other charts.

饼图能清晰地显示比例。总共 360° 的圆心角代表整个数据集。每个类别的扇区角度通过 (频率 / 总频率) × 360° 来计算。画饼图时,一定要标示各扇区或提供图例。象形图使用简单的符号来代表若干项目;标明每个符号代表什么的关键说明必不可少。象形图引人注目,但可能不如其他图表精确。


7. Histograms | 直方图

Histograms are used for continuous data grouped into classes. In a histogram, the area of each bar is proportional to the frequency it represents. This is why frequency density is plotted on the vertical axis, not frequency itself. Frequency density is defined as frequency ÷ class width. Many exam questions ask you to draw a histogram from a frequency table with unequal class widths or to interpret one.

直方图用于分组后的连续数据。在直方图中,每个条形的面积与其代表的频率成正比。因此纵轴绘制的是频率密度,而不是频率本身。频率密度的定义是 频率 ÷ 组距宽度。许多考题要求你根据具有不等组距的频率表绘制直方图,或解读直方图。

To complete a histogram, calculate the frequency density for each class. Draw bars with widths equal to the class widths and heights equal to the frequency densities. Reading a histogram involves reversing the process: the frequency of a class is found by multiplying its frequency density by the class width. This is a common OCR topic, so practise identifying frequencies from irregular bars.

要完成直方图,需为每个组计算频率密度。绘制时条形宽度等于组距宽度,高度等于频率密度。阅读直方图时则反向操作:一个组的频率通过其频率密度乘以组距宽度求得。这是 OCR 的常见考点,因此要练习从不规则条中识别频率。


8. Cumulative Frequency | 累积频率

Cumulative frequency is the running total of frequencies up to the end of each data group. It helps us to find the median and quartiles of grouped data without listing every value. A cumulative frequency table adds an extra column where you add each frequency to the sum of the previous ones. The curve is plotted at the upper boundary of each class interval against the cumulative frequency.

累积频率是截至每个数据组结束时的累计频数总和。它帮助我们不用列出每个值就能找到分组数据的中位数和四分位数。累积频率表额外增加一列,你把每个频率加到之前的累计和上。曲线绘制在每个组距的上边界处,对应累积频率值。

To estimate the median from a cumulative frequency graph, find the position at ½ of the total frequency on the vertical axis, draw a horizontal line to the curve, then drop down to the horizontal axis. Similarly, Q₁ is found at ¼ of the total frequency and Q₃ at ¾. The graph must be a smooth curve, not a straight line. Always label axes and use a sharp pencil for accuracy.

要从累积频率图估计中位数,在纵轴上找到总频数一半处的位置,画一条水平线交于曲线,再向下对应到横轴。同样,在总频数的 ¼ 处找到 Q₁,在 ¾ 处找到 Q₃。图形必须是光滑曲线,不能是直线。务必标注坐标轴,并使用削尖的铅笔以保证精确。


9. Box Plots | 箱线图

A box plot (or box‑and‑whisker diagram) is a concise way of showing the spread and skewness of a data set using five key values: the minimum, lower quartile, median, upper quartile and maximum. The box is drawn from Q₁ to Q₃ with a line inside for the median. Whiskers extend to the minimum and maximum unless there are outliers.

箱线图(或称盒须图)是使用五个关键值展示数据集的分散程度和偏斜状况的简洁方式:最小值、下四分位数、中位数、上四分位数和最大值。箱子从 Q₁ 画到 Q₃,内部用一条线标出中位数。胡须延伸到最小值和最大值,除非存在离群值。

Outliers can be identified using the IQR method: any value that lies more than 1.5 × IQR below Q₁ or more than 1.5 × IQR above Q₃ is considered an outlier. In box plots, outliers are often marked with crosses, and the whiskers then extend to the most extreme non‑outlier values. Box plots are excellent for comparing two or more distributions side by side, as they show central tendency and spread at a glance.

离群值可用 IQR 方法识别:任何低于 Q₁ – 1.5 × IQR 或高于 Q₃ + 1.5 × IQR 的值都被视为离群值。在箱线图中,离群值通常用叉号标记,此时胡须延伸到最极端的非离群值。箱线图非常适用于并列比较两个或多个分布,因为可以一目了然地看出集中趋势和分散程度。


10. Scatter Graphs and Correlation | 散点图与相关

Scatter graphs display the relationship between two sets of continuous data. Each pair of values is plotted as a point. The overall pattern reveals whether there is correlation – a measure of how the variables are linked. Positive correlation means as one variable increases, the other tends to increase; negative correlation means as one increases, the other tends to decrease.

散点图展示两组连续数据之间的关系。每对数值作为一个点绘制。整体模式揭示是否存在相关性——即变量之间关联程度的量度。正相关意味着一变量增大时,另一变量也趋于增大;负相关意味着一变量增大时,另一变量趋于减小。

If the points are scattered widely with no discernible pattern, we say there is no correlation. The strength of correlation can be described as strong, moderate or weak. A line of best fit is a straight line drawn through the points to reflect the trend. It should have roughly equal numbers of points above and below. This line can be used to estimate unknown values (interpolation) or to make predictions outside the data range (extrapolation), though extrapolation is less reliable.

如果点广泛散布且无明显的模式,我们说没有相关性。相关性的强度可描述为强、中等或弱。最佳拟合线是一条穿过点来反映趋势的直线。线上方和线下方的点数应大致相等。此线可用于估计未知值(内插)或对数据范围外的值进行预测(外推),尽管外推的可靠性较低。


11. Comparing Distributions | 比较分布

In exam questions, you are frequently asked to compare two data sets using statistical measures. A good comparison always refers to both an average (mean or median) and a measure of spread (range or IQR). This gives a complete picture of differences in central tendency and variability. Avoid simply quoting numbers; instead, explain what they mean in the context.

在考题中,经常要求你使用统计量度比较两个数据集。一个好的比较总会同时提及平均数(均值或中位数)和一种离散量度(范围或四分位距)。这样能全面展示集中趋势和变异性的差异。不要仅仅引述数字,而要解释它们在语境中的含义。

For instance, ‘Class A had a higher median score than Class B, suggesting generally better performance, but Class B’s smaller IQR indicates that their scores were more consistent.’ Comparing box plots drawn on the same scale is a typical OCR task. Comment on which set has the greater median, which is more spread out, and whether either distribution shows skewness.

例如,“A 班的中位分数高于 B 班,表明表现普遍更好,但 B 班较小的 IQR 表明他们的分数更稳定。” 在同一标度上比较箱线图是 OCR 的典型任务。需评述哪一组的中位数更大,哪一组的数据更分散,以及是否有分布显示出偏斜。


12. Sampling Methods | 抽样方法

The way a sample is chosen affects how well it represents the population. Random sampling gives every member an equal chance of being selected; for example, picking names from a hat or using a random number generator. This minimises bias but may still produce a non‑representative sample by chance, especially for small samples.

样本的选取方式影响其对总体的代表程度。随机抽样赋予每个成员均等的被选机会;例如,从帽子里抽名字或使用随机数生成器。这能最大限度地减少偏差,但可能会因偶然产生不具代表性的样本,尤其是对于小样本。

Stratified sampling divides the population into groups (strata) that share a common characteristic, e.g. age or gender. The number sampled from each stratum is proportional to its size in the population. This method guarantees representation of all important subgroups. Systematic sampling selects every nth member from a list, starting from a random point. It is simple to use but can introduce bias if there is an unnoticed pattern in the list.

分层抽样将总体划分为具有共同特征的组(层),例如年龄或性别。从每个层中抽取的样本数量与其在总体中的规模成比例。这种方法能确保所有重要子群都有代表。系统抽样从列表中的随机起点开始,每隔 n 个成员选取一个。它使用简单,但若列表中隐藏有未被察觉的模式,则可能引入偏差。

Quota sampling is a non‑random method where interviewers find a set number of people to match certain categories. It is cheap and quick but highly prone to bias. In the exam, you must be able to describe how to carry out a specific sampling method and evaluate its advantages and disadvantages.

配额抽样是一种非随机方法,访谈者寻找一定数量的人来匹配某些类别。它便宜、快速,但极易产生偏差。在考试中,你必须能够描述如何执行某种具体的抽样方法,并评价其优缺点。

Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading