📚 A-Level AQA Statistics: Rapid Vocabulary & Terminology Guide | A-Level AQA 统计:词汇术语速记指南
Mastering the statistical vocabulary is half the battle in AQA A‑Level Statistics. This rapid guide groups key terms by topic, pairs English definitions with Chinese translations, and offers memory hooks to help you retain them efficiently. Whether you are preparing for paper 2 or brushing up for the final exam, this bilingual revision tool will strengthen your statistical fluency.
在AQA A‑Level统计中,掌握统计词汇就等于赢得了一半的胜利。这份速记指南按主题归纳了核心术语,用英文定义与中文翻译一一对照,并提供了记忆诀窍,帮助你高效记住它们。无论你是在备战paper 2还是为期末考试做最后冲刺,这个双语复习工具都能提升你的统计表达力。
1. Population, Sample & Core Concepts | 总体、样本与核心概念
A population is the entire set of items or individuals that we are interested in studying. A sample is a subset of the population, selected to represent it. A parameter is a numerical summary of a population (often unknown), while a statistic is a numerical summary calculated from a sample, used to estimate a parameter. A variable is any characteristic that can vary among members of a population.
总体是我们感兴趣研究的全部对象或个体的集合。样本是从总体中选出的一个子集,用来代表总体。参数是总体的数字概括(通常未知),而统计量是从样本计算得出的数字概括,用于估计参数。变量是指总体成员之间可以变化的任何特征。
| English Term | 中文术语 | Memory Hook |
|---|---|---|
| Population | 总体 | Think ‘all people’ in a country – big picture. |
| Sample | 样本 | A small taste, like a food sample. |
| Parameter | 参数 | ‘P’ for Population. |
| Statistic | 统计量 | ‘S’ for Sample. |
2. Types of Data | 数据类型
Data can be qualitative (categorical) or quantitative (numerical). Quantitative data splits into discrete (countable, e.g. number of cars) and continuous (measurable, e.g. height). Categorical data may be nominal (no natural order, e.g. colours) or ordinal (ordered categories, e.g. satisfaction ratings).
数据可以是定性的(分类数据)或定量的(数值型数据)。定量数据又分为离散型(可数,如汽车数量)和连续型(可测量,如身高)。分类数据可以是名义型(无天然顺序,如颜色)或有序型(有序类别,如满意度评分)。
- Discrete – 离散: ‘Dots on a number line, not in between.’
- Continuous – 连续: ‘Can take any value in an interval.’
- Nominal – 名义: ‘Name only, no rank.’
- Ordinal – 有序: ‘Order matters, like rankings.’
3. Measures of Central Tendency | 集中趋势度量
The mean (arithmetic average) is the sum of all values divided by the count. The median is the middle value when data are ordered. The mode is the most frequent value. For a perfectly symmetrical distribution, mean = median = mode. For skewed data, the median is more robust.
均值(算术平均数)是所有数值之和除以个数。中位数是排序后中间的数值。众数是出现频率最高的值。对于一个完全对称的分布,均值 = 中位数 = 众数。对于偏斜数据,中位数更为稳健。
x̄ = Σxᵢ / n
Quick tip: ‘Mean is pulled by extreme values; median stays in the middle.’ ‘均值受极端值牵引;中位数稳居中间。’
4. Measures of Dispersion | 离散程度度量
Range = maximum – minimum. Interquartile range (IQR) = Q₃ – Q₁, where Q₁ and Q₃ are the lower and upper quartiles. Variance (σ² or s²) measures average squared deviation from the mean. Standard deviation (σ or s) is the square root of variance. The sample standard deviation uses (n – 1) as divisor to give an unbiased estimate.
极差 = 最大值 – 最小值。四分位距 (IQR) = Q₃ – Q₁,其中 Q₁ 和 Q₃ 分别是下四分位数和上四分位数。方差(σ² 或 s²)衡量与均值偏差平方的平均数。标准差(σ 或 s)是方差的平方根。样本标准差用 (n – 1) 作除数,以给出无偏估计。
s = √[ Σ(xᵢ – x̄)² / (n – 1) ]
Memory aid: ‘IQR is the range of the middle 50%, resistant to outliers.’ ‘IQR是中间50%的范围,对异常值稳健。’
5. Probability & Random Variables | 概率与随机变量
A random variable (r.v.) assigns a numerical value to each outcome of a random experiment. A probability distribution lists all possible values and their probabilities. The cumulative distribution function F(x) = P(X ≤ x). The expected value E(X) is the long‑run average, and variance Var(X) = E[(X – μ)²].
随机变量(r.v.)为随机试验的每个结果赋予一个数值。概率分布列出了所有可能取值及其概率。累积分布函数 F(x) = P(X ≤ x)。期望值 E(X) 是长期平均,方差 Var(X) = E[(X – μ)²]。
E(X) = Σ xᵢ · P(X = xᵢ)
Key distinction: ‘Discrete r.v. has a probability mass function (PMF), continuous r.v. has a probability density function (PDF).’ ‘离散型随机变量有概率质量函数(PMF),连续型有概率密度函数(PDF)。’
6. Common Distributions | 常见分布
Binomial distribution B(n, p): number of successes in n independent trials, each with probability p. Conditions: fixed number of trials, two outcomes, constant p, independence. Mean = np, variance = np(1 – p). Poisson distribution Po(λ): counts of events occurring randomly in a fixed interval, with mean = variance = λ. Normal distribution N(μ, σ²): symmetric, bell‑shaped curve defined by mean μ and standard deviation σ. Approximately 68% of data within ±1σ, 95% within ±2σ. Student’s t‑distribution: used for small samples when σ is unknown; heavier tails than normal, approaches normal as degrees of freedom increase.
二项分布 B(n, p):n 次独立试验中成功的次数,每次成功概率为 p。条件:固定试验次数、两种结果、p 不变、独立性。均值 = np,方差 = np(1 – p)。泊松分布 Po(λ):对固定区间内随机发生的事件计数,均值 = 方差 = λ。正态分布 N(μ, σ²):由均值 μ 和标准差 σ 定义的对称钟形曲线。约 68% 的数据在 ±1σ 内,95% 在 ±2σ 内。学生 t 分布:用于 σ 未知小样本时;尾部比正态更厚,随自由度数增大逼近正态。
X ~ B(n, p) ⇒ P(X = k) = ⁿCₖ pᵏ (1 – p)ⁿ⁻ᵏ
X ~ Po(λ) ⇒ P(X = k) = e⁻λ λᵏ / k!
Memory trick: ‘Binomial has two parameters n and p; Poisson has one – lambda equals mean equals variance.’ ‘二项分布有两个参数 n 和 p;泊松分布只有一个——λ 等于均值也等于方差。’
7. Sampling Distributions & Central Limit Theorem | 抽样分布与中心极限定理
A sampling distribution is the distribution of a statistic (like the sample mean) over all possible samples of the same size. The Central Limit Theorem (CLT) states that, for a sufficiently large sample size (n ≥ 30), the sampling distribution of the sample mean is approximately normal, regardless of the shape of the underlying population distribution, with mean μ and standard error σ/√n.
抽样分布是指对于所有可能的相同大小的样本,某个统计量(如样本均值)的分布。中心极限定理 (CLT) 说明,对于足够大的样本容量(n ≥ 30),样本均值的抽样分布近似正态,无论原始总体分布形状如何,均值为 μ,标准误为 σ/√n。
X̄ ~ N(μ, σ²/n) approximately for large n
This is why we can use normal approximations for binomial and Poisson with large n or λ. ‘CLT is the backbone of confidence intervals and hypothesis tests.’ ‘CLT 是置信区间和假设检验的支柱。’
8. Estimation: Point Estimates & Confidence Intervals | 估计:点估计与置信区间
A point estimate is a single value calculated from sample data to estimate a population parameter, for example, the sample mean x̄ estimates μ. A confidence interval (CI) gives a range of plausible values for the parameter, with a specified confidence level (e.g. 95%). For a mean with known σ: CI = x̄ ± z* × (σ/√n), where z* is the critical value from the standard normal distribution. When σ is unknown, we use the t‑distribution and the sample standard deviation s.
点估计是用样本数据计算出的单一数值来估计总体参数,例如用样本均值 x̄ 估计 μ。置信区间 (CI) 给出了参数的一个可能范围,并附有指定的置信水平(如95%)。对于已知 σ 的均值:CI = x̄ ± z* × (σ/√n),其中 z* 是标准正态分布的临界值。当 σ 未知时,我们使用 t 分布和样本标准差 s。
95% CI for μ: x̄ ± tₙ₋₁, 0.025 × (s/√n)
Key phrase: ‘We are 95% confident that the interval contains the true population mean.’ ‘我们有95%的把握认为该区间包含了真实的总体均值。’
9. Hypothesis Testing | 假设检验
A null hypothesis H₀ is a statement of no effect or no difference, assumed true until evidence suggests otherwise. The alternative hypothesis H₁ (or Hₐ) is what we are trying to find evidence for. A test statistic is calculated from the sample and compared to a critical value or used to compute a p‑value. The significance level α is the probability of rejecting H₀ when it is actually true (Type I error). The rejection region (critical region) is the set of values for which we reject H₀. If the p‑value ≤ α, we reject H₀; otherwise, we do not reject H₀.
原假设 H₀ 是“没有效应”或“没有差异”的陈述,在证据表明否则之前,假定为真。备择假设 H₁(或 Hₐ)是我们试图寻找证据支持的陈述。检验统计量由样本计算,并与临界值比较或用于计算p值。显著性水平 α 是当 H₀ 为真时拒绝它的概率(第一类错误)。拒绝域(临界域)是使得我们拒绝 H₀ 的取值集合。若 p ≤ α,则拒绝 H₀;否则不拒绝 H₀。
| Concept | 中文 | Key Point |
|---|---|---|
| Type I error | 第一类错误 | Rejecting true H₀ (probability α) |
| Type II error | 第二类错误 | Failing to reject false H₀ |
| Power | 检验功效 | 1 – P(Type II error) |
Memory: ‘If p is low, H₀ must go.’ ‘如果p值低,原假设就得走。’
10. Correlation & Regression | 相关与回归
The product‑moment correlation coefficient (Pearson’s r) measures the strength and direction of a linear relationship between two variables, with values between –1 and +1. Regression analysis aims to model the relationship, often with a line of best fit: y = a + bx. The least squares regression line minimises the sum of squared residuals (vertical differences between observed and predicted values). A residual is eᵢ = yᵢ – ŷᵢ.
积差相关系数(皮尔逊 r)衡量两个变量之间线性关系的强度和方向,取值在 –1 到 +1 之间。回归分析旨在对这种关系进行建模,通常使用最佳拟合线:y = a + bx。最小二乘回归线最小化了残差(观测值与预测值的垂直差)的平方和。残差 eᵢ = yᵢ – ŷᵢ。
r = Σ(xᵢ – x̄)(yᵢ – ȳ) / √[Σ(xᵢ – x̄)² Σ(yᵢ – ȳ)²]
Important: ‘Correlation does not imply causation.’ ‘相关不蕴含因果关系。’
11. Quick‑Reference Terminology Table | 术语速查表
Below is a concise bilingual table of additional terms frequently encountered in AQA Statistics papers.
以下是AQA统计试卷中常见附加术语的简明双语对照表。
| English | 中文 | Short Explanation |
|---|---|---|
| Outlier | 异常值 | Data point that lies far from the others; often defined as < Q₁ – 1.5×IQR or > Q₃ + 1.5×IQR. |
| Bias | 偏差 | Systematic error in sampling or estimation; an unbiased estimator has expectation equal to the true parameter. |
| Sampling frame | 抽样框 | A list of all members of the population from which the sample is drawn. |
| Stratified sampling | 分层抽样 | Population divided into strata; random samples taken from each. |
| Census | 普查 | Survey that collects data from every member of the population. |
| Control group | 控制组 | Group that receives no treatment, used for comparison in experiments. |
| Confounding variable | 混杂变量 | An extraneous variable that correlates with both the explanatory and response variables, potentially misleading the relationship. |
12. Mnemonic Summary & Exam Tips | 记忆术总结与应试技巧
Use acronyms: ‘S.M.A.C.’ for data types – Scale (quantitative), Measure (continuous/discrete), Attribute (qualitative), Category (nominal/ordinal). For hypothesis tests, remember ‘PhantoM’: Parameter, Hypotheses, Assumptions, Name the test, Test statistic, Obtain p‑value/critical value, Make a decision, write in context. For the Binomial vs Poisson condition: ‘BINS’ – Binary outcome, Independent trials, fixed Number, Same probability; ‘PIN’ – Poisson requires events Independence, fixed interval, constant mean rate. The biggest exam tip: always define the variable and parameter in context, and state the distribution clearly, e.g. ‘Let X ~ B(20, 0.4)’.
使用首字母缩略法:’S.M.A.C.’ 记忆数据类型——Scale(定量),Measure(离散/连续),Attribute(定性),Category(名义/有序)。对于假设检验,记住 ‘PhantoM’:参数 (Parameter)、假设 (Hypotheses)、假定 (Assumptions)、选定检验 (Name the test)、检验统计量 (Test statistic)、求得p值/临界值 (Obtain p‑value/critical value)、做出决策 (Make a decision)、写入上下文 (write in context)。二项与泊松条件记忆:’BINS’——Binary outcome (二元结果), Independent trials (独立试验), fixed Number (固定次数), Same probability (相同概率);’PIN’——Poisson requires events Independent (独立), fixed Interval (固定区间), constant mean rate (恒定平均发生率)。最重要的考试技巧:务必根据上下文定义变量和参数,并清晰地写出分布,例如 ‘Let X ~ B(20, 0.4)’。
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