A-Level Edexcel Statistics Part 1: Core Concepts and Methods | A-Level Edexcel 统计学第一部分:核心概念与方法

📚 A-Level Edexcel Statistics Part 1: Core Concepts and Methods | A-Level Edexcel 统计学第一部分:核心概念与方法

This revision guide covers the essential topics in Edexcel A-Level Mathematics Statistics Part 1, which is usually assessed as the statistics component of AS and A-Level papers. It focuses on data collection and interpretation, probability, correlation, discrete random variables, the binomial distribution, the normal distribution, and introductory hypothesis testing. Each section pairs key ideas with examples to build exam-ready understanding.

本复习指南涵盖 Edexcel A-Level 数学统计学第一部分(通常作为 AS 和 A-Level 考试中的统计部分考查)的核心主题。内容聚焦于数据的收集与解读、概率、相关分析、离散随机变量、二项分布、正态分布以及入门假设检验。每一节将关键概念与例题配对,帮助建立考试所需的扎实理解。


1. Statistical Sampling | 统计抽样

A population is the entire set of individuals or items that you want to study, while a sample is a smaller subset selected from the population. A census collects data from every member, but it is often expensive and time-consuming, so sampling is usually preferred when the population is large. Random sampling methods aim to remove selection bias; non-random methods are quicker but can introduce bias.

总体是你想研究的全部个体或项目的集合,而样本是从总体中选出的一个较小子集。普查收集总体中每一个成员的数据,但通常成本高、耗时长,因此当总体较大时,抽样通常更受青睐。随机抽样方法旨在消除选择偏差;非随机方法更快,但可能引入偏差。

Common sampling methods include:

  • Simple random sampling: every member has an equal chance of selection.
  • Systematic sampling: choose every kth item from an ordered list.
  • Stratified sampling: divide the population into groups and sample proportionally from each stratum.
  • Quota sampling: select interviewees to match known characteristics of the population.
  • Opportunity sampling: choose individuals who are readily available.

常见的抽样方法包括:简单随机抽样(每个成员被选中的机会相等);系统抽样(从有序列表中每隔 k 个抽取一项);分层抽样(将总体分组,并按比例从各层抽取);配额抽样(选择符合总体已知特征的被访者);机会抽样(选择容易接触到的个体)。


2. Types of Data | 数据类型

Data can be qualitative, such as colour or gender, or quantitative, such as height or test scores. Quantitative data can be further split into discrete data, which takes exact countable values, and continuous data, which can take any value within an interval. Recognising the type of data is important because it determines which diagrams and calculations are appropriate.

数据可以是定性的,例如颜色或性别,也可以是定量的,例如身高或考试分数。定量数据可进一步分为离散数据(取精确可数的值)和连续数据(可取区间内任意值)。识别数据类型很重要,因为它决定了使用哪些图表和计算方法是合适的。

Data can also be primary, collected directly by the researcher, or secondary, taken from existing sources. Ungrouped data are recorded as individual values, while grouped data are summarised into class intervals, often losing some detail but making large datasets easier to handle.

数据还可以是原始数据(由研究者直接收集)或二手数据(来自现有来源)。未分组数据记录为单独的值,而分组数据汇总在组距中,虽然会丢失一些细节,但使大型数据集更易于处理。


3. Data Presentation | 数据表示

Histograms are used for continuous data, and the area of each bar is proportional to frequency. When class widths are unequal, you must plot frequency density on the vertical axis, calculated as frequency divided by class width. Box plots show the minimum, lower quartile, median, upper quartile and maximum, making comparisons between datasets straightforward.

直方图用于连续数据,每个条形的面积与频数成比例。当组距不等时,必须在纵轴上绘制频率密度,其计算公式为频数除以组距。箱线图显示最小值、下四分位数、中位数、上四分位数和最大值,使数据集之间的比较变得直观。

Cumulative frequency diagrams are built by plotting the running total of frequencies against the upper class boundary. Points are joined with a smooth curve, and this curve can be used to estimate the median and quartiles. Stem-and-leaf diagrams retain exact data values while showing the shape of the distribution.

累积频数图通过将频数的累计和与组上限对应绘制而成。点用平滑曲线连接,该曲线可用于估计中位数和四分位数。茎叶图在保留确切数据值的同时,展示分布的形状。


4. Measures of Location | 位置的度量

The mean, median and mode are measures of central tendency. The mean uses all data values but is sensitive to outliers. The median is the middle value when data are ordered and is less affected by extreme values. The mode is the most frequent value and can be used for qualitative data.

平均数、中位数和众数是集中趋势的度量。平均数使用所有数据值,但对异常值敏感。中位数是数据排序后的中间值,受极端值影响较小。众数是出现最频繁的值,可用于定性数据。

Mean = Σx / n

For grouped data, you can estimate the mean using midpoints, and estimate the median using linear interpolation. The median is the value at the n/2 th position. Interpolation assumes that data values are evenly spread within each class interval, which gives an approximate result rather than an exact one.

对于分组数据,可使用组中点估计平均数,并使用线性插值估计中位数。中位数位于第 n/2 个位置。插值假设数据值在每个组距内均匀分布,因此给出的是近似结果而非精确值。


5. Measures of Spread | 离散程度的度量

The range is the difference between the largest and smallest values, and the interquartile range (IQR) is the difference between the upper and lower quartiles. The IQR is often preferred because it ignores outliers. Variance and standard deviation measure how far values typically deviate from the mean.

