📚 Year 11 CAIE Statistics: Core Topics Review | 剑桥国际 Year 11 统计:核心知识点梳理
Statistics is about collecting, organising, analysing, and interpreting data to draw meaningful conclusions. In the CAIE Year 11 Statistics course, you are expected to understand how to handle data from start to finish: from choosing an appropriate sampling method to fitting a regression line. This article revisits the core topics that frequently appear in your examinations, presented with clear English explanations followed by Chinese translations to reinforce bilingual understanding.
统计学关注数据的收集、整理、分析和解释,从而得出有意义的结论。在剑桥国际 Year 11 统计学课程中,你需要掌握从数据采集到回归建模的全过程。本文重温考试中的核心知识点,每个要点先用英文讲解,再提供对应的中文解释,帮助巩固双语理解。
1. Types of Data and Sampling | 数据类型与抽样
Data can be classified as qualitative (categorical) or quantitative (numerical). Qualitative data describes attributes or categories, such as eye colour or car brand. Quantitative data consists of numbers and can be further split into discrete (countable, like number of students) and continuous (measurable, like height in cm).
数据可分为定性数据(分类数据)和定量数据(数值数据)。定性数据描述属性或类别,如眼睛颜色或汽车品牌。定量数据由数字组成,并可进一步分为离散型(可数的,如学生人数)和连续型(可测量的,如身高 cm)。
A sampling frame is a list of all members of the population. Random sampling methods include simple random sampling, stratified sampling, and systematic sampling. Stratified sampling ensures that subgroups (strata) are represented proportionally, which often improves the accuracy of estimates. Non-random methods like quota sampling and convenience sampling can introduce bias but are sometimes used for practical reasons.
抽样框是总体中所有成员的名单。随机抽样方法包括简单随机抽样、分层抽样和系统抽样。分层抽样确保各个子群体(层)按比例被代表,通常会提高估计的准确性。非随机方法如配额抽样和便利抽样可能引入偏差,但有时出于实际考虑而采用。
2. Organising and Displaying Data | 数据的组织与展示
After collecting data, we organise it into frequency tables. For grouped continuous data, class intervals must be clearly defined with lower and upper bounds. The class width and class midpoint are often used in later calculations, such as estimating the mean.
收集数据后,我们将其整理成频数表。对于分组连续数据,组距必须清晰定义,注明下界和上界。组距宽度和组中值常在后续计算中用到,比如估计均值。
Common visual displays include bar charts for categorical data, histograms for continuous data (with frequency density on the vertical axis), pie charts to show proportions, and stem-and-leaf diagrams to retain original values while showing distribution shape. A cumulative frequency curve (ogive) is used to estimate medians, quartiles, and percentiles.
常见的可视化图表包括:条形图用于分类数据;直方图用于连续数据(纵轴为频数密度);饼图显示比例;茎叶图保留原始数值并展示分布形态。累积频率曲线(ogive)用于估计中位数、四分位数和百分位数。
3. Measures of Central Tendency | 集中趋势的度量
The three main measures are the mean, median, and mode. The mean (x̄) is the arithmetic average, calculated by summing all values and dividing by the number of values. The median is the middle value when data are ordered, which is less affected by extreme values. The mode is the most frequently occurring value.
三种主要的度量是均值、中位数和众数。均值 (x̄) 是算术平均数,通过所有数值之和除以个数得到。中位数是将数据排序后的中间值,受极端值影响较小。众数是出现次数最多的值。
For grouped data without the raw values, we estimate the mean using class midpoints: x̄ = Σ(f × m) / Σf, where f is the frequency and m is the midpoint. The modal class is the class interval with the highest frequency density, not just the highest frequency, in a histogram.
对于没有原始数据的分组数据,我们使用组中值来估计均值:x̄ = Σ(f × m) / Σf,其中 f 为频数,m 为组中值。在直方图中,众数所在的组是频数密度最高的组距,而不仅仅是频数最高的组。
4. Measures of Spread | 离散程度的度量
Range is the difference between the maximum and minimum values. It is simple but ignores the distribution of values in between. The interquartile range (IQR = Q₃ − Q₁) measures the spread of the middle 50% and is resistant to outliers.
极差是最大值与最小值的差值,简单但忽略了中间值的分布。四分位数间距 (IQR = Q₃ − Q₁) 衡量中间 50% 数据的离散程度,且对离群值具有抵抗力。
Variance (σ²) and standard deviation (σ) use all data points and quantify average squared deviation from the mean. For a population: σ² = Σ(x − μ)² / N. For a sample we divide by n − 1. In exam, you often use the formula σ = √[ Σx²/n − ( Σx/n )² ] for raw data.
方差 (σ²) 和标准差 (σ) 使用了所有数据点,量化了数值与均值之间的平均平方偏差。总体方差公式为 σ² = Σ(x − μ)² / N,样本方差除以 n−1。考试中常使用公式 σ = √[ Σx²/n − ( Σx/n )² ] 处理原始数据。
5. Probability Basics | 概率基础
Probability measures the likelihood of an event, ranging from 0 (impossible) to 1 (certain). For equally likely outcomes, P(A) = number of favourable outcomes / total number of outcomes. The complement rule: P(not A) = 1 − P(A).
概率度量事件发生的可能性,范围从 0(不可能)到 1(必然)。对于等可能结果,P(A) = 有利结果数 / 所有可能结果数。互补规则:P(非 A) = 1 − P(A)。
Two events are mutually exclusive if they cannot happen at the same time; then P(A or B) = P(A) + P(B). If events are independent, P(A and B) = P(A) × P(B). Tree diagrams and Venn diagrams are powerful tools for visualising combined events and conditional probabilities, where P(A|B) = P(A and B) / P(B).
如果两个事件不能同时发生,则它们互斥;此时 P(A 或 B) = P(A) + P(B)。如果事件相互独立,P(A 与 B) = P(A) × P(B)。树状图和韦恩图是可视化组合事件和条件概率的有力工具,条件概率 P(A|B) = P(A 与 B) / P(B)。
6. Discrete Probability Distributions | 离散概率分布
A discrete random variable X takes a countable number of values, each with a probability P(X = x). The sum of all probabilities must equal 1. The probability distribution can be shown in a table, a graph, or a function.
离散随机变量 X 取可数的值,每个值的概率为 P(X = x)。所有概率之和必须等于 1。概率分布可用表格、图形或函数表示。
The expected value E(X) is the mean of the distribution: μ = Σ [x · P(X = x)]. The variance Var(X) = E(X²) − [E(X)]², where E(X²) = Σ [x² · P(X = x)]. These are used in decision making and further modelling.
期望值 E(X) 是分布的均值:μ = Σ [x · P(X = x)]。方差 Var(X) = E(X²) − [E(X)]²,其中 E(X²) = Σ [x² · P(X = x)]。这些在决策和进一步建模中使用。
7. Binomial Distribution | 二项分布
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success p. If X ~ B(n, p), then P(X = r) = nCr × p^r × (1 − p)^(n − r), where nCr is the binomial coefficient.
二项分布用于描述在固定次数独立试验中成功的次数,每次试验成功的概率均为 p。若 X ~ B(n, p),则 P(X = r) = nCr × p^r × (1 − p)^(n − r),其中 nCr 是二项式系数。
The mean of a binomial distribution is E(X) = np, and the variance is Var(X) = np(1 − p). You may be asked to calculate individual probabilities or cumulative probabilities using tables or direct calculation. Recognising conditions for binomial: fixed n, two outcomes, constant p, independent trials.
二项分布的均值 E(X) = np,方差 Var(X) = np(1 − p)。你可能需要计算单个概率或累积概率,可使用表格或直接计算。二项分布需满足:固定试验次数 n,两种结果,不变的成功概率 p,独立试验。
8. The Normal Distribution | 正态分布
The normal distribution is a continuous probability distribution with a bell-shaped curve symmetric about the mean μ. The total area under the curve is 1. Approximately 68% of values lie within 1 standard deviation of the mean, and 95% within 2 standard deviations.
正态分布是一种连续概率分布,呈钟形曲线,关于均值 μ 对称。曲线下的总面积为 1。约 68% 的值落在均值 ±1 标准差内,95% 落在 ±2 标准差内。
To find probabilities, we standardise to the standard normal variable Z = (X − μ) / σ, which has mean 0 and standard deviation 1. Using the Z-table, we can find P(Z < z) for any given z. You must also be able to work backwards: find the value of X given a probability.
为求概率,我们将其标准化为标准正态变量 Z = (X − μ) / σ,它的均值为 0,标准差为 1。利用 Z 表可查出任意给定 z 的 P(Z < z)。你还需能够反向求解:已知概率求 X 值。
9. Bivariate Data and Correlation | 双变量数据与相关性
Bivariate data involves pairs of observations (x, y). A scatter diagram reveals the relationship between the two variables. Correlation measures the strength and direction of a linear relationship.
双变量数据包含成对的观测值 (x, y)。散点图可显示两个变量之间的关系。相关性衡量线性关系的强度和方向。
The product moment correlation coefficient, r, takes a value between −1 and +1. An r close to +1 indicates strong positive linear correlation; close to −1 indicates strong negative; near 0 suggests little or no linear correlation. The formula is r = Sxy / √(Sxx Syy), where Sxy = Σ(x − x̄)(y − ȳ), Sxx = Σ(x − x̄)², Syy = Σ(y − ȳ)². A calculator-friendly form is often used.
积矩相关系数 r 取值在 −1 到 +1 之间。r 接近 +1 表明强正线性相关;接近 −1 表明强负线性相关;接近 0 表示几乎没有线性相关。公式为 r = Sxy / √(Sxx Syy),其中 Sxy = Σ(x − x̄)(y − ȳ),Sxx = Σ(x − x̄)²,Syy = Σ(y − ȳ)²。考试中常用计算器简化公式。
Remember: correlation does not imply causation. An observed association could be due to a confounding variable or mere coincidence. Always interpret r in context.
请记住:相关性不意味着因果关系。观察到的关联可能是由混杂变量或巧合造成的。务必结合情境解读 r 值。
10. Linear Regression | 线性回归
Regression analysis finds the ‘best-fit’ line that models the relationship between variables, usually with the aim of prediction. The regression line of y on x is given by y = a + bx, where b = Sxy / Sxx, and a = ȳ − b x̄.
回归分析找到模拟变量关系的“最佳拟合”直线,通常用于预测目的。y 对 x 的回归直线为 y = a + bx,其中 b = Sxy / Sxx,a = ȳ − b x̄。
This line minimises the sum of squared vertical distances from the points to the line. It can be used to estimate y for a given x (interpolation) but extrapolation beyond the range of observed data is dangerous and unreliable.
这条直线使所有点到直线的竖直距离的平方和最小。它可用于给定 x 预估 y 值(内插法),但将直线外推到观测数据范围之外是危险且不可靠的。
You may also need to draw the line on the scatter diagram, using the mean point (x̄, ȳ) which always lies on the regression line. The slope b represents the estimated change in y for a unit increase in x.
你可能还需要在散点图上画出回归直线,使用均值点 (x̄, ȳ),它总在该直线上。斜率 b 表示 x 每增加一个单位时 y 的估计变化量。
11. Time Series and Moving Averages | 时间序列与移动平均
A time series is a set of data recorded over time. Its pattern can be decomposed into trend, seasonal variation, and random fluctuations. A moving average smooths out short-term fluctuations to reveal the underlying trend.
时间序列是一组随时间记录的数据。其模式可分解为趋势、季节变动和随机波动。移动平均用于平滑短期波动,以显示潜在趋势。
For an odd number of points, the moving average is centred automatically. For an even number (e.g., quarterly data), we calculate a centred 4-point moving average: first find the 4-point moving totals, then the 4-point averages, and finally average each pair of successive averages to centre them.
对于奇数个点,移动平均会自动居中。对于偶数个点(如季度数据),我们计算中心化 4 点移动平均:先求 4 点移动总和,再求 4 点移动均值,最后对相邻的两个移动均值再求平均以实现居中。
Seasonal variation can be calculated by subtracting the trend from the original data (additive model) or by dividing (multiplicative model). These adjusted figures help in forecasting future values.
季节变动可通过原始数据减去趋势值(加法模型)或相除(乘法模型)来计算。调整后的数值有助于预测未来值。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导