📚 A-Level Statistics 1 Coursebook Essentials | A-Level 统计学 1 教材核心考点
Mastering A-Level Statistics 1 means building a solid foundation in data handling, probability, and the key distributions that appear throughout the exam. This article walks you through every major topic in the typical S1 coursebook, linking mathematical techniques to real statistical thinking and guiding you toward exam success.
掌握 A-Level 统计学 1 意味着要在数据处理、概率以及考试中反复出现的关键分布上打下扎实基础。本文带你梳理典型 S1 教材中的每一个重要主题,将数学方法与真实的统计思维联系起来,助你冲刺高分。
1. Types of Data and Sampling | 数据类型与抽样方法
Data can be categorical or numerical; numerical data is further split into discrete and continuous. A simple random sample gives every member of the population an equal chance of being chosen, while stratified sampling ensures each subgroup is proportionally represented. Understanding these classifications is the first step to choosing the right diagram and summary statistic later.
数据可以分为分类数据和数值数据;数值数据又分为离散型和连续型。简单随机抽样让总体中每个成员被选中的机会相等,而分层抽样则确保每个子组按比例被代表。理解这些分类是后续选择正确的图表和汇总统计量的第一步。
- Qualitative vs quantitative, discrete vs continuous
- Simple random, systematic, stratified, quota, and opportunity sampling
- Advantages and disadvantages of each method
- 定性与定量、离散与连续
- 简单随机、系统、分层、配额与机会抽样
- 每种方法的优缺点
2. Frequency Tables and Diagrams | 频数表与统计图表
Raw data is often organised into frequency tables, then displayed using bar charts, pie charts, or histograms. For continuous data, histograms use area to represent frequency, so the vertical axis is frequency density. A cumulative frequency curve (ogive) lets you estimate medians and quartiles visually.
原始数据通常先整理成频数表,再用条形图、饼图或直方图展示。对于连续数据,直方图用面积表示频数,因此纵轴是频率密度。累积频数曲线(ogive)能够让你直观地估计中位数和四分位数。
| Diagram | Suitable data type |
|---|---|
| Bar chart | Categorical or discrete |
| Histogram | Continuous (grouped) |
| Cumulative frequency curve | Continuous (grouped) |
| 图表 | 适合的数据类型 |
|---|---|
| 条形图 | 分类或离散 |
| 直方图 | 连续(分组) |
| 累积频数曲线 | 连续(分组) |
3. Stem-and-Leaf and Box Plots | 茎叶图与箱线图
Stem-and-leaf diagrams preserve the original data while showing its shape. A back-to-back stem plot compares two datasets effectively. Box plots (box-and-whisker diagrams) display the minimum, lower quartile, median, upper quartile, and maximum, making it easy to spot outliers and skewness.
茎叶图在展示数据分布的同时保留了原始数据。背靠背茎叶图可以有效地比较两组数据。箱线图(箱形图)显示最小值、下四分位数、中位数、上四分位数和最大值,便于发现异常值和偏态。
- Key to a stem-and-leaf diagram and ordering leaves
- Outliers defined by 1.5 × IQR rule
- Comparing distributions using shape, centre, and spread
- 茎叶图的图例与叶子的排序
- 用 1.5 × 四分位距法则确定异常值
- 从形状、中心和离散程度比较分布
4. Measures of Central Tendency | 集中趋势的度量
The mean, median, and mode each summarise the centre differently. The mean is sensitive to extreme values, while the median is robust. For grouped data, we estimate the mean using midpoints and linear interpolation to find the median.
平均数、中位数和众数以不同的方式概括数据的中心。平均数对极端值敏感,而中位数较为稳健。对于分组数据,我们使用组中值来估计平均数,并使用线性插值法求中位数。
Mean for ungrouped data: Σx / n
未分组数据的平均数:Σx / n
Median position: (n+1)/2
中位数位置:(n+1)/2
5. Measures of Dispersion | 离散程度的度量
Range, interquartile range (IQR), variance, and standard deviation tell us how spread out the data are. Variance is the mean of the squared deviations from the mean; standard deviation restores the original units. For a sample, we often use n-1 as the divisor to get an unbiased estimate of the population variance.
极差、四分位距(IQR)、方差和标准差告诉我们数据的离散程度。方差是离均差平方的平均数;标准差则恢复了原始单位。对于样本,我们常用 n-1 作为除数,以得到总体方差的无偏估计。
Variance σ² = Σ(x – μ)² / n or s² = Σ(x – x̄)² / (n-1)
方差 σ² = Σ(x – μ)² / n 或 s² = Σ(x – x̄)² / (n-1)
6. Linear Coding and Its Effects | 线性变换及其影响
When data is transformed using y = ax + b, the mean and median also transform the same way, while the standard deviation and IQR are multiplied by |a|. The variance gets multiplied by a². This is frequently tested when comparing datasets measured on different scales.
当数据经过 y = ax + b 变换时,平均数和中位数也以同样的方式变换,而标准差和四分位距则乘以 |a|。方差乘以 a²。在比较不同尺度的数据集时,这一考点经常出现。
- Mean of y: a × mean(x) + b
- Standard deviation of y: |a| × sd(x)
- Variance of y: a² × var(x)
- y 的平均数:a × 平均数(x) + b
- y 的标准差:|a| × 标准差(x)
- y 的方差:a² × 方差(x)
7. Introduction to Probability | 概率基础
Probability measures the chance of an event and ranges from 0 to 1. The addition rule for mutually exclusive events, the multiplication rule for independent events, and conditional probability are fundamental. Venn diagrams and tree diagrams help structure multi-stage probability problems.
概率度量事件发生的可能性,取值从 0 到 1。互斥事件的加法法则、独立事件的乘法法则以及条件概率是基础。韦恩图和树状图有助于梳理多阶段概率问题。
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
P(A | B) = P(A ∩ B) / P(B)
P(A | B) = P(A ∩ B) / P(B)
8. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a countable set of values, each with a probability P(X = x). The sum of all probabilities must equal 1. The expected value E(X) is the probability-weighted average, and Var(X) = E(X²) – [E(X)]². Questions often ask you to find unknown probabilities or to show that a distribution is valid.
离散随机变量 X 取可数个值,每个值有概率 P(X = x)。所有概率之和必须等于 1。期望值 E(X) 是概率加权的平均数,Var(X) = E(X²) – [E(X)]²。题目常要求你求出未知概率或证明某个分布是有效的。
- E(X) = Σ [x · P(X = x)]
- E(X²) = Σ [x² · P(X = x)]
- E(aX + b) = aE(X) + b, Var(aX + b) = a²Var(X)
- E(X) = Σ [x · P(X = x)]
- E(X²) = Σ [x² · P(X = x)]
- E(aX + b) = aE(X) + b, Var(aX + b) = a²Var(X)
9. The Binomial Distribution | 二项分布
The binomial distribution models the number of successes in n independent trials, each with probability p of success. We write X ~ B(n, p). The probability of exactly r successes is given by the binomial formula. You must be able to use binomial tables or a calculator and also calculate probabilities from scratch for small n.
二项分布模型描述了在 n 次独立试验中成功的次数,每次试验成功的概率为 p。我们记作 X ~ B(n, p)。恰好 r 次成功的概率由二项式公式给出。你必须能查二项分布表或使用计算器,并且对于较小的 n,要能从公式出发计算概率。
P(X = r) = ⁿCᵣ pʳ (1 – p)ⁿ⁻ʳ
P(X = r) = ⁿCᵣ pʳ (1 – p)ⁿ⁻ʳ
- Mean = np, Variance = np(1-p)
- Conditions: fixed n, independent trials, constant p, two outcomes
- 平均值 = np,方差 = np(1-p)
- 条件:固定的 n、独立试验、恒定的 p、两种结果
10. The Normal Distribution | 正态分布
The normal distribution is a continuous distribution fully described by its mean μ and standard deviation σ. The standard normal variable Z = (X – μ)/σ follows N(0,1). You must be able to find probabilities using tables, work backwards to find unknown means or standard deviations, and apply the symmetry of the curve.
正态分布是一种连续分布,完全由其平均数 μ 和标准差 σ 描述。标准正态变量 Z = (X – μ)/σ 服从 N(0,1)。你必须能查表求概率,能反过来求未知的平均数或标准差,并运用曲线的对称性。
- 68% of data within μ ± σ; 95% within μ ± 2σ; 99.7% within μ ± 3σ
- Continuity correction is not required in pure normal questions
- Finding quantiles for given probabilities
- 68% 的数据落在 μ ± σ 内;95% 落在 μ ± 2σ 内;99.7% 落在 μ ± 3σ 内
- 纯正态分布题目不需要连续性校正
- 根据给定概率求分位数
11. Correlation and Regression | 相关与回归
Scatter diagrams give a first impression of the relationship between two variables. The product moment correlation coefficient (PMCC) r measures linear correlation strength and direction. The least squares regression line y = a + bx can be used to predict values, but extrapolation beyond the data range is unreliable. Independent and dependent variables must be clearly identified.
散点图给出两个变量关系的初步印象。积矩相关系数(PMCC)r 衡量线性相关的强度和方向。最小二乘回归直线 y = a + bx 可用于预测数值,但超出数据范围的外推不可靠。必须明确区分自变量和因变量。
r = Sxy / √(Sxx Syy)
r = Sxy / √(Sxx Syy)
b = Sxy / Sxx, a = ȳ – b x̄
b = Sxy / Sxx, a = ȳ – b x̄
12. Exam Strategies and Common Pitfalls | 考试策略与常见失分点
Always read the question carefully to identify whether data is discrete or continuous before choosing a diagram. Label axes clearly, include units, and show all steps in probability calculations. When using the normal distribution, always draw a quick sketch and standardise correctly. A structured approach to multi-part questions—such as listing what is given and what is required—will save time and reduce errors.
一定要仔细读题,在选定图表之前先判断数据是离散还是连续。清晰标注坐标轴,注明单位,并在概率计算中展示所有步骤。使用正态分布时,始终快速画一个示意图并正确标准化。对多步骤的题目采用结构化方法——例如列出已知条件和所求量——能节省时间并减少错误。
- Check whether variance or standard deviation is asked for
- Beware of conditional probability wording: ‘given that’
- In regression, only use the line for the dependent variable, not for swapping axes
- 核对题目要求的是方差还是标准差
- 注意条件概率的措辞:“在……条件下”
- 在回归中,回归直线只能用于因变量,不能随意交换坐标轴
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课程辅导,国外大学本科硕士研究生博士课程论文辅导