极差是最大值与最小值之差,四分位距(IQR)是上四分位数与下四分位数之差。四分位距通常更受青睐,因为它忽略异常值。方差和标准差衡量数据值通常偏离平均数的程度。

Variance = Σx² / n − (Σx / n)²

When data are coded using a linear transformation such as y = (x − a)/b, the mean is transformed in the same way, but the standard deviation is only affected by multiplication or division, not by adding or subtracting a constant. Coding is useful for simplifying calculations with large numbers.

当数据使用线性变换(如 y = (x − a)/b)进行编码时,平均数以相同方式变换,但标准差只受乘法或除法影响,不受加减常数影响。编码对于简化大数字的计算很有用。


6. Probability Basics | 概率基础

Probability measures the likelihood of an event, and it always lies between 0 and 1 inclusive. The sample space is the set of all possible outcomes, and an event is any subset of the sample space. If all outcomes are equally likely, the probability of event A is the number of favourable outcomes divided by the total number of outcomes.

概率衡量事件发生的可能性,其值始终在 0 到 1 之间(含端点)。样本空间是所有可能结果的集合,事件是样本空间的任意子集。如果所有结果等可能,则事件 A 的概率等于有利结果的数量除以总结果的数量。

P(A ∪ B) = P(A) + P(B) − P(A ∩ B)

Two events are mutually exclusive if they cannot happen at the same time, so P(A ∩ B) = 0. Two events are independent if the occurrence of one does not affect the probability of the other. For independent events, P(A ∩ B) = P(A) × P(B), but this rule must not be used when events are not independent.

如果两个事件不能同时发生,则称它们互斥,因此 P(A ∩ B) = 0。如果两个事件的发生互不影响对方的概率,则称它们独立。对于独立事件,P(A ∩ B) = P(A) × P(B),但当事件不独立时,不得使用此规则。


7. Conditional Probability and Tree Diagrams | 条件概率与树形图

Conditional probability is the probability of event A given that event B has already occurred. It is written as P(A | B) and is calculated by dividing the probability of both events happening by the probability of the conditioning event. This formula is essential for solving problems where extra information changes the likelihood.

条件概率是在事件 B 已经发生的条件下事件 A 发生的概率。它写作 P(A | B),计算方法为两个事件同时发生的概率除以条件事件的概率。该公式对于解决额外信息改变可能性的问题至关重要。

P(A | B) = P(A ∩ B) / P(B)

Tree diagrams are very helpful for multi-stage probability problems. Each set of branches must sum to 1, and you multiply along branches to find the probability of a combined path. Questions often ask about sampling with replacement, where probabilities stay constant, or without replacement, where probabilities change from one pick to the next.

树形图对于多阶段概率问题非常有帮助。每一组分支的概率之和必须为 1,并且沿分支相乘可以求出组合路径的概率。题目常涉及有放回抽样(概率保持不变)或无放回抽样(概率随每次抽取而变化)。


8. Correlation and Regression | 相关与回归

Correlation measures the strength and direction of a linear relationship between two variables. The product moment correlation coefficient, often denoted by r, always lies between −1 and 1. A value close to 1 indicates strong positive linear correlation, while a value close to −1 indicates strong negative linear correlation.

相关分析衡量两个变量之间线性关系的强度和方向。积矩相关系数通常记作 r,其值始终在 −1 到 1 之间。接近 1 的值表示强正线性相关,接近 −1 的值表示强负线性相关。

Value of r Interpretation
r close to 1 Strong positive linear correlation
r close to −1 Strong negative linear correlation
r close to 0 Little or no linear correlation

The regression line of y on x is written as y = a + bx. It is used to predict values of y for given values of x. Predictions should be restricted to the range of the original data, because extrapolating beyond the data can be unreliable.

y 对 x 的回归直线写作 y = a + bx。它用于根据给定的 x 值预测 y 值。预测应限制在原始数据范围内,因为超出数据范围进行外推可能不可靠。


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

A discrete random variable is a variable whose values are obtained from a random process and can be listed individually. Its probability distribution gives the probability for each possible value. The sum of all probabilities in a distribution must equal 1, and each individual probability must lie between 0 and 1.

离散随机变量是其值来自随机过程且可以逐一列出的变量。它的概率分布给出每个可能值的概率。分布中所有概率之和必须等于 1,且每个概率都必须在 0 到 1 之间。

E(X) = Σ x P(X = x)

Var(X) = E(X²) − [E(X)]²

The expected value E(X) is the long-run average value of X, and variance measures the spread of the distribution. For linear transformations, E(aX + b) = aE(X) + b and Var(aX + b) = a² Var(X). Adding a constant shifts the distribution but does not change its spread.

期望值 E(X) 是 X 的长期平均值,方差衡量分布的分散程度。对于线性变换,E(aX + b) = aE(X) + b,Var(aX + b) = a² Var(X)。加上常数会平移分布,但不会改变其分散程度。


10. Binomial Distribution | 二项分布

The binomial distribution models the number of successes in a fixed number of independent trials, where each trial has only two possible outcomes and the probability of success is constant. If X follows a binomial distribution with n trials and success probability p, we write X ~ B(n, p).

二项分布模拟固定次数独立试验中成功的次数,其中每次试验只有两种可能结果,且成功的概率恒定。如果 X 服从 n 次试验、成功概率为 p 的二项分布,我们写作 X ~ B(n, p)。

P(X = k) = ⁿCₖ pᵏ (1 − p)ⁿ⁻ᵏ

The mean of a binomial distribution is np and the variance is np(1 − p

Published by TutorHao | A-Level 统计 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