Year 12 Edexcel Statistics: Key Concepts Summary | Year 12 Edexcel 统计:核心知识点梳理

📚 Year 12 Edexcel Statistics: Key Concepts Summary | Year 12 Edexcel 统计:核心知识点梳理

This article provides a comprehensive review of all the core statistical topics covered in the Year 12 Edexcel Mathematics specification. It includes data collection methods, measures of location and spread, data representations, correlation, probability, discrete random variables, the binomial distribution, and hypothesis testing. Understanding these foundations is essential for success in AS-level statistics and will support further study in A-level Mathematics.

本文全面梳理了Year 12 Edexcel数学课程中所有核心统计知识点,涵盖数据收集、位置与离散度量、数据表示、相关、概率、离散随机变量、二项分布以及假设检验。掌握这些基础内容对于AS阶段统计考试的成功至关重要,也为后续A-level数学的学习提供坚实支撑。


1. Data Collection | 数据收集

A population is the entire set of individuals or items that we want information about. A census collects data from every member of the population. It provides accurate, unbiased results but can be time-consuming, expensive, and impractical for large populations.

总体是我们想要获取信息的全部个体或项目的集合。普查是从总体每个成员收集数据。它提供了准确、无偏的结果,但对于大总体往往耗时、昂贵且难以实施。

Sampling surveys a subset of the population. The main random sampling methods are simple random sampling, systematic sampling, and stratified sampling. Non-random methods include quota sampling and opportunity sampling.

抽样只调查总体的一部分。主要的随机抽样方法有简单随机抽样、系统抽样和分层抽样。非随机方法包括定额抽样和方便抽样。

In simple random sampling, every member has an equal chance of being chosen, which minimises bias. However, a complete sampling frame is required.

在简单随机抽样中,每个成员有相同的被选中的机会,这能最小化偏差。但需要一份完整的抽样框。

Stratified sampling divides the population into distinct strata (e.g., age groups) and selects a random sample from each in proportion to its size. This guarantees representation of all subgroups and can improve precision.

分层抽样将总体划分为不同的层(如年龄组),然后按比例从每层中抽取随机样本。这保证了所有子群的代表性,并能提高精确度。

Systematic sampling selects members at regular intervals from a list. It is simple to use but can introduce bias if there is a hidden pattern in the list.

系统抽样从列表中每隔固定间隔抽取成员。使用简便,但如果列表中存在隐藏的周期模式,可能引入偏差。

Quota sampling involves interviewing a predetermined number of people with specific characteristics. It is cheap and quick but relies on interviewer judgement, which can lead to bias.

定额抽样需要按照特定特征采访预定数量的人。这种方法便宜快捷,但依赖于访员的判断,可能产生偏差。

Data can be primary (collected by the user for a specific purpose) or secondary (obtained from existing sources). Variables are qualitative (categorical) or quantitative (numerical). Quantitative data can be discrete (can only take certain values) or continuous (can take any value within a range).

数据可以是原始数据(用户为特定目的亲自收集)或二手数据(来自现有来源)。变量分为定性(类别)和定量(数值)。定量数据可以是离散的(只能取特定值)或连续的(在一个范围内可以取任何值)。


2. Measures of Location and Spread | 位置与离散度量

The main measures of central tendency are the mean, median, and mode. The mean x̄ = Σx / n uses all data values and is suitable for symmetric distributions, but it is sensitive to outliers. The median is the middle value when data are ordered; it is robust to outliers. The mode is the most frequent value.

主要的集中趋势度量是均值、中位数和众数。均值 x̄ = Σx / n 使用了所有数据值,适用于对称分布,但对异常值敏感。中位数是排序后中间的值,对异常值稳定。众数是出现次数最多的值。

Measures of spread describe variability. The range = max – min is quick to find but ignores most data. The interquartile range (IQR) = Q₃ − Q₁ covers the middle 50% and is resistant to outliers. Quartiles can be found by dividing ordered data into four equal parts.

离散度量描述变异性。极差 = 最大值 − 最小值,计算快捷但忽略了大部分数据。四分位距 (IQR) = Q₃ − Q₁,覆盖中间50%的数据,并且对异常值稳健。四分位数可以通过将排序的数据四等分求得。

Variance and standard deviation are more comprehensive measures of spread. For a set of n values, variance σ² = Σ(x − x̄)² / n and standard deviation σ = √σ². The standard deviation has the same units as the original data. For grouped data, use class midpoints.

方差和标准差是更全面的离散度量。对于一组 n 个数值,方差 σ² = Σ(x − x̄)² / n,标准差 σ = √σ²。标准差与原数据单位相同。对于分组数据,使用组中点计算。

If data are coded using the linear transformation y = (x − a)/b, then the mean transforms as ȳ = (x̄ − a)/b and the standard deviation as σ_y = σₓ / b. Adding or subtracting a constant does not affect the variance or standard deviation.

如果数据通过线性变换 y = (x − a)/b 编码,则均值的变换为 ȳ = (x̄ − a)/b,标准差为 σ_y = σₓ / b。加减常数不会影响方差或标准差。

Var(aX + b) = a² Var(X)


3. Data Representations | 数据表示

Histograms are used for continuous data grouped into class intervals. In a histogram, the area of each bar is proportional to frequency. Frequency density = frequency / class width is plotted on the vertical axis, so that the total area represents total frequency.

直方图用于分组连续数据。在直方图中,每个条形的面积与频数成正比。纵轴绘制频率密度 = 频数 / 组距,这样总面积代表总频数。

Box plots (box-and-whisker diagrams) display the minimum, lower quartile Q₁, median, upper quartile Q₃, and maximum. They clearly show the spread and skewness of a distribution and allow easy comparison between data sets.

