Edexcel AS/A Level Further Statistics 1 (FS1) Complete Revision Guide | Edexcel AS/A Level 进阶统计 1 (FS1) 完整复习指南

📚 Edexcel AS/A Level Further Statistics 1 (FS1) Complete Revision Guide | Edexcel AS/A Level 进阶统计 1 (FS1) 完整复习指南

Welcome to your complete revision guide for Edexcel AS and A Level Further Mathematics: Further Statistics 1 (FS1). This module builds directly on the statistics content from A Level Mathematics and introduces you to deeper probability models and powerful inferential tests. We will cover the essential formulas, conditions, and exam techniques you need to secure top marks.

欢迎阅读 Edexcel AS 与 A Level 进阶数学:进阶统计 1(FS1)的完整复习指南。本模块直接建立在 A Level 数学统计学内容之上,带你深入学习更复杂的概率模型和强大的推断检验方法。我们将覆盖所有核心公式、适用条件以及获取高分的考试技巧。

1. Discrete Random Variables and Expectation | 离散随机变量与期望

For a discrete random variable X, the expectation E(X) is the long-run average value, calculated by summing each outcome multiplied by its probability. The formula is E(X) = Σ x P(X = x), where the sum is taken over all possible values of x.

对于离散随机变量 X,期望 E(X) 是长期平均值,计算方法是将每个取值乘以对应概率后求和。公式为 E(X) = Σ x P(X = x),其中求和遍历 x 的所有可能取值。

The variance measures the spread of the distribution. You must know the computational formula: Var(X) = E(X²) − [E(X)]². Here E(X²) = Σ x² P(X = x), and the variance is always non-negative.

方差衡量分布的离散程度。你必须掌握计算式:Var(X) = E(X²) − [E(X)]²。其中 E(X²) = Σ x² P(X = x),且方差始终非负。

When a variable is transformed linearly, use these rules: E(aX + b) = aE(X) + b and Var(aX + b) = a² Var(X). Notice that the constant b shifts the mean but does not affect the variance.

当变量进行线性变换时,使用以下法则:E(aX + b) = aE(X) + b,Var(aX + b) = a² Var(X)。注意常数 b 会移动均值,但不影响方差。

Var(X) = E(X²) − [E(X)]²
E(aX + b) = aE(X) + b, Var(aX + b) = a²Var(X)

For example, if E(X) = 3 and Var(X) = 2, then E(4X − 1) = 4(3) − 1 = 11 and Var(4X − 1) = 16(2) = 32. Always square the scale factor only.

例如,若 E(X) = 3,Var(X) = 2,则 E(4X − 1) = 4(3) − 1 = 11,Var(4X − 1) = 16(2) = 32。注意只对缩放因子取平方。


2. The Poisson Distribution | 泊松分布

A Poisson distribution models the number of rare events occurring in a fixed interval of time or space. We write X ~ Po(λ), where λ is the average rate of occurrence. The probability mass function is P(X = x) = e⁻ʸ λˣ / x!, for x = 0, 1, 2, …

泊松分布用于建模固定时间或空间间隔内稀有事件的发生次数。记作 X ~ Po(λ),其中 λ 是平均发生率。其概率质量函数为 P(X = x) = e⁻ʸ λˣ / x!,其中 x = 0, 1, 2, …

A key property is that the mean and variance are equal: E(X) = Var(X) = λ. This equality is often used as a quick check to see if a Poisson model is suitable.

关键性质是均值与方差相等:E(X) = Var(X) = λ。这一等式常被用来快速检验泊松模型是否合适。

Before applying the Poisson model, the following conditions must hold: events occur independently; events occur singly (not simultaneously); the average rate λ is constant over the interval; and the probability of more than one event at the same instant is negligible.

应用泊松模型前必须满足以下条件:事件相互独立;事件单个发生(不会同时发生);平均发生率 λ 在区间内恒定;同一时刻发生多个事件的概率可忽略不计。

