📚 Core Knowledge Review for CCEA Year 12 Statistics | CCEA 统计核心知识点梳理
This article provides a concise yet comprehensive overview of the key topics in the CCEA Year 12 Statistics course. Each section presents the fundamental concepts, definitions, and techniques that students must master, accompanied by parallel explanations in both English and Chinese to support bilingual learning.
本文简明扼要地梳理了 CCEA Year 12 统计课程的核心知识要点。各小节均以中英双语对照的形式讲解基本概念、定义和方法,帮助学生扎实掌握考纲要求的内容。
1. Data Collection and Sampling Methods | 数据收集与抽样方法
Data can be collected through various methods such as surveys, experiments, and observational studies. The sampling method chosen must minimise bias and allow valid inferences about the population.
数据可以通过调查、实验和观察研究等方式收集。所选抽样方法必须尽量减小偏差,并保证能对总体做出有效推断。
A simple random sample gives every member of the population an equal chance of being selected, while stratified sampling divides the population into distinct groups (strata) and samples proportionally from each.
简单随机抽样使总体中每个成员被选中的机会均等;分层抽样则将总体划分为不同组别(层),再按比例从各层中抽取样本。
Other common techniques include systematic sampling (select every k‑th element), cluster sampling (divide into clusters and randomly select entire clusters), and quota sampling (non‑random, based on predetermined characteristics).
其他常用方法包括系统抽样(每第 k 个元素抽取一个)、整群抽样(划分群体后随机抽取若干整群)以及配额抽样(非随机,根据预设特征选取)。
The sampling frame is a list of all population members; any discrepancy between the frame and the actual population leads to coverage bias.
抽样框是总体所有成员的列表;抽样框与实际总体之间的任何差异都会导致覆盖偏差。
2. Data Presentation and Visualisation | 数据呈现与可视化
After collecting data, it is essential to organise and present it clearly using tables, charts, and graphs. For categorical data, bar charts and pie charts are commonly used; for numerical data, histograms, stem‑and‑leaf diagrams, and box plots are standard tools.
收集数据后,需要用表格、图表清晰呈现。分类数据常用条形图和饼图;数值数据则常用直方图、茎叶图和箱线图。
In a histogram the area of each bar is proportional to frequency; for unequal class widths, frequency density (= frequency ÷ class width) must be plotted on the vertical axis.
在直方图中,每个条形的面积与频数成正比;当组距不等时,纵轴需要标注频率密度(频率密度 = 频数 ÷ 组距)。
A box plot displays the minimum, lower quartile (Q1), median (Q2), upper quartile (Q3), and maximum, revealing the spread and any outliers. Outliers are typically points below Q1 − 1.5×IQR or above Q3 + 1.5×IQR.
箱线图展示最小值、下四分位数 Q1、中位数 Q2、上四分位数 Q3 和最大值,反映数据散布和异常值。异常值通常是指低于 Q1 − 1.5×IQR 或高于 Q3 + 1.5×IQR 的点。
Stem‑and‑leaf diagrams retain raw data while showing distribution shape. Comparative and back‑to‑back stem‑and‑leaf plots allow quick comparison between two data sets.
茎叶图在展示分布形态的同时保留了原始数据。对比式或背靠背茎叶图便于快速比较两组数据。
3. Measures of Central Tendency and Dispersion | 集中趋势与离散程度的度量
The three main measures of centre are the mean (x̄ = Σx/n), the median (the middle value), and the mode (the most frequent value). The mean is sensitive to outliers, while the median is robust.
三种主要的集中趋势度量是均值(x̄ = Σx/n)、中位数(中间的值)和众数(出现频次最高的值)。均值对异常值敏感,而中位数稳健。
Dispersion is measured by the range, interquartile range (IQR = Q3 − Q1), variance, and standard deviation. For a sample, the variance is s² = Σ(x − x̄)²/(n − 1) and the standard deviation is s = √[Σ(x − x̄)²/(n − 1)].
离散程度用极差、四分位距(IQR = Q3 − Q1)、方差和标准差来衡量。样本方差为 s² = Σ(x − x̄)²/(n − 1),样本标准差为 s = √[Σ(x − x̄)²/(n − 1)]。
When data are grouped, we use midpoints to estimate the mean and standard deviation, though this introduces slight approximation errors.
当数据已分组时,用组中点估算均值和标准差,但这会引入轻微的近似误差。
Coding (e.g., y = (x − a)/b) simplifies calculations and can be used to find the mean and standard deviation of the original data via reverse transformation.
编码(如 y = (x − a)/b)可简化计算,再通过反变换求得原始数据的均值和标准差。
4. Basic Probability Rules | 概率基本法则
Probability measures the chance of an event occurring and is expressed as a number between 0 and 1. The sample space S contains all possible outcomes, and P(S) = 1.
概率衡量事件发生的可能性,取值在 0 到 1 之间。样本空间 S 包含所有可能的结果,且 P(S) = 1。
For any event A: P(A′) = 1 − P(A). 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 P(A ∪ B) = P(A) + P(B).
对任意事件 A:P(A′) = 1 − P(A)。加法法则为 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 P(A|B) = P(A ∩ B) / P(B). Events A and B are independent if P(A ∩ B) = P(A)×P(B), or equivalently P(A|B) = P(A).
条件概率 P(A|B) = P(A ∩ B) / P(B)。若 P(A ∩ B) = P(A)×P(B),即 P(A|B) = P(A),则事件 A 与 B 独立。
Tree diagrams and Venn diagrams are powerful tools for solving multi‑stage probability problems and visualising intersections and unions.
树形图和维恩图是解决多阶段概率问题以及直观表示交、并集的有力工具。
5. Discrete Random Variables and Probability Distributions | 离散随机变量与概率分布
A discrete random variable X takes a countable number of values. Its probability distribution lists each value x with its probability P(X = x), where 0 ≤ P(X = x) ≤ 1 and ΣP(X = x) = 1.
离散随机变量 X 取有限个或可数个值。其概率分布列出每个取值 x 及其概率 P(X = x),满足 0 ≤ P(X = x) ≤ 1 且 ΣP(X = x) = 1。
The expected value E(X) = Σx·P(X = x) gives the long‑run average. The variance Var(X) = E((X − μ)²) = Σx²P(X = x) − μ², where μ = E(X). The standard deviation is √Var(X).
期望值 E(X) = Σx·P(X = x) 表示长期平均结果。方差 Var(X) = E((X − μ)²) = Σx²P(X = x) − μ²,其中 μ = E(X)。标准差为 √Var(X)。
For a linear function Y = aX + b: E(Y) = aE(X) + b and Var(Y) = a²Var(X). The standard deviation scales linearly with |a|.
对于线性函数 Y = aX + b:E(Y) = aE(X) + b,Var(Y) = a²Var(X)。标准差随 |a| 成比例放缩。
6. The Binomial Distribution | 二项分布
The binomial distribution models the number of successes in a fixed number n of independent trials, each with the same probability of success p. We write X ~ B(n, p).
二项分布用于描述固定次数 n 的独立试验中成功的次数,每次试验成功的概率 p 相同。记作 X ~ B(n, p)。
The probability of exactly r successes is given by P(X = r) = nCr pr (1 − p)n − r, where nCr = n! / (r!(n − r)!).
恰好成功 r 次的概率为 P(X = r) = nCr pr (1 − p)n − r,其中 nCr = n! / (r!(n − r)!)。
The mean and variance of a binomial distribution are E(X) = np and Var(X) = np(1 − p). The distribution is symmetric when p = 0.5 and skewed otherwise.
二项分布的均值和方差分别为 E(X) = np 和 Var(X) = np(1 − p)。当 p = 0.5 时分布对称,否则呈偏态。
Cumulative probabilities P(X ≤ r) can be found from tables or calculators; they assist in hypothesis testing and finding critical regions.
累积概率 P(X ≤ r) 可通过查表或计算器获得,有助于进行假设检验和确定拒绝域。
7. The Normal Distribution | 正态分布
The normal distribution is a continuous probability distribution with a bell‑shaped curve, defined by its mean μ and variance σ²: X ~ N(μ, σ²).
正态分布是一种钟形曲线的连续型概率分布,由其均值 μ 和方差 σ² 确定:X ~ N(μ, σ²)。
The standard normal distribution has μ = 0 and σ² = 1: Z ~ N(0, 1). Any normal variable X can be standardised using Z = (X − μ)/σ.
标准正态分布的均值为 0、方差为 1:Z ~ N(0, 1)。任何正态变量 X 均可通过 Z = (X − μ)/σ 进行标准化。
Probabilities are found as areas under the curve; the total area is 1. For a normal distribution, about 68% of values lie within μ ± σ, 95% within μ ± 2σ, and 99.7% within μ ± 3σ (the empirical rule).
概率通过曲线下的面积求得,总面积等于 1。对于正态分布,约 68% 的值落在 μ ± σ 内,95% 在 μ ± 2σ 内,99.7% 在 μ ± 3σ 内(经验法则)。
Inverse normal calculations find the value corresponding to a given cumulative probability; this is essential for setting confidence limits and critical values.
逆向正态计算可求出对应于给定累积概率的取值,这对确定置信限和临界值至关重要。
8. Bivariate Data and Correlation | 双变量数据与相关性
Bivariate data consist of pairs of observations (x, y) on two variables. A scatter diagram reveals the direction, form, and strength of the relationship.
双变量数据由两个变量的成对观测值 (x, y) 组成。散点图可揭示关系的方向、形式和强度。
The product‑moment correlation coefficient (PMCC), denoted r, measures linear correlation and always lies between −1 and +1. r = 1 indicates perfect positive linear correlation, r = −1 perfect negative, and r = 0 no linear correlation.
积矩相关系数(PMCC) r 用于衡量线性相关性,取值范围在 −1 到 +1 之间。r = 1 表示完全正线性相关,r = −1 表示完全负线性相关,r = 0 表示无线性相关。
r is calculated using the formula r = Sxy / √(Sxx Syy), where Sxx = Σx² − (Σx)²/n, Syy = Σy² − (Σy)²/n, and Sxy = Σxy − (Σx)(Σy)/n.
r 的计算公式为 r = Sxy / √(Sxx Syy),其中 Sxx = Σx² − (Σx)²/n,Syy = Σy² − (Σy)²/n,Sxy = Σxy − (Σx)(Σy)/n。
Correlation does not imply causation; a strong correlation can be due to a lurking variable or coincidence.
相关性并不意味因果关系;强相关可能由潜伏变量或巧合导致。
9. Linear Regression | 线性回归
When a scatter plot suggests a linear relationship, a regression line y = a + bx can be fitted. The least‑squares method minimises the sum of the squares of the vertical distances from the points to the line.
当散点图显示线性关系时,可拟合一条回归直线 y = a + bx。最小二乘法使各点到直线的竖直距离平方和最小。
The slope b is given by b = Sxy / Sxx, and the intercept a by a = ȳ − b x̄, where (x̄, ȳ) is the centroid of the data.
斜率 b 由 b = Sxy / Sxx 得出,截距 a = ȳ − b x̄,其中 (x̄, ȳ) 为数据的重心。
The regression line can be used to predict y for a given x (interpolation) but extrapolation beyond the data range is unreliable. The residuals (observed y − predicted y) should be randomly scattered around zero.
回归直线可用于对给定 x 预测 y(内插),但超出数据范围的外推不可靠。残差(观测值 y − 预测值 y)应随机分布在零附近。
The coefficient of determination r² indicates the proportion of the variation in y that is explained by x. An r² close to 1 suggests a strong model fit.
判定系数 r² 表明 y 的变异中有多大比例可由 x 解释。r² 接近 1 表示模型拟合良好。
10. Sampling Distributions and Confidence Intervals | 抽样分布与置信区间
The sampling distribution of the sample mean X̄ describes how X̄ varies across all possible samples of size n. If X ~ N(μ, σ²), then X̄ ~ N(μ, σ²/n), so the standard error is σ/√n.
样本均值 X̄ 的抽样分布描述了在所有可能的大小为 n 的样本中 X̄ 的变化规律。若 X ~ N(μ, σ²),则 X̄ ~ N(μ, σ²/n),标准误为 σ/√n。
Even if the population is not normal, the Central Limit Theorem states that for sufficiently large n (typically n ≥ 30), the distribution of X̄ is approximately normal.
即便总体不服从正态分布,中心极限定理指出当样本量足够大时(通常 n ≥ 30),X̄ 的分布近似正态。
A confidence interval provides a range of plausible values for an unknown population parameter. For the population mean μ with known σ, a 95% confidence interval is given by x̄ ± 1.96 × (σ/√n).
置信区间给出未知总体参数的一个合理取值范围。当总体标准差 σ 已知时,总体均值 μ 的 95% 置信区间为 x̄ ± 1.96 × (σ/√n)。
If σ is unknown and estimated by the sample standard deviation s, we use the t‑distribution instead of the normal, particularly for small n. The interval becomes x̄ ± tn−1 × (s/√n).
若 σ 未知并用样本标准差 s 估计,则需使用 t 分布而非正态分布,尤其在小样本时。此时的区间为 x̄ ± tn−1 × (s/√n)。
Interpretation: a 95% confidence interval means that if we took many samples and constructed intervals in the same way, 95% of them would contain the true population mean.
解释:95% 置信区间的含义是,如果我们多次重复抽样并以相同方法构建区间,其中 95% 的区间会包含真实的总体均值。
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