📚 AS OCR Statistics: Core Knowledge Points Review | AS OCR 统计:核心知识点梳理
This article provides a comprehensive review of the core topics in AS OCR Statistics, from data collection and presentation to probability, the binomial distribution, and hypothesis testing. Each section pairs English explanations with Chinese translations, helping you build a solid foundation for the exam.
本文全面梳理了 AS OCR 统计的核心知识点,涵盖数据收集、数据展示、概率、二项分布及假设检验。每个小节均提供中英对照讲解,帮助你在备考中构建扎实的基础。
1. Statistical Sampling | 统计抽样
A population is the entire set of individuals or items of interest. A sample is a subset selected to represent the population, and the way we choose the sample affects the reliability of conclusions.
总体是我们感兴趣的全体个体或项目。样本是从总体中选取的代表性子集,选取样本的方式会影响结论的可靠性。
Simple random sampling gives every member an equal chance of selection, removing bias but requiring a sampling frame. Stratified sampling divides the population into groups (strata) and takes random samples from each, ensuring proportional representation.
简单随机抽样使每个个体都有相等的被选机会,消除了偏差,但需要抽样框。分层抽样将总体分为不同的层(子群),然后从每层中随机抽取样本,保证比例代表。
Systematic sampling selects members at regular intervals from an ordered list, while quota sampling continues until each category has a set number of respondents. Opportunity (convenience) sampling uses those who are easily available, which often leads to bias.
系统抽样按固定间隔从有序列表中抽取个体;配额抽样一直抽取直到各类别达到预定人数;便利抽样选取最容易获得的个体,这往往会导致偏差。
A census collects data from every member of the population. Although it eliminates sampling error, it is often costly, time‑consuming, and not always feasible.
普查收集总体中每个个体的数据。它虽然消除了抽样误差,但通常成本高、耗时长,且不一定可行。
2. Data Presentation: Charts and Diagrams | 数据展示:图表与图示
Well‑chosen graphs make patterns, trends, and outliers easier to see. For discrete and categorical data, bar charts and pie charts are common; for continuous data, histograms, cumulative frequency curves, and box plots are essential.
选择恰当的图表可以更容易地看出模式、趋势和异常值。对于离散和分类数据,常用条形图和饼图;对于连续数据,直方图、累积频率曲线和箱线图至关重要。
A histogram displays grouped continuous data. The area of each bar is proportional to frequency, so the vertical axis shows frequency density = frequency ÷ class width. Unequal class widths require careful calculation of these densities.
直方图展示分组的连续数据。每个矩形的面积与频数成正比,因此纵轴表示频率密度 = 频数 ÷ 组距。当组距不等时,需要仔细计算频率密度。
Cumulative frequency diagrams show the running total of frequencies. They are used to estimate medians, quartiles, and percentiles. A box plot (box‑and‑whisker diagram) displays the minimum, lower quartile (Q₁), median (Q₂), upper quartile (Q₃) and maximum, giving a clear visual summary of spread and outliers.
累积频率图显示频数的累加总和,用于估计中位数、四分位数和百分位数。箱线图(盒须图)展示了最小值、下四分位数(Q₁)、中位数(Q₂)、上四分位数(Q₃)和最大值,能直观呈现数据的分散程度和离群值。
Outliers are commonly identified as values less than Q₁ − 1.5 × IQR or greater than Q₃ + 1.5 × IQR, where IQR = Q₃ − Q₁. They should be commented upon in the context of the data.
离群值通常定义为小于 Q₁ − 1.5 × IQR 或大于 Q₃ + 1.5 × IQR 的数值,其中 IQR = Q₃ − Q₁。在分析数据时,应当对离群值加以评述。
3. Measures of Central Tendency | 集中趋势的度量
The mean (x̄ for a sample, μ for a population) is the arithmetic average. It uses all data values but is sensitive to extreme values. The median is the middle value when data are ordered; it is resistant to outliers and skewed distributions.
均值(样本记作 x̄,总体记作 μ)是算术平均数。它使用了所有数据值,但对极端值敏感。中位数是按顺序排列后位于中间位置的数值,对离群值和偏态分布有较强的抗干扰性。
The mode is the most frequent value. A data set can have one mode (unimodal), two modes (bimodal), or more. For grouped data, the modal class is the class with the highest frequency density.
众数是出现次数最多的数值。数据集可以是单峰的、双峰的或多峰的。对于分组数据,众数组是频率密度最高的组。
- Mean: Σx / n for raw data, Σfx / Σf for grouped data.
- Median: (n+1)/2 th value for raw data; linear interpolation from cumulative frequency for grouped data.
- 均值:原始数据为 Σx/n,分组数据为 Σfx/Σf。
- 中位数:原始数据使用第 (n+1)/2 个值;分组数据需利用累积频率图进行线性插值。
4. Measures of Dispersion: Range, IQR, Variance, Standard Deviation | 离散程度的度量:极差、IQR、方差、标准差
Dispersion tells us how spread out the data are. The range (max − min) is simple but ignores the middle data. The interquartile range (IQR = Q₃ − Q₁) covers the central 50% and is resistant to extreme values.
离散程度反映数据的散布情况。极差(最大值−最小值)计算简单,却忽略了中间的数据。四分位距(IQR = Q₃ − Q₁)覆盖了中间的 50%,且对极端值不敏感。
Variance and standard deviation measure how much the values vary around the mean. For a sample, variance s² = Σ(x − x̄)²/(n−1); for a population, σ² = Σ(x − μ)²/N. The standard deviation is the square root of the variance and has the same units as the original data.
方差和标准差衡量数据围绕均值的波动程度。样本方差 s² = Σ(x − x̄)²/(n−1);总体方差 σ² = Σ(x − μ)²/N。标准差是方差的平方根,单位与原数据相同。
An equivalent formula for variance is s² = (Σx² − (Σx)²/n)/(n−1), which is easier for manual computation. In the exam, you may be asked to find the mean and standard deviation from grouped data using midpoints.
方差的计算公式也可写为 s² = (Σx² − (Σx)²/n)/(n−1),便于手工计算。考试中可能要求利用组中值计算分组数据的均值和标准差。
5. Probability Fundamentals | 概率基础
Probability measures the likelihood of an event, ranging from 0 (impossible) to 1 (certain). For equally likely outcomes, P(A) = number of favourable outcomes / total number of outcomes.
概率衡量事件发生的可能性,取值范围从 0(不可能)到 1(必然)。对于等可能的结果,P(A) = 有利结果数 / 所有可能结果总数。
Two events are mutually exclusive if they cannot occur simultaneously; then P(A ∪ B) = P(A) + P(B). They are independent if the occurrence of one does not affect the probability of the other; in this case, P(A ∩ B) = P(A) × P(B).
两个事件互斥意味着它们不可能同时发生,此时 P(A ∪ B) = P(A) + P(B)。两个事件独立是指一个事件的发生不影响另一个事件的发生概率,此时 P(A ∩ B) = P(A) × P(B)。
Conditional probability P(A|B) is the probability of A given that B has occurred. It is calculated as P(A|B) = P(A ∩ B) / P(B). Tree diagrams are extremely helpful for multi‑stage experiments and conditional probability problems.
条件概率 P(A|B) 表示在事件 B 已经发生的条件下事件 A 发生的概率,计算公式为 P(A|B) = P(A ∩ B) / P(B)。树状图对处理多阶段试验和条件概率问题非常有帮助。
Venn diagrams and probability tables are also valuable tools. Remember that complementary events satisfy P(A′) = 1 − P(A).
维恩图和概率表也是重要的工具。记住互补事件满足 P(A′) = 1 − P(A)。
6. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a countable number of values, each with a given probability. The probability distribution must satisfy Σ P(X = x) = 1 and 0 ≤ P(X = x) ≤ 1.
离散随机变量 X 可取可数个值,每个值对应一个给定的概率。其概率分布必须满足 Σ P(X = x) = 1 且 0 ≤ P(X = x) ≤ 1。
The expected value E(X) is the mean of the distribution: E(X) = Σ x·P(X = x). The variance Var(X) measures the spread: Var(X) = E(X²) − [E(X)]², where E(X²) = Σ x²·P(X = x).
期望 E(X) 是分布的均值:E(X) = Σ x·P(X = x)。方差 Var(X) 衡量分布的离散程度:Var(X) = E(X²) − [E(X)]²,其中 E(X²) = Σ x²·P(X = x)。
For linear transformations, E(aX + b) = a E(X) + b and Var(aX + b) = a² Var(X). These properties are useful when changing units or making predictions.
对于线性变换,E(aX + b) = a E(X) + b,Var(aX + b) = a² Var(X)。在单位转换或预测时,这些性质非常实用。
7. The Binomial Distribution | 二项分布
A binomial distribution arises when a fixed number of independent trials n have two possible outcomes (success/failure) and the probability of success p remains constant. We write X ~ B(n, p).
当固定次数 n 的独立试验,每次仅有成功/失败两种结果且成功概率 p 保持不变时,该随机变量服从二项分布,记作 X ~ B(n, p)。
The probability of exactly k successes is given by P(X = k) = ⁿCₖ × pᵏ × (1 − p)⁽ⁿ⁻ᵏ⁾. The binomial coefficient ⁿCₖ (also written as nCk) can be found using the ⁿCᵣ key on a calculator.
恰好 k 次成功的概率为 P(X = k) = ⁿCₖ × pᵏ × (1 − p)⁽ⁿ⁻ᵏ⁾。二项式系数 ⁿCₖ (也写作 nCr)可使用计算器上的 nCr 功能求得。
- E(X) = n p
- Var(X) = n p (1 − p)
- E(X) = n p
- Var(X) = n p (1 − p)
Cumulative probabilities P(X ≤ x) or P(X ≥ x) can be found from tables, a calculator, or by summing individual probabilities. Always check whether the question asks for “more than”, “at most”, or “fewer than” and adjust the inequality correctly.
累积概率 P(X ≤ x) 或 P(X ≥ x) 可以通过查表、计算器或逐项求和得到。务必仔细审题,区分“大于”“至多”“少于”等表述,正确转化不等式。
8. Hypothesis Testing for a Binomial Proportion | 二项比例假设检验
Hypothesis testing uses sample evidence to decide whether a claim about the population parameter p is supported. The null hypothesis H₀ states the assumed value of p, e.g. H₀: p = 0.3. The alternative hypothesis H₁ can be one‑tailed (p < 0.3 or p > 0.3) or two‑tailed (p ≠ 0.3).
假设检验利用样本证据判断关于总体参数 p 的声明是否得到支持。原假设 H₀ 给出假定的 p 值,例如 H₀: p = 0.3。备择假设 H₁ 可以是单侧的(p < 0.3 或 p > 0.3)或者双侧的(p ≠ 0.3)。
The test statistic is the observed number of successes. Under H₀, X ~ B(n, p₀). The p‑value is the probability of obtaining a result at least as extreme as the observed one, assuming H₀ is true.
检验统计量是观测到的成功次数。在 H₀ 下,X ~ B(n, p₀)。p 值是在原假设成立的条件下,得到至少与观测结果一样极端的结果的概率。
The critical region consists of those values of X that would lead to rejecting H₀ at the given significance level α (e.g. 5%). If the observed value falls in the critical region, or if the p‑value ≤ α, we reject H₀ and accept H₁.
临界区域由那些能在给定显著性水平 α(例如 5%)下导致拒绝 H₀ 的 X 值组成。若观测值落入临界区域,或 p 值 ≤ α,则拒绝 H₀ 并接受 H₁。
Always state a conclusion in the context of the problem: “There is sufficient evidence to suggest that the proportion has increased” or “Do not reject H₀; there is insufficient evidence.” Never say “prove.”
务必结合情境给出结论,例如:“有充分证据表明比例上升了”或“不拒绝 H₀,证据不足”。永远不要说“证明”。
9. Using Statistical Tables and Calculators | 统计用表与计算器使用
OCR exams allow certain scientific and graphic calculators. You must be proficient with functions such as statistical summary for lists, normal and binomial probability calculations, and cumulative distribution functions. Familiarise yourself with the layout of binomial cumulative probability tables supplied in exams.
OCR 考试允许使用经过批准的科学或图形计算器。你必须熟练使用列表统计摘要、二项和正态概率计算以及累积分布函数等功能。同时要熟悉考试中提供的二项累积概率表的排版。
When reading tables, check whether the table gives P(X ≤ x) directly; if only tail probabilities are shown, you may need to use complements. A quick sketch of the distribution often helps to avoid inequality errors.
读表时,先确认表格直接给出的是 P(X ≤ x);若仅给出尾部概率,则需要使用补集。快速画出分布的草图通常有助于避免不等式错误。
10. Common Pitfalls and Exam Tips | 常见错误与考试建议
Mixing up n−1 and n in variance formulas is frequent: use n−1 for sample variance and n for population variance or when the whole data set is given as a population.
在方差公式中混淆 n−1 与 n 是常见问题:样本方差用 n−1,总体方差或给定全部总体数据时用 n。
In probability questions, students often forget to check for independence before multiplying probabilities. Use tree diagrams and clearly label probabilities to avoid careless errors.
在概率题中,学生常忘记先检查独立性就直接相乘。应使用树状图并清晰标注概率,以避免粗心错误。
For hypothesis tests, always define the test statistic and state H₀ and H₁ before calculating. Write a conclusion that references the significance level and compares the p‑value or test statistic to the critical region. Do not simply give a mathematical statement.
假设检验中,一定要先明确检验统计量,写出 H₀ 和 H₁,然后再计算。结论需提及显著性水平,并将 p 值或检验统计量与临界区域进行比较,不要只写一个数学表达式。
Finally, show all working clearly. Marks are awarded for method, substitution, and correct interpretation of results. Manage time effectively: spend the first few minutes reading the paper and noting the key statistical steps required.
最后,清晰展示所有解题步骤。方法、代入和结果的正确解读都能得分。合理分配时间:先用几分钟浏览试卷并标出需要的关键统计步骤。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导