An important addition rule states that if X ~ Po(λ₁) and Y ~ Po(λ₂) are independent, then X + Y ~ Po(λ₁ + λ₂). This is invaluable when combining data from different time intervals or regions.

一个重要加法法则指出:若 X ~ Po(λ₁) 与 Y ~ Po(λ₂) 相互独立,则 X + Y ~ Po(λ₁ + λ₂)。这在合并不同时间间隔或区域的数据时非常有用。

P(X = x) = e⁻ʸ λˣ / x!, E(X) = Var(X) = λ, X + Y ~ Po(λ₁ + λ₂)


3. The Geometric Distribution | 几何分布

The geometric distribution models the number of independent trials needed to obtain the first success. We write X ~ Geo(p), where p is the probability of success on each trial. The probability that the first success occurs on the x-th trial is P(X = x) = p(1 − p)ˣ⁻¹ for x = 1, 2, 3, …

几何分布用于建模首次成功前所需的独立试验次数。记作 X ~ Geo(p),其中 p 是每次试验成功的概率。首次成功出现在第 x 次试验的概率为 P(X = x) = p(1 − p)ˣ⁻¹,其中 x = 1, 2, 3, …

The mean and variance are E(X) = 1/p and Var(X) = (1 − p)/p². Note that the mean is not simply p, but the reciprocal of p. For instance, if p = 0.2, the expected number of trials is 5.

均值和方差分别为 E(X) = 1/p,Var(X) = (1 − p)/p²。注意均值不是 p,而是 p 的倒数。例如,若 p = 0.2,则期望试验次数为 5。

A distinctive property of the geometric distribution is the memoryless property: P(X > m + n | X > m) = P(X > n). This means the probability of needing more trials does not depend on how many trials have already occurred. It is the only discrete distribution with this property.

几何分布的一个独特性质是无记忆性:P(X > m + n | X > m) = P(X > n)。这意味着需要更多试验的概率不取决于已经进行了多少次试验。它是唯一具有此性质的离散分布。

When using geometric distributions in hypothesis tests, always clearly define p as the probability of success and state the alternative hypothesis in words, such as ‘p is greater than 0.1’.

在几何分布的假设检验中,务必明确定义 p 为成功概率,并用文字表述备择假设,例如“p 大于 0.1”。


4. The Negative Binomial Distribution | 负二项分布

The negative binomial distribution generalises the geometric distribution to the number of trials required to achieve r successes. We write X ~ NB(r, p). The probability that the r-th success occurs on the x-th trial is P(X = x) = ⁿCₓ₋₁ pʳ (1 − p)ˣ⁻ʳ, for x = r, r + 1, r + 2, …

负二项分布将几何分布推广到获得 r 次成功所需的试验次数。记作 X ~ NB(r, p)。第 r 次成功出现在第 x 次试验的概率为 P(X = x) = ⁿCₓ₋₁ pʳ (1 − p)ˣ⁻ʳ,其中 x = r, r + 1, r + 2, …

The mean and variance are E(X) = r/p and Var(X) = r(1 − p)/p². When r = 1, the negative binomial reduces to the geometric distribution, so you can treat the geometric as a special case.

均值和方差分别为 E(X) = r/p,Var(X) = r(1 − p)/p²。当 r = 1 时,负二项分布退化为几何分布,因此可将几何分布视为特例。

The binomial coefficient ⁿCₓ₋₁ counts the number of ways to place the first r − 1 successes among the first x − 1 trials; the final trial must be a success.

二项式系数 ⁿCₓ₋₁ 计算前 x − 1 次试验中放置前 r − 1 次成功的方式数;最后一次试验必须是成功。

Examiners often ask you to identify which distribution is appropriate. If the question mentions ‘until the 4th success occurs’, use NB(4, p); if it says ‘until the first success’, use Geo(p).

考官常要求你判断使用哪种分布。若题目提到“直到第 4 次成功出现”,使用 NB(4, p);若说“直到首次成功”,使用 Geo(p)。