箱线图展示了最小值、下四分位数 Q₁、中位数、上四分位数 Q₃ 和最大值。它们清楚地显示了分布的离散程度和偏态,便于进行数据集之间的比较。

Outliers can be identified using the rule: an outlier is a value less than Q₁ − 1.5 × IQR or greater than Q₃ + 1.5 × IQR. Outliers should be investigated before deciding whether to include or exclude them.

异常值可以通过以下规则识别:小于 Q₁ − 1.5 × IQR 或大于 Q₃ + 1.5 × IQR 的值为异常值。在决定保留或剔除异常值之前,应对其进行调查。

Cumulative frequency diagrams plot accumulated frequencies against the upper class boundary. They can be used to estimate medians, quartiles, and percentiles, and to construct box plots from grouped data.

累积频率图将累积频率相对于上组界绘制。它们可用于估计中位数、四分位数和百分位数,并根据分组数据构建箱线图。

Stem-and-leaf diagrams preserve original values while showing the shape of the distribution. Back-to-back stem-and-leaf plots are useful for comparing two data sets.

茎叶图在显示分布形状的同时保留了原始数据值。背靠背茎叶图可用于比较两个数据集。


4. Correlation | 相关

Correlation measures the strength and direction of a linear relationship between two variables. A scatter diagram gives a visual impression. Positive correlation means that as one variable increases, the other tends to increase. Negative correlation means that as one increases, the other tends to decrease.

相关度量两个变量之间线性关系的强度和方向。散点图给出直观印象。正相关意味着一个变量增加时,另一个也倾向于增加。负相关意味着一个变量增加时,另一个倾向于减小。

The product moment correlation coefficient (PMCC), denoted by r, takes values from −1 to +1. Values close to +1 indicate strong positive linear correlation, values close to −1 strong negative linear correlation, and values near 0 weak or no linear correlation. In AS exams, r is typically calculated using a calculator.

积差相关系数 (PMCC),记为 r,取值为 −1 到 +1。接近 +1 的值表示强正线性相关,接近 −1 表示强负线性相关,接近 0 表示线性相关很弱或不存在。在 AS 考试中,通常使用计算器计算 r。

The equation of the regression line of y on x is y = a + bx, where b = S_{xy} / S_{xx} and a = ȳ − b x̄. This line minimises the sum of squared residuals in the y-direction. The regression line can be used to make predictions within the range of the data (interpolation), but extrapolation beyond the data range is unreliable.

y 对 x 的回归线方程为 y = a + bx,其中 b = S_{xy} / S_{xx},a = ȳ − b x̄。这条线最小化了 y 方向上残差的平方和。回归线可用于数据范围内的预测(内插),但超出数据范围的外推是不可靠的。

Correlation does not imply causation. A strong correlation may be due to a third lurking variable or be purely coincidental.

相关并不意味着因果关系。强相关可能是由第三个潜在变量导致的,也可能是纯属巧合。


5. Probability | 概率

The probability of an event A, P(A), is a measure of how likely it is to occur, ranging from 0 to 1. For equally likely outcomes, P(A) = number of favourable outcomes / total number of outcomes.

事件 A 的概率 P(A) 衡量其发生的可能性,范围从 0 到 1。对于等可能的结果,P(A) = 有利结果的数量 / 总结果的数量。

Complement rule: P(A’) = 1 − P(A). Addition rule for mutually exclusive events: if A and B cannot occur together, 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)。互斥事件的加法规则:如果 A 和 B 不能同时发生,则 P(A ∪ B) = P(A) + P(B)。对于任意两个事件,P(A ∪ B) = P(A) + P(B) − P(A ∩ B)。

Conditional probability is the probability of A given B: P(A|B) = P(A ∩ B)/P(B). Two events are independent if P(A ∩ B) = P(A) × P(B), or equivalently P(A|B) = P(A).

条件概率是在事件 B 发生的条件下 A 发生的概率:P(A|B) = P(A ∩ B)/P(B)。如果 P(A ∩ B) = P(A) × P(B),或等价地 P(A|B) = P(A),则两个事件相互独立。

Tree diagrams are extremely useful for modelling successive events. Multiply probabilities along branches to find the probability of a combined outcome. Add probabilities of relevant outcomes when finding the probability of an event. Always check that the probabilities on branches from a single point sum to 1.

树状图对于建模连续事件非常有用。沿着分支相乘概率以求得组合结果的概率。计算事件的概率时,将有关结果的概率相加。务必检查从一个节点出发的分支概率之和是否为 1。

Venn diagrams can be used to show relationships between events. The rectangle represents the sample space, circles represent events, and overlapping regions represent intersections. They help in applying the addition rule and conditional probability.

维恩图可用于显示事件之间的关系。矩形代表样本空间,圆代表事件,重叠区域代表交集。它们有助于应用加法规则和条件概率。


6. Discrete Random Variables | 离散随机变量

A discrete random variable X takes a finite or countable number of values, each with a specific probability. The probability distribution of X lists all possible values and their probabilities; the sum of all probabilities must equal 1.

离散随机变量 X 取有限个或可数个值,每个值都有特定的概率。X 的概率分布列出了所有可能取值及其概率;所有概率之和必须等于 1。

The expected value (mean) of X is E(X) = Σ x P(X = x). It represents the long-run average if the experiment is repeated many times.

X 的期望值(均值)为 E(X) = Σ x P(X = x)。它表示如果实验重复多次,在长期中的平均值。

Variance of X, Var(X) = E(X²) − [E(X)]², where E(X²) = Σ x² P(X = x). The standard deviation is the square root of the variance.

X 的方差 Var(X) = E(X²) − [E

Published by TutorHao | Year 12 统计 Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading