📚 AS AQA Statistics: Core Concepts Overview | AS AQA 统计:核心知识点梳理
This article provides a structured overview of the essential topics covered in the AS AQA Statistics module. It summarises key methods for sampling, presenting data, calculating probabilities, working with the binomial and normal distributions, and performing hypothesis tests. The content is designed to help you check your understanding and identify areas for revision.
本文系统梳理了 AS AQA 统计课程的核心主题,涵盖抽样方法、数据展示、概率计算、二项分布与正态分布以及假设检验等关键知识点,旨在帮助同学们温习要点、查漏补缺。
1. Statistical Sampling | 统计抽样
A population is the whole set of items of interest. A sample is a subset of the population, used to estimate population parameters. A sampling frame is a list of all members of the population.
总体是研究对象的全体集合,样本是总体的一个子集,用于估计总体参数。抽样框是总体的成员清单。
Simple random sampling gives every member an equal chance of selection, often using random number tables. Systematic sampling selects every kth element after a random start. Stratified sampling divides the population into strata and takes a random sample from each, proportional to size. Quota sampling is non-random; interviewers fill quotas based on characteristics. Opportunity sampling uses readily available subjects.
简单随机抽样使每个个体等可能被选中,常借助随机数表。系统抽样在随机起点后等间隔选取第 k 个单元。分层抽样先将总体分为层,再按层大小比例进行简单随机抽样。配额抽样属于非概率抽样,调查员根据预设特征配额挑选对象。机会抽样则选取最容易接触到的个体。
The main advantages: random methods reduce bias and allow statistical inference. Non-random methods are quicker and cheaper but may introduce bias, so generalisations are limited.
优点对比:随机方法减少偏差,支持统计推断;非随机方法快捷省钱,但可能引入偏差,结论推广受限。
2. Types of Data | 数据类型
Data can be categorical (qualitative) or numerical (quantitative). Numerical data is either discrete (countable values, e.g. number of students) or continuous (measurable quantities, e.g. height).
数据分为分类(定性)数据和数值(定量)数据。数值数据又可细分为离散型(可计数,如学生人数)和连续型(可测量,如身高)。
Understanding data type is crucial when choosing appropriate diagrams and summary statistics.
正确识别数据类型是选用合适图表和统计量的前提。
3. Measures of Location and Spread | 位置与离散程度
Measures of location include the mean (x̄ = Σx/n), the median (middle value), and the mode (most frequent). For grouped data, linear interpolation is used to estimate the median.
位置度量有平均数(x̄ = Σx/n)、中位数(中间值)和众数(最高频次值)。分组数据用线性插值法估算中位数。
Quartiles divide ordered data into four equal parts. The lower quartile Q₁ is the ¼(n+1)th value, and the upper quartile Q₃ is the ¾(n+1)th value. The interquartile range IQR = Q₃ – Q₁ measures spread.
四分位数将排序数据四等分。下四分位数 Q₁ 位于第 ¼(n+1) 个位置,上四分位数 Q₃ 位于第 ¾(n+1) 个位置。四分位距 IQR = Q₃ – Q₁ 用于衡量离散程度。
Variance and standard deviation are key measures of dispersion. For a sample: variance s² = Σ(x – x̄)²/(n–1), standard deviation s = √s².
方差和标准差是重要的离散指标。样本方差 s² = Σ(x – x̄)²/(n–1),样本标准差 s = √s²。
Outliers can be identified using either the mean ± 2s rule or the box plot rule: values below Q₁ – 1.5×IQR or above Q₃ + 1.5×IQR.
异常值可用均值 ± 2 倍标准差法或箱线图法则识别:低于 Q₁ – 1.5×IQR 或高于 Q₃ + 1.5×IQR。
4. Data Representation | 数据展示
Box plots (box-and-whisker diagrams) show minimum, Q₁, median, Q₃ and maximum, clearly displaying skewness and outliers.
箱线图展示最小值、Q₁、中位数、Q₃ 和最大值,直观反映偏态和异常值。
Cumulative frequency diagrams plot running totals against the upper class boundary. They allow estimation of medians, quartiles and percentiles via interpolation.
累积频率图以组上限为横坐标、累积频率为纵坐标,通过插值法可估算中位数、四分位数和百分位数。
Histograms are used for grouped continuous data where class widths may vary. The area of each bar is proportional to frequency: frequency density = frequency ÷ class width.
直方图适用于组距不等的分组连续数据,各矩形面积与频数成正比,频数密度 = 频数 ÷ 组距。
Scatter diagrams show the relationship between two variables. The response (dependent) variable is on the y-axis; the explanatory (independent) variable is on the x-axis.
散点图呈现两个变量之间的关系,响应变量(因变量)在纵轴,解释变量(自变量)在横轴。
Correlation coefficient r (PMCC) measures linear correlation strength. r ranges from –1 to 1; r = 1 perfect positive, r = –1 perfect negative, r ≈ 0 no linear correlation. A regression line of the form y = a + bx can be fitted to make predictions.
相关系数 r(积矩相关系数)衡量线性相关强度,取值范围 –1 到 1。r = 1 完全正相关,r = –1 完全负相关,r ≈ 0 无线性相关。可拟合 y = a + bx 形式的回归直线进行预测。
5. Probability Basics | 概率基础
Probability is a measure of the likelihood of an event, expressed between 0 and 1. P(A) = number of outcomes in A ÷ total number of equally likely outcomes.
概率衡量事件发生的可能性,取值 0 到 1。P(A) = 事件 A 包含的结果数 ÷ 等可能结果总数。
Complement rule: P(A’) = 1 – P(A). Addition rule for mutually exclusive events: P(A ∪ B) = P(A) + P(B). For any two events: P(A ∪ B) = P(A) + P(B) – P(A ∩ B).
互补法则:P(A’) = 1 – P(A)。互斥事件的加法法则:P(A ∪ B) = P(A) + P(B)。任意两事件:P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。
Independent events: P(A ∩ B) = P(A) × P(B). Conditional probability: P(A|B) = P(A ∩ B) / P(B). Multiplication rule: P(A ∩ B) = P(B) × P(A|B).
独立事件:P(A ∩ B) = P(A) × P(B)。条件概率:P(A|B) = P(A ∩ B) / P(B)。乘法法则:P(A ∩ B) = P(B) × P(A|B)。
Venn diagrams and tree diagrams are powerful tools for organising probabilities and solving multi‑stage problems.
文氏图和树状图是整理概率信息、求解多阶段问题的有力工具。
6. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a countable number of values with associated probabilities. The probability distribution must satisfy Σ P(X = x) = 1.
离散随机变量 X 取可数个值,各有对应概率。概率分布必须满足 Σ P(X = x) = 1。
Expected value E(X) = Σ x · P(X = x). Variance Var(X) = E(X²) – [E(X)]² = Σ x²·P(X = x) – μ². Standard deviation σ = √Var(X).
期望值 E(X) = Σ x · P(X = x)。方差 Var(X) = E(X²) – [E(X)]² = Σ x²·P(X = x) – μ²。标准差 σ = √Var(X)。
Linear transformations: If Y = aX + b, then E(Y) = a E(X) + b and Var(Y) = a² Var(X).
线性变换:若 Y = aX + b,则 E(Y) = a E(X) + b,Var(Y) = a² Var(X)。
7. Binomial Distribution | 二项分布
A binomial setting: a fixed number n of independent trials, each with two outcomes (success/failure), and constant probability of success p. If X ~ B(n, p), then P(X = r) = ⁿCᵣ pʳ (1–p)ⁿ⁻ʳ.
二项分布适用条件:固定次数 n 的独立试验,每次只有成功/失败两种结果,且成功概率 p 恒定。若 X ~ B(n, p),则 P(X = r) = ⁿCᵣ pʳ (1–p)ⁿ⁻ʳ。
Mean of binomial: E(X) = np. Variance: Var(X) = np(1–p).
二项分布的均值 E(X) = np,方差 Var(X) = np(1–p)。
Cumulative probabilities can be found from tables or by summing individual terms. You may also use the binomial distribution function in calculators.
累积概率可查表或累加单次概率得到,亦可用计算器二项分布功能计算。
8. Normal Distribution | 正态分布
The normal distribution is a continuous probability curve defined by its mean μ and variance σ². Notation: X ~ N(μ, σ²). The total area under the curve is 1.
正态分布是由均值 μ 和方差 σ² 决定的连续型概率曲线,记作 X ~ N(μ, σ²),曲线下总面积为 1。
To find probabilities, we standardise using z = (x – μ)/σ. The standard normal distribution Z ~ N(0, 1²) tables give Φ(z) = P(Z < z).
求概率需先标准化:z = (x – μ)/σ。标准正态分布 Z ~ N(0, 1²) 的表格给出 Φ(z) = P(Z < z)。
For P(X > a), use 1 – Φ((a – μ)/σ). For symmetric intervals, use P(–k < Z < k) = 2Φ(k) – 1. Inverse normal calculations find a value corresponding to a given left‑tail probability.
P(X > a) 用 1 – Φ((a – μ)/σ)。对称区间概率 P(–k < Z < k) = 2Φ(k) – 1。逆向正态计算由已知概率反查对应取值。
To model with a normal distribution, conditions such as symmetry, bell-shaped histogram, or a normal probability plot should support the assumption. For discrete data, a continuity correction is applied when using the normal approximation to the binomial, but that is beyond AS. However, in AS you may be asked to recognise when a normal model is appropriate.
应用正态模型前应检查数据是否对称、钟形,或通过正态概率图验证。AS 阶段不要求连续性修正,但需能判断模型是否适用。
9. Statistical Hypothesis Testing | 统计假设检验
A hypothesis test uses sample data to assess a claim about a population parameter. The null hypothesis H₀ is the assumption being tested; the alternative hypothesis H₁ represents what we suspect might be true.
假设检验利用样本数据评估关于总体参数的某个论断。原假设 H₀ 是待检验的假定,备择假设 H₁ 是我们怀疑可能成立的论断。
For a binomial test on a proportion p, H₀: p = p₀. The test statistic is the observed number of successes X. The p‑value is the probability of obtaining a result at least as extreme as the observed, assuming H₀ is true.
针对比例 p 的二项检验,H₀: p = p₀。检验统计量为观察到的成功次数 X。p 值是“在原假设为真时,得到至少与观测值一样极端结果”的概率。
Compare the p‑value with the significance level α (e.g. 0.05). If p‑value ≤ α, reject H₀, providing sufficient evidence for H₁. If p‑value > α, do not reject H₀ – there is insufficient evidence.
将 p 值与显著性水平 α(如 0.05)比较。若 p ≤ α,拒绝 H₀,有充分证据支持 H₁;若 p > α,不拒绝 H₀,证据不足。
One‑tailed tests look for a difference in one direction (e.g. p > p₀). Two‑tailed tests test for any difference (p ≠ p₀), and the p‑value is double the tail probability.
单尾检验检测单一方向差异(如 p > p₀);双尾检验检测任意方向差异(p ≠ p₀),p 值取单尾概率的两倍。
State conclusions clearly in context, avoiding phrases like “prove H₀”. Always mention the significance level used.
结论需结合题意明确陈述,避免“证明 H₀”等措辞,并应说明所用的显著性水平。
10. Exam Tips and Common Pitfalls | 考试提示与常见错误
Always define your random variable, state the distribution, and show the formula before substituting values. Round probabilities to at least 3 significant figures unless instructed otherwise.
务必先定义随机变量、声明分布、写出公式再代入数值。除另有要求外,概率至少保留三位有效数字。
For histogram questions, carefully check class width and frequency density. In regression, remember that predictions outside the range of the data (extrapolation) may be unreliable.
直方图题中注意组距与频数密度的关系。回归分析中避免远超出数据范围的外推预测。
When using normal tables, a sketch of the bell curve with the relevant area shaded reduces errors. In hypothesis testing, ensure the conclusion mentions the significance level and is written in the context of the original problem.
使用正态表格时,画出钟形曲线并标出阴影区域可减少计算失误。假设检验结论务必在原始情境中表述,并提及显著性水平。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply