📚 Year 12 OCR Statistics: Core Concepts Review | Year 12 OCR 统计:核心知识点梳理
The Year 12 OCR Statistics course builds essential foundations in data handling, probability and inference. This article distils the most important concepts — from sampling strategies and summary measures to binomial hypothesis testing — into concise, bilingual explanations. Use it as a revision map or as a quick reference when practising past‑paper questions.
Year 12 OCR 统计课程为数据处理、概率和推断打下重要基础。本文以简洁的中英双语解释,提炼出最核心的知识点——从抽样策略与汇总统计到二项假设检验。你可以把它当作复习地图,或在练习真题时随时查阅。
1. Types of Data and Sampling | 数据类型与抽样方法
Data are classified as qualitative (categorical) or quantitative (numerical). Quantitative data can be discrete — countable, such as the number of students in a class — or continuous — measurable, such as height or time. The distinction matters because it determines which statistical techniques are appropriate.
数据分为定性(分类)数据和定量(数值)数据。定量数据又分为离散(可数,如班级人数)和连续(可测量,如身高或时间)。这种区分很重要,因为它决定了该采用何种统计方法。
A population is the entire set of items or individuals of interest. A sample is a subset selected to represent the population. Samples are used because measuring a whole population is often impractical.
总体是感兴趣的全部个体或项目,样本是从中选出的一个子集。之所以使用样本,是因为测量整个总体常常不切实际。
Common random sampling techniques in OCR include simple random sampling, where every member has an equal chance of being selected, often using a random number generator; stratified sampling, where the population is split into distinct groups (strata) and a random sample is taken from each stratum in proportion to its size; systematic sampling, where items are chosen at regular intervals from a ordered list; and opportunity sampling, where the sample is taken from people who are available at the time.
OCR 常见的随机抽样方法包括:简单随机抽样,每个个体有相等机会,常用随机数生成器;分层抽样,将总体分成不同的层,再按比例从各层随机抽样;系统抽样,按固定间隔从有序名单中选取;机会抽样,从当时方便接触的人群中取样。
-
Simple random sampling is unbiased but can be inconvenient for large populations.
简单随机抽样无偏,但对大总体不方便。
-
Stratified sampling guarantees representation of each subgroup, but requires detailed population information.
分层抽样保证每个子群的代表性,但需要详尽的总体信息。
-
Systematic sampling is straightforward, but can introduce bias if the list possesses an underlying pattern.
系统抽样简单易行,但若名单存在周期性规律会引入偏差。
-
Opportunity sampling is quick and cheap, yet is highly prone to selection bias.
机会抽样快速廉价,但极易产生选择偏差。
A good sample should be representative and large enough to minimise sampling error. Non‑random methods, such as quota sampling, are also referenced in exam contexts but are less reliable for inference.
好的样本应具有代表性且容量足够大,以最小化抽样误差。考试情境中也会提到配额抽样等非随机方法,但其推断可靠性较低。
2. Measures of Central Tendency | 集中趋势的度量
The three principal measures are the mean, median and mode. The mean is the arithmetic average, calculated as sum of all observations divided by the number of observations. For raw data, x̄ = (∑x)/n. When data are grouped in a frequency table, x̄ = (∑fx)/∑f, where f is the frequency of each value x. The mean uses every data point and is sensitive to outliers.
三个主要量数是均值、中位数和众数。均值是算术平均数,等于所有观测值之和除以观测值个数。对于原始数据,x̄ = (∑x)/n。当数据以频数表分组时,x̄ = (∑fx)/∑f,其中 f 为每个值 x 的频数。均值利用了所有数据点,对离群值敏感。
The median is the middle value when the data are ordered. For n observations, the position of the median is (n+1)/2. The median is resistant to outliers, making it preferable for skewed distributions. The mode is the most frequently occurring value; a data set can have one mode, more than one, or none at all.
中位数是数据排序后居中的值。对于 n 个观测值,中位数的位置为 (n+1)/2。中位数不受离群值影响,因此适用于偏斜分布。众数是出现频率最高的值;一组数据可以有一个、多个或没有众数。
In frequency tables, the modal class is the class with the highest frequency, and the median can be estimated using linear interpolation. The choice of measure depends on the data type and presence of extreme values.
在频数表中,众数类是频率最高的组,中位数可用线性插值估算。选择哪种量数取决于数据类型和异常值的存在。
3. Measures of Dispersion | 离散程度的度量
Dispersion describes how spread out the data are. The range is the simplest measure: maximum minus minimum. However, it is strongly affected by a single outlier. The interquartile range (IQR) is the difference between the upper quartile (Q₃) and lower quartile (Q₁), covering the middle 50% of data. IQR is robust against outliers.
离散程度描述数据的散布。极差是最简单的量数:最大值减最小值。但它极易受单个离群值影响。四分位距 (IQR) 是上四分位数 (Q₃) 与下四分位数 (Q₁) 之差,涵盖了中间 50% 的数据。IQR 对离群值稳健。
Variance and standard deviation give precise measures of spread about the mean. For a sample, the variance s² = ∑(x − x̄)² / (n − 1) and the standard deviation s = √[∑(x − x̄)² / (n − 1)]. When data are in a frequency table, the formulas use Σf(x − x̄)². These measures are essential for the binomial distribution and hypothesis testing.
方差和标准差精确度量数据围绕均值的离散程度。对于样本,方差 s² = ∑(x − x̄)² / (n − 1),标准差 s = √[∑(x − x̄)² / (n − 1)]。若数据以频数表呈现,公式中使用 Σf(x − x̄)²。这些量数对二项分布和假设检验至关重要。
4. Graphical Representation of Data | 数据图表展示
Graphs help reveal patterns, shape and outliers. A boxplot (box‑and‑whisker plot) displays the minimum, Q₁, median, Q₃ and maximum. Outliers are often defined as points more than 1.5 × IQR below Q₁ or above Q₃. Boxplots allow easy comparison of distributions.
图表有助于显示数据的形态、模式和离群值。箱线图展示最小值、Q₁、中位数、Q₃ 和最大值。离群值通常定义为低于 Q₁ − 1.5×IQR 或高于 Q₃ + 1.5×IQR 的点。箱线图便于比较分布。
Histograms are used for continuous data, with frequency proportional to the area of each bar. The vertical axis is frequency density: frequency ÷ class width. Cumulative frequency curves (ogives) allow estimation of quartiles and percentiles. Plot cumulative frequency against the upper class boundary and read off the required positions.
直方图用于连续数据,频数与每个条形的面积成正比。纵轴是频数密度:频数 ÷ 组距。累积频数曲线可以用来估算四分位数和百分位数。将累积频数对标在组上限上,然后读取所需位置。
5. Probability Basics and Venn Diagrams | 概率基础与维恩图
Probability is a measure of how likely an event is to occur, expressed as a number between 0 and 1. The probability of all outcomes in a sample space sums to 1. For an event A, the complement A′ satisfies P(A′) = 1 − P(A).
概率是事件发生可能性的度量,用 0 到 1 之间的数表示。样本空间所有结果的概率之和为 1。对于事件 A,其补集 A′ 满足 P(A′) = 1 − P(A)。
Two events A and B are mutually exclusive if they cannot occur together: P(A ∩ B) = 0. The addition rule for any two events is P(A ∪ B) = P(A) + P(B) − P(A ∩ B). Events are independent if the occurrence of one does not affect the probability of the other; then P(A ∩ B) = P(A) × P(B).
若两个事件 A 和 B 不能同时发生,则称互斥:P(A ∩ B) = 0。任何两事件的加法法则为 P(A ∪ B) = P(A) + P(B) − P(A ∩ B)。若一事件的发生不影响另一事件的概率,则两事件独立;此时 P(A ∩ B) = P(A) × P(B)。
Venn diagrams provide a visual way to represent events and their overlaps. They are particularly useful for solving problems where intersections are not directly given. Always label regions clearly and check that the total probability adds to 1.
维恩图可以直观表示事件及其重叠部分。当交叉概率未直接给出时,维恩图尤其有用。务必清晰标注各区域,并检查总概率是否为 1。
6. Conditional Probability and Tree Diagrams | 条件概率与树形图
Conditional probability is the probability of event A occurring given that event B has already occurred, written P(A | B). The formula is P(A | B) = P(A ∩ B) / P(B), provided P(B) > 0. This concept is central to multi‑stage experiments.
条件概率是在事件 B 已发生的条件下事件 A 发生的概率,记作 P(A | B)。公式为 P(A | B) = P(A ∩ B) / P(B),其中 P(B) > 0。这一概念是多阶段实验的核心。
Tree diagrams help organise sequential events. Each branch is labelled with a probability, and paths represent intersections. To find the probability of a particular outcome, multiply probabilities along the path. To find the total probability of an event that appears on multiple branches, add the relevant path probabilities. Remember that probabilities on branches from a single node must sum to 1.
树形图有助于梳理序贯事件。每条分支标有概率,路径表示事件的交集。求特定结果的概率时,沿路径相乘;求一个事件出现在多条分支上的总概率时,将相应路径的概率相加。注意同一节点各分支概率之和必须为 1。
7. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a finite or countable number of values, each with an associated probability. The probability distribution must satisfy two conditions: 0 ≤ P(X = x) ≤ 1 for every value, and Σ P(X = x) = 1. The distribution is often shown as a table or a probability mass function.
离散随机变量 X 取有限或可数个值,每个值都有对应概率。概率分布必须满足两个条件:对所有值 0 ≤ P(X = x) ≤ 1,且 Σ P(X = x) = 1。分布常以表格或概率质量函数表示。
The expected value (mean) of X is E(X) = μ = Σ x P(X = x). Variance can be calculated as Var(X) = Σ (x − μ)² P(X = x) or, more conveniently, Var(X) = E(X²) − [E(X)]², where E(X²) = Σ x² P(X = x). These formulas are the building blocks for binomial distributions.
X 的期望值(均值)为 E(X) = μ = Σ x P(X = x)。方差可用 Var(X) = Σ (x − μ)² P(X = x) 计算,更方便的形式为 Var(X) = E(X²) − [E(X)]²,其中 E(X²) = Σ x² P(X = x)。这些公式是二项分布的基础。
8. The Binomial Distribution | 二项分布
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success, p. If X ~ B(n, p), then the probability of exactly r successes is P(X = r) = ⁿCᵣ pʳ (1 − p)ⁿ⁻ʳ, where ⁿCᵣ = n! / [r! (n − r)!] is the binomial coefficient.
二项分布描述在固定次数的独立试验中成功的次数,每次试验的成功概率 p 不变。若 X ~ B(n, p),则恰好 r 次成功的概率为 P(X = r) = ⁿCᵣ pʳ (1 − p)ⁿ⁻ʳ,其中 ⁿCᵣ = n! / [r! (n − r)!] 是二项式系数。
The conditions for a binomial distribution are: a fixed number of trials n, each trial independent, only two possible outcomes (success/failure), and a constant probability p. OCR exam questions frequently ask candidates to verify these conditions in context.
二项分布的条件为:试验次数 n 固定、各次试验独立、每次只有两种可能结果(成功/失败)且概率 p 恒定。OCR 试题常要求考生在具体情境中验证这些条件。
The mean and variance of X ~ B(n, p) are E(X) = np and Var(X) = np(1 − p). These are exact results derived from the properties of the distribution and are vital for hypothesis testing.
X ~ B(n, p) 的均值和方差为 E(X) = np,Var(X) = np(1 − p)。这是从分布性质推导出的精确结果,对假设检验至关重要。
9. Hypothesis Testing with Binomial | 基于二项分布的假设检验
A hypothesis test assesses whether sample evidence supports a claim about a population parameter. For the binomial distribution, the parameter is p. The null hypothesis H₀ always states that p equals a specific value, while the alternative hypothesis H₁ can be one‑tailed (p < value or p > value) or two‑tailed (p ≠ value).
假设检验评估样本证据是否支持关于总体参数的宣称。对于二项分布,参数为 p。原假设 H₀ 总是声明 p 等于某特定值,备择假设 H₁ 可以是单尾(p < 某值 或 p > 某值)或双尾(p ≠ 某值)。
The test statistic is the observed number of successes, assumed to follow B(n, p) under H₀. The p‑value is the probability of obtaining a result at least as extreme as the observed one, assuming H₀ is true. If the p‑value is less than the significance level α (commonly 0.05), we reject H₀ in favour of H₁. Alternatively, a critical region can be determined directly from binomial tables: if the test statistic falls in the critical region, reject H₀.
检验统计量为观测到的成功次数,假定在 H₀ 下服从 B(n, p)。p 值是在 H₀ 为真的前提下,得到至少与观测值一样极端的结果的概率。若 p 值小于显著性水平 α(通常 0.05),则拒绝 H₀ 并接受 H₁。另一种方法是直接从二项分布表确定临界域:若检验统计量落入临界域,则拒绝 H₀。
For one‑tailed tests, the p‑value is P(X ≥ observed) for an upper‑tail test, or P(X ≤ observed) for a lower‑tail test. For a two‑tailed test, the p‑value is the sum of probabilities in both tails, often calculated as 2 × the probability in the observed tail (provided the distribution is not too asymmetric). The conclusion must be written in context, clearly referencing the evidence.
单尾检验中,上尾检验的 p 值为 P(X ≥ 观测值),下尾检验为 P(X ≤ 观测值)。双尾检验的 p 值为两个尾部概率之和,常计算为观测尾部概率的 2 倍(在分布不太不对称时)。结论必须在情境中写出,清楚引用证据。
10. Connecting Concepts – Exam Tips | 概念串联——考试技巧
Many OCR questions blend topics: a data set might be summarised with mean and standard deviation, then used to motivate a binomial model or to assess normality through quartiles. Always read the question carefully to identify the branch of statistics being tested.
很多 OCR 试题会融合不同主题:一组数据可能先用均值和标准差概括,然后引出二项模型,或通过四分位数评估正态性。务必仔细审题,识别出正在考查的是统计学的哪个分支。
When tackling a hypothesis test, structure your answer: state hypotheses, define the distribution under H₀, compute the p‑value or critical value, compare with α, and write a contextual conclusion. Marks are awarded for clear notation and correct terminology — never skip the conclusion sentence.
解答假设检验题时,请结构化你的答案:陈述假设,定义 H₀ 下的分布,计算 p 值或临界值,与 α 对比,并写出情境化结论。清晰记号和正确术语都会得分——绝不要遗漏结论句。
For data questions, show your working for mean and standard deviation step by step. If using a calculator, state the function used. In probability, draw a Venn or tree diagram even if the question does not explicitly ask for one — it reduces mistakes and gains method marks.
对于数据处理题,逐步展示均值和标准差的计算过程。若使用计算器,说明所用功能。在概率题中,即使题目未明确要求,也画出维恩图或树形图——这能减少错误并赢得方法分。
Finally, practise interpreting results: what does a small p‑value really mean? Why might the mean be a poor summary for skewed data? Being able to explain such points in plain English is as important as the mathematical computation.
最后,练习解读结果:较小的 p 值究竟意味着什么?为什么均值对于偏斜数据可能不是一个好的概括?能够用通俗语言解释这些要点,和进行数学计算同样重要。
Published by TutorHao | Statistics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导