5. The Central Limit Theorem | 中心极限定理

The Central Limit Theorem (CLT) states that for a random sample of size n from a distribution with mean μ and variance σ², the sample mean X̄ is approximately normally distributed with mean μ and variance σ²/n, provided n is sufficiently large.

中心极限定理(CLT)指出:从均值为 μ、方差为 σ² 的分布中抽取容量为 n 的随机样本,当 n 足够大时,样本均值 X̄ 近似服从均值为 μ、方差为 σ²/n 的正态分布。

In FS1, you use the CLT to approximate the distribution of the sample mean from non-normal populations, especially the Poisson distribution. If X ~ Po(λ), then for large n the sample mean X̄ is approximately N(λ, λ/n).

在 FS1 中,你使用 CLT 对非正态总体(尤其是泊松分布)的样本均值分布进行近似。若 X ~ Po(λ),则当 n 较大时,样本均值 X̄ 近似服从 N(λ, λ/n)。

To standardise, use Z = (X̄ − μ) / √(σ²/n). For example, if the mean number of accidents per day is 3.2 and a sample of 40 days is taken, then X̄ ≈ N(3.2, 3.2/40), so you can calculate probabilities such as P(X̄ > 4).

标准化时使用 Z = (X̄ − μ) / √(σ²/n)。例如,若每天事故平均数为 3.2,抽取 40 天的样本,则 X̄ ≈ N(3.2, 3.2/40),于是可以计算诸如 P(X̄ > 4) 的概率。

Remember that the CLT applies to the sample mean, not to individual observations. Also, you may need to use a continuity correction when approximating a discrete distribution, but this is not required when finding probabilities from the normal approximation of X̄.

请记住 CLT 适用于样本均值,而非单个观测值。此外,用正态分布近似离散分布时可能需要进行连续性修正,但在计算 X̄ 的正态近似概率时不需要。


6. Linear Combinations of Independent Random Variables | 独立随机变量的线性组合

When X and Y are independent, the expectation of a linear combination is E(aX + bY) = aE(X) + bE(Y). The variance is Var(aX + bY) = a²Var(X) + b²Var(Y). This is a direct extension of the single-variable rules.

当 X 与 Y 独立时,线性组合的期望为 E(aX + bY) = aE(X) + bE(Y)。方差为 Var(aX + bY) = a²Var(X) + b²Var(Y)。这是单变量规则的直接推广。

If X and Y are both Poisson with parameters λ₁ and λ₂, then X + Y ~ Po(λ₁ + λ₂), as stated earlier. This result is exact, not an approximation, and holds only for the sum (not the difference).

若 X 与 Y 均为泊松分布,参数分别为 λ₁ 和 λ₂,则 X + Y ~ Po(λ₁ + λ₂),如前所述。该结果是精确的而非近似,并且仅对和成立(对差不成立)。

For the difference X − Y, the expectation is E(X − Y) = E(X) − E(Y), but the variance is Var(X − Y) = Var(X) + Var(Y), because the coefficient −1 is squared.

对于差 X − Y,期望为 E(X − Y) = E(X) − E(Y),但方差为 Var(X − Y) = Var(X) + Var(Y),因为系数 −1 被平方。

When combining sample means, for independent samples of sizes n₁ and n₂, the mean of X̄₁ − X̄₂ is μ₁ − μ₂, and the variance is σ₁²/n₁ + σ₂²/n₂. This is frequently tested in exam questions comparing two populations.

合并样本均值时,对于容量分别为 n₁ 和 n₂ 的独立样本,X̄₁ − X̄₂ 的均值为 μ₁ − μ₂,方差为 σ₁²/n₁ + σ₂²/n₂。这在考试中经常用于比较两个总体。


7. Hypothesis Testing for a Poisson Mean | 泊松均值的假设检验

