📚 Core Knowledge Points in Pre-U CCEA Statistics | Pre-U CCEA 统计:核心知识点梳理
Pre-U CCEA Statistics builds a rigorous foundation in data handling, probability models, and statistical inference. This article distils the essential topics that every candidate must master, from descriptive summaries to hypothesis tests and bivariate analysis. Each section pairs conceptual explanation with typical applications, ensuring you can confidently tackle both structured and investigative questions in the examination.
Pre-U CCEA 统计课程为数据处理、概率模型和统计推断奠定了严谨的基础。本文梳理了每位考生必须掌握的核心主题,从描述性汇总到假设检验和双变量分析。每个部分都将概念解释与典型应用配对讲解,确保你在考试中能够自信地应对结构化问题和探究性问题。
1. Data Types and Collection | 数据类型与收集
Data can be classified as categorical (qualitative) or numerical (quantitative). Numerical data are further split into discrete, where values are counted, and continuous, where values are measured on a scale. Primary data are collected first-hand by the investigator, while secondary data are obtained from existing sources such as databases or published reports.
数据可分为分类(定性)数据和数值(定量)数据。数值数据又分为离散型(取值可数)和连续型(在尺度上测量)。原始数据由研究者一手收集,而二手数据则来自数据库或已发表的报告等既有来源。
Common sampling methods include simple random sampling, stratified sampling, systematic sampling, cluster sampling, and opportunity sampling. Biases such as selection bias, non-response bias, and measurement error must be identified to assess the reliability of conclusions drawn from the data.
常见的抽样方法包括简单随机抽样、分层抽样、系统抽样、整群抽样和便利抽样。必须识别选择偏差、无回答偏差和测量误差等偏误,以评估从数据中得出结论的可靠性。
2. Measures of Central Tendency and Dispersion | 集中趋势和离散程度的度量
The three principal measures of location are the mean, median, and mode. For a data set {x₁, x₂, …, xₙ}, the sample mean is x̅ = Σxᵢ / n. The median is the middle value when data are ordered, and the mode is the most frequent value. Skewness influences which measure best represents the centre.
三个主要的集中趋势度量是均值、中位数和众数。对于数据集 {x₁, x₂, …, xₙ},样本均值定义为 x̅ = Σxᵢ / n。中位数是排序后居中的数值,众数则是出现频率最高的值。偏态分布会影响哪一个指标最能代表数据中心。
Dispersion is measured by range, interquartile range (IQR), variance, and standard deviation. The sample variance s² = Σ(xᵢ − x̅)² / (n − 1), and the standard deviation s = √s². The IQR, being the difference between the upper and lower quartiles, is resistant to outliers and is often paired with the median.
离散程度通过极差、四分位距 (IQR)、方差和标准差来度量。样本方差 s² = Σ(xᵢ − x̅)² / (n − 1),标准差 s = √s²。IQR 是上四分位数与下四分位数之差,它不易受异常值影响,常与中位数一起使用。
3. Probability Basics | 概率基础
Probability quantifies the chance of an event occurring, ranging from 0 to 1. For two events A and B, the addition rule states P(A ∪ B) = P(A) + P(B) − P(A ∩ B). If A and B are mutually exclusive, P(A ∩ B) = 0, so the rule simplifies to P(A ∪ B) = P(A) + P(B).
概率量化事件发生的可能性,取值范围在 0 到 1 之间。对于两个事件 A 和 B,加法法则为 P(A ∪ B) = P(A) + P(B) − P(A ∩ B)。若 A 与 B 互斥,则 P(A ∩ B) = 0,法则简化为 P(A ∪ B) = P(A) + P(B)。
Conditional probability is defined as P(A | B) = P(A ∩ B) / P(B), provided P(B) > 0. Events A and B are independent if P(A ∩ B) = P(A) × P(B), or equivalently P(A | B) = P(A). Tree diagrams and Venn diagrams are powerful tools for visualising combined events and conditional structures.
条件概率定义为 P(A | B) = P(A ∩ B) / P(B),前提是 P(B) > 0。若 P(A ∩ B) = P(A) × P(B) 或等价地 P(A | B) = P(A),则事件 A 与 B 独立。树状图和文氏图是可视化组合事件和条件结构的强大工具。
4. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a countable set of values, each with a probability P(X = x) such that Σ P(X = x) = 1. Its expectation E(X) = Σ x P(X = x) represents the long-run average, while the variance Var(X) = E(X²) − [E(X)]² measures spread. The standard deviation is √Var(X).
离散随机变量 X 取一列可数值,每个取值对应概率 P(X = x) 且满足 Σ P(X = x) = 1。期望 E(X) = Σ x P(X = x) 表示长期平均值,而方差 Var(X) = E(X²) − [E(X)]² 度量离散程度。标准差为 √Var(X)。
Important properties include E(aX + b) = aE(X) + b and Var(aX + b) = a²Var(X), where a and b are constants. These linear transformations are frequently used when shifting and scaling random variables in modelling contexts.
重要性质包括 E(aX + b) = aE(X) + b 以及 Var(aX + b) = a²Var(X),其中 a、b 为常数。在建模中需要对随机变量进行平移和缩放时,这些线性变换常被用到。
5. Binomial Distribution | 二项分布
A binomial model applies when there is a fixed number of independent trials, n, each with two outcomes (success/failure) and a constant probability of success p. The random variable X ~ B(n, p) counts the number of successes. Its probability mass function is given by P(X = k) = C(n, k) pᵏ qⁿ⁻ᵏ, where q = 1 − p.
当存在固定次数 n 的独立试验、每次试验只有两种结果(成功/失败)且成功概率 p 恒定时,适用二项模型。随机变量 X ~ B(n, p) 计数成功的次数,其概率质量函数为 P(X = k) = C(n, k) pᵏ qⁿ⁻ᵏ,其中 q = 1 − p。
The mean and variance of a binomial distribution are E(X) = np and Var(X) = npq. Under certain conditions, the binomial can be approximated by a Poisson or a normal distribution, which simplifies probability calculations for large n.
二项分布的均值和方差分别为 E(X) = np 和 Var(X) = npq。在某些条件下,二项分布可用泊松分布或正态分布近似,这在 n 较大时可简化概率计算。
6. Poisson Distribution | 泊松分布
The Poisson distribution models the number of events occurring in a fixed interval of time or space, given a known average rate λ. If X ~ Po(λ), then P(X = k) = e⁻λ λᵏ / k! for k = 0,1,2,… . Both the mean and variance equal λ.
泊松分布模型描述在固定时间或空间区间内,给定已知平均发生率 λ 时事件发生的次数。若 X ~ Po(λ),则 P(X = k) = e⁻λ λᵏ / k! 对 k = 0,1,2,… 成立。其均值与方差均等于 λ。
A binomial distribution B(n, p) can be approximated by Po(np) when n is large and p is small, typically with np < 10. This approximation is useful in modelling rare events such as the number of misprints per page or accidents per day.
当 n 很大且 p 很小(通常 np < 10)时,二项分布 B(n, p) 可用 Po(np) 近似。该近似在建模诸如每页印刷错误数或每日事故数等稀有事件时非常有用。
7. Normal Distribution | 正态分布
The normal distribution is a continuous, symmetric, bell-shaped curve defined by its mean μ and variance σ². The probability density function is f(x) = (1/(σ√(2π))) exp(−(x−μ)²/(2σ²)). Standardising by Z = (X − μ)/σ transforms any normal variable into a standard normal N(0,1).
正态分布是一种连续、对称的钟形曲线,由其均值 μ 和方差 σ² 定义。概率密度函数为 f(x) = (1/(σ√(2π))) exp(−(x−μ)²/(2σ²))。通过 Z = (X − μ)/σ 进行标准化,可将任意正态变量转换为标准正态 N(0,1)。
The empirical rule states that approximately 68% of observations fall within μ ± σ, 95% within μ ± 2σ, and 99.7% within μ ± 3σ. When using the normal approximation to the binomial, a continuity correction of ±0.5 should be applied to improve accuracy.
经验法则表明,约 68% 的观测值落在 μ ± σ 内,95% 落在 μ ± 2σ 内,99.7% 落在 μ ± 3σ 内。当用正态分布近似二项分布时,应使用 ±0.5 的连续性校正以提高准确性。
8. Sampling and Estimation | 抽样与估计
The sampling distribution of the sample mean X̅ has mean μ and standard error σ/√n. According to the Central Limit Theorem, for sufficiently large n (usually n ≥ 30), the distribution of X̅ is approximately normal regardless of the population shape. This underpins most inferential procedures.
样本均值 X̅ 的抽样分布具有均值 μ 和标准误 σ/√n。根据中心极限定理,当 n 足够大(通常 n ≥ 30)时,不论总体形状如何,X̅ 的分布均近似正态。这为大多数推断过程奠定了基础。
A confidence interval gives a range of plausible values for a population parameter. For μ with known σ, the 95% interval is X̅ ± z × σ/√n, where z = 1.96; when σ is unknown, we use the t-distribution with n−1 degrees of freedom. For a proportion p, the interval is p̂ ± z √(p̂q̂/n).
置信区间给出总体参数的可能取值范围。当 σ 已知时,μ 的 95% 区间为 X̅ ± z × σ/√n,其中 z = 1.96;当 σ 未知时,使用自由度为 n−1 的 t 分布。对于比例 p,其置信区间为 p̂ ± z √(p̂q̂/n)。
9. Hypothesis Testing | 假设检验
A hypothesis test evaluates whether sample evidence supports a claimed value of a parameter. We state a null hypothesis H₀ and an alternative H₁. The significance level α (commonly 0.05) defines the rejection region. The p-value is the probability of obtaining a result at least as extreme as the observed one, assuming H₀ is true: if p-value < α, we reject H₀.
假设检验评估样本证据是否支持某个参数的主张值。我们设定原假设 H₀ 和备择假设 H₁。显著性水平 α(通常为 0.05)定义了拒绝域。p 值是在 H₀ 为真的条件下,得到至少与观测值一样极端结果的概率:若 p 值 < α,则拒绝 H₀。
Tests for a population mean include the Z-test (σ known) and the one-sample t-test (σ unknown). For a proportion, the test statistic is z = (p̂ − p₀)/√(p₀q₀/n). In all tests, one must consider whether the test is one-tailed or two-tailed and interpret Type I (rejecting a true H₀) and Type II (failing to reject a false H₀) errors.
关于总体均值的检验包括 Z 检验(σ 已知)和单样本 t 检验(σ 未知)。对于比例,检验统计量为 z = (p̂ − p₀)/√(p₀q₀/n)。在所有检验中,必须考虑是单尾还是双尾检验,并解释第一类错误(拒绝真实的 H₀)和第二类错误(未拒绝错误的 H₀)。
10. Correlation and Regression | 相关与回归
Pearson’s product-moment correlation coefficient r measures the strength and direction of a linear relationship between two variables. Its value lies between −1 and +1. The formula is r = Sxy / √(Sxx Syy), where Sxy = Σ(x − x̅)(y − ȳ) and Sxx = Σ(x − x̅)². A scatter plot should always be inspected before computing r.
皮尔逊积矩相关系数 r 度量两个变量之间线性关系的强度和方向。其值介于 −1 与 +1 之间。公式为 r = Sxy / √(Sxx Syy),其中 Sxy = Σ(x − x̅)(y − ȳ),Sxx = Σ(x − x̅)²。在计算 r 之前应始终检查散点图。
Least-squares regression fits a line y = a + bx, where b = Sxy / Sxx and a = ȳ − b x̅. The coefficient of determination r² indicates the proportion of variation in y explained by x. Residual analysis is essential to check the assumptions of linearity, constant variance, and independence.
最小二乘回归拟合直线 y = a + bx,其中 b = Sxy / Sxx,a = ȳ − b x̅。决定系数 r² 表示 y 的变异中被 x 解释的比例。残差分析对于检验线性、方差齐性和独立性等假设至关重要。
11. Chi-Squared Tests | 卡方检验
The chi-squared test for goodness of fit checks whether observed frequencies match an expected theoretical distribution. The test statistic χ² = Σ (O − E)²/E follows a χ²-distribution with degrees of freedom (number of categories − 1). Small expected frequencies may require merging categories or applying a correction.
拟合优度卡方检验用于检查观测频数是否符合某一理论分布。检验统计量 χ² = Σ (O − E)²/E 服从自由度为(类别数 − 1)的卡方分布。期望频数过小时可能需要合并类别或应用校正。
For testing independence in a contingency table, the expected frequencies are computed as (row total × column total) / grand total, with degrees of freedom (r−1)(c−1). In 2×2 tables, Yates’ correction subtracts 0.5 from the absolute value of each O − E, making the test more conservative. A significant result indicates an association between the categorical variables.
对列联表进行独立性检验时,期望频数按(行合计 × 列合计)/ 总计计算,自由度为 (r−1)(c−1)。在 2×2 列联表中,耶茨校正将每个 O − E 的绝对值减去 0.5,使检验更保守。结果显著表明分类变量之间存在关联。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导