In FS1, you conduct hypothesis tests for the parameter λ of a Poisson distribution using a single observed count. The null hypothesis is always written as H₀: λ = λ₀, and the alternative as H₁: λ < λ₀, λ > λ₀, or λ ≠ λ₀ depending on the context.

在 FS1 中,你使用单个观测计数对泊松分布的参数 λ 进行假设检验。原假设写作 H₀: λ = λ₀,备择假设根据具体情境为 H₁: λ < λ₀、λ > λ₀ 或 λ ≠ λ₀。

To find the critical region, calculate cumulative Poisson probabilities from the observed value. For a one-tailed test at significance level α, reject H₀ if P(X ≤ x) ≤ α for a lower-tail test, or if P(X ≥ x) ≤ α for an upper-tail test.

要确定拒绝域,需从观测值出发计算累积泊松概率。对于显著性水平 α 的单尾检验:若是左尾检验,当 P(X ≤ x) ≤ α 时拒绝 H₀;若是右尾检验,当 P(X ≥ x) ≤ α 时拒绝 H₀。

For example, suppose a factory claims the mean number of defects per batch is 2.5. You observe 6 defects in one batch. To test at the 5% level whether the mean has increased, calculate P(X ≥ 6) when X ~ Po(2.5). If this probability is below 0.05, reject H₀.

例如,某工厂声称每批次平均缺陷数为 2.5。你在一个批次中观察到 6 个缺陷。要在 5% 显著性水平下检验均值是否增加,计算 X ~ Po(2.5) 时 P(X ≥ 6)。若该概率小于 0.05,则拒绝 H₀。

When reporting your conclusion, always include three elements: the test statistic or probability, the comparison with the significance level, and the conclusion in the context of the question. Avoid vague statements like ‘reject the null’ without linking to the problem.

在报告结论时,务必包含三个要素:检验统计量或概率、与显著性水平的比较、以及结合问题情境的结论。避免仅写“拒绝原假设”而不联系实际题目情境。


8. Chi-Squared Goodness of Fit Test | 卡方拟合优度检验

The chi-squared goodness of fit test determines whether observed frequencies fit a specified distribution, such as Poisson, binomial, or uniform. The test statistic is χ² = Σ (O − E)² / E, where O is the observed frequency and E is the expected frequency under the null hypothesis.

卡方拟合优度检验用于判断观测频数是否符合指定的分布(如泊松、二项或均匀分布)。检验统计量为 χ² = Σ (O − E)² / E,其中 O 为观测频数,E 为原假设下的期望频数。

The degrees of freedom are df = k − 1 − m, where k is the number of categories after combining and m is the number of parameters estimated from the data. For example, if you test against a Poisson distribution and estimate λ from the data, m = 1.

自由度为 df = k − 1 − m,其中 k 是合并后的类别数,m 是从数据中估计的参数个数。例如,若检验泊松分布并从数据估计 λ,则 m = 1。

You must combine categories so that every expected frequency is at least 5, although some exam boards allow a minimum of 4. If an expected frequency is too small, merge adjacent categories to satisfy this condition, and reduce k accordingly.

必须合并类别,使每个期望频数至少为 5,虽然有些考试局允许最小值为 4。若期望频数过小,应合并相邻类别以满足该条件,并相应减少 k。

After calculating χ², compare it with the critical value from the chi-squared table at the given significance level and degrees of freedom. Reject H₀ if the test statistic exceeds the critical value. Remember that the chi-squared test is always one-tailed to the right.

计算出 χ² 后,将其与给定显著性水平和自由度下的卡方临界值比较。若检验统计量大于临界值,则拒绝 H₀。记住卡方检验始终是右单尾检验。


9. Chi-Squared Contingency Table Test | 卡方列联表检验

A contingency table test checks for association between two categorical variables. The data are arranged in an r × c table of observed frequencies. Under the null hypothesis of no association, the expected frequency for each cell is (row total × column total) / grand total.

列联表检验用于检查两个分类变量之间是否存在关联。数据以 r × c 观测频数表的形式排列。在无关联的原假设下,每个单元格的期望频数为(行合计 × 列合计)/ 总合计。

The degrees of freedom are df = (r − 1)(c − 1). For a 2 × 2 table, df = 1. The test statistic uses the same formula χ² = Σ (O − E)² / E, summed over all cells.

自由度为 df = (r − 1)(c − 1)。对于 2 × 2 表,df = 1。检验统计量使用相同公式 χ² = Σ (O − E)² / E,对所有单元格求和。

When calculating expected frequencies, do not round them to whole numbers; keep at least two decimal places. The expected frequencies are not observed counts, so decimal values are perfectly acceptable.

计算期望频数时不要四舍五入为整数;至少保留两位小数。期望频数不是观测计数,因此小数完全合理。

After obtaining the test statistic, compare with the critical value. A large χ² value indicates that the observed frequencies deviate significantly from the expected frequencies, suggesting an association between the variables. Always state the conclusion in context.

得到检验统计量后与临界值比较。较大的 χ² 值表明观测频数与期望频数存在显著偏差,暗示变量之间存在关联。务必结合情境给出结论。

χ² = Σ (O − E)² / E, Expected = Row Total × Column Total / Grand Total


10. Exam Techniques and Common Pitfalls | 考试技巧与常见易错点

Here are the most common mistakes students make in FS1, and how to avoid them.

以下是学生在 FS1 中最常犯的错误以及如何避免它们。

  • Confusing Var(aX + b) with aVar(X). The correct rule squares the coefficient: Var(aX + b) = a²Var(X).

    混淆 Var(aX + b) 与 aVar(X)。正确规则是对系数平方:Var(aX + b) = a²Var(X)。

  • Forgetting to check that expected frequencies are at least 5 in chi-squared tests. Always combine adjacent classes if needed.

    忘记检查卡方检验中期望频数至少为 5。如有必要,务必合并相邻类别。

  • Using the wrong degrees of freedom. For goodness of fit, subtract the number of estimated parameters; for contingency tables, use (r − 1)(c − 1).

    使用错误的自由度。拟合优度检验要减去估计参数的个数;列联表使用 (r − 1)(c − 1)。

  • Misidentifying the distribution from the wording. ‘First success’ implies geometric; ‘r-th success’ implies negative binomial; ‘fixed interval average rate’ implies Poisson.

    根据题意误判分布。“首次成功”暗示几何分布;“第 r 次成功”暗示负二项分布;“固定间隔的平均发生率”暗示泊松分布。

  • Neglecting to state the conclusion in context. Marks are awarded for saying whether the evidence supports the manufacturer’s claim or whether there is sufficient evidence of an association.

    未结合情境陈述结论。写出证据是否支持厂商声明或是否有充分证据表明存在关联,才能获得相应分数。

In addition, always write down the null and alternative hypotheses in symbols, give the distribution used (e.g. X ~ Po(3.2)), and show your standardisation step clearly. Partial marks are generous, but only if your working is visible.

此外,务必用符号写出原假设和备择假设,说明所用分布(例如 X ~ Po(3.2)),并清晰展示标准化步骤。步骤分很慷慨,但前提是你写出了过程。

Finally, practise past paper questions under timed conditions. FS1 is a computational and conceptual module; speed with your calculator’s statistical functions and fluency with the standard formulas are essential for finishing the paper.

最后,在限时条件下练习历年真题。FS1 是一个兼具计算和概念的模块;熟练使用计算器的统计功能并流利掌握标准公式,是完成试卷的关键。


This revision guide covers all major topics in Edexcel FS1. Make sure you can reproduce every formula above without looking, and understand the conditions under which each distribution or test is valid. Good luck with your examinations!

本复习指南涵盖了 Edexcel FS1 的所有主要专题。请确保你不看资料也能写出以上每个公式,并理解每种分布或检验的适用条件。祝你考试顺利!

Published by TutorHao | Further Mathematics 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