📚 PDF资源导航

AQA Mathematics: A2 Further Maths with Statistics Key Concepts | AQA 数学:A2 进阶数学统计部分知识点精讲

📚 AQA Mathematics: A2 Further Maths with Statistics Key Concepts | AQA 数学:A2 进阶数学统计部分知识点精讲

The AQA A2 Further Mathematics with Statistics module builds on your earlier probability work, introducing advanced discrete models, continuous random variables, sophisticated hypothesis testing, and chi‑squared techniques. This article distils all the essential concepts and formulae you must master for the exam.

AQA A2 进阶数学统计模块在基础概率知识之上,进一步引入高级离散模型、连续随机变量、复杂的假设检验以及卡方分析方法。本文提炼了备考必须掌握的所有核心概念与公式。

1. Discrete Distributions: Binomial & Poisson Review | 离散分布回顾:二项分布与泊松分布

A binomial random variable counts the number of successes in n independent trials, each with success probability p. The probability mass function is P(X = x) = C(n, x) px (1 − p)n−x, where C(n, x) is the binomial coefficient. The mean is μ = np and the variance is σ² = np(1−p).

二项随机变量计录 n 次独立试验中成功的次数,每次成功概率为 p。概率质量函数为 P(X = x) = C(n, x) px (1 − p)n−x,其中 C(n, x) 是二项式系数。均值为 μ = np,方差为 σ² = np(1−p)。

A Poisson distribution models rare events occurring randomly in a fixed interval. If X ~ Po(λ), then P(X = x) = e−λ λx / x! for x = 0, 1, 2, … . Both the mean and variance equal λ. The sum of two independent Poisson variables is also Poisson: Po(λ₁) + Po(λ₂) = Po(λ₁+λ₂).

泊松分布用于对固定区间内随机发生的稀有事件进行建模。若 X ~ Po(λ),则 P(X = x) = e−λ λx / x!, x = 0,1,2,…。均值与方差都等于 λ。两个独立的泊松变量之和仍为泊松分布:Po(λ₁) + Po(λ₂) = Po(λ₁+λ₂)。


2. Geometric & Negative Binomial Distributions | 几何分布与负二项分布

The geometric distribution Ge(p) counts the number of trials until the first success. Its pmf is P(X = x) = p(1−p)x−1 for x = 1, 2, 3, … . The mean is 1/p and the variance is (1−p)/p².

几何分布 Ge(p) 用于计算首次成功所需的试验次数。概率质量函数为 P(X = x) = p(1−p)x−1,x = 1,2,3,…。均值为 1/p,方差为 (1−p)/p²。

The negative binomial distribution NegBin(r, p) models the number of trials needed to achieve r successes. The pmf is P(X = x) = C(x−1, r−1) pr (1−p)x−r, for x = r, r+1, … . Its mean is r/p and variance is r(1−p)/p².

负二项分布 NegBin(r, p) 用于建模达到 r 次成功所需的试验次数。pmf 为 P(X = x) = C(x−1, r−1) pr (1−p)x−r,x = r, r+1,…。均值为 r/p,方差为 r(1−p)/p²。


3. Continuous Random Variables & PDF/CDF | 连续随机变量与概率密度/分布函数

A continuous random variable is described by a probability density function f(x). The pdf must satisfy f(x) ≥ 0 and ∫−∞ f(x) dx = 1. The probability of X lying in an interval is P(a < X < b) = ∫ab f(x) dx.

连续随机变量由概率密度函数 f(x) 刻画。pdf 必须满足 f(x) ≥ 0 且 ∫−∞ f(x) dx = 1。X 落在某区间内的概率为 P(a < X < b) = ∫ab f(x) dx。

The cumulative distribution function (cdf) is F(x) = P(X ≤ x) = ∫−∞x f(t) dt. Probabilities can be found from F: P(a < X < b) = F(b) − F(a). The median m is the value for which F(m) = 0.5.

累积分布函数 (cdf) 定义为 F(x) = P(X ≤ x) = ∫−∞x f(t) dt。概率可从 F 求得:P(a < X < b) = F(b) − F(a)。中位数 m 是满足 F(m) = 0.5 的值。

For a continuous random variable, the expectation is E(X) = ∫ x f(x) dx, and the variance is Var(X) = E(X²) − [E(X)]². If the pdf is defined piecewise, these integrals are evaluated over the appropriate domains.

对于连续随机变量,期望为 E(X) = ∫ x f(x) dx,方差为 Var(X) = E(X²) − [E(X)]²。若 pdf 是分段定义的,则需在相应区间上计算这些积分。


4. Common Continuous Distributions | 常见连续分布

The uniform distribution on [a, b], written U(a, b), has constant pdf f(x) = 1/(b−a) for a ≤ x ≤ b. Its mean is (a+b)/2 and variance is (b−a)²/12.

区间 [a, b] 上的均匀分布记为 U(a, b),其 pdf 为常数 f(x) = 1/(b−a),a ≤ x ≤ b。均值为 (a+b)/2,方差为 (b−a)²/12。

The exponential distribution Exp(λ) models waiting times with rate λ. Its pdf is f(x) = λe−λx for x ≥ 0. The mean is 1/λ and the variance is 1/λ². The distribution is memoryless: P(X > s+t | X > s) = P(X > t).

指数分布 Exp(λ) 用于以速率 λ 建模等待时间。其 pdf 为 f(x) = λe−λx,x ≥ 0。均值为 1/λ,方差为 1/λ²。该分布无记忆性:P(X > s+t | X > s) = P(X > t)。


5. Normal Distribution & Standardisation | 正态分布与标准化

If X ~ N(μ, σ²), the standardised variable is Z = (X − μ)/σ ~ N(0, 1). Probabilities for any normal variable can be obtained by converting to Z‑scores and using standard normal tables.

若 X ~ N(μ, σ²),则标准化变量为 Z = (X − μ)/σ ~ N(0, 1)。任何正态变量的概率都可以通过转为 Z 分数并查标准正态表求得。

Key facts: P(Z > z) = 1 − Φ(z), P(Z < −z) = Φ(−z), and P(−z < Z < z) = 2Φ(z) − 1. The inverse normal function is used to find values for a given cumulative probability.

关键性质:P(Z > z) = 1 − Φ(z)、P(Z < −z) = Φ(−z)、P(−z < Z < z) = 2Φ(z) − 1。反向查表则用于已知累积概率求对应的值。


6. Sampling & the Central Limit Theorem | 抽样与中心极限定理

If a sample of size n is drawn from a normal population N(μ, σ²), the sample mean X̄ is also normally distributed: X̄ ~ N(μ, σ²/n). The standard error of the mean is σ/√n.

若从正态总体 N(μ, σ²) 中抽取大小为 n 的样本,样本均值 X̄ 也服从正态分布:X̄ ~ N(μ, σ²/n)。均值的标准误差为 σ/√n。

The Central Limit Theorem (CLT) guarantees that, for a non‑normal population with finite mean μ and variance σ², the distribution of X̄ approaches N(μ, σ²/n) as n increases (commonly n ≥ 30). This allows normal approximation for sample means even when the population is not normal.

中心极限定理保证,对于具有有限均值 μ 和方差 σ² 的非正态总体,随着 n 的增大(通常 n ≥ 30),X̄ 的分布趋近于 N(μ, σ²/n)。这使得即使总体非正态,也可对样本均值使用正态近似。


7. Confidence Intervals | 置信区间

A confidence interval (CI) for the population mean μ when σ is known is: X̄ ± zα/2 × σ/√n. Here zα/2 is the critical value from N(0,1) corresponding to the desired confidence level.

当 σ 已知时,总体均值 μ 的置信区间为:X̄ ± zα/2 × σ/√n。其中 zα/2 是与所需置信水平对应的 N(0,1) 临界值。

When σ is unknown and the sample size is small, and the population is assumed normal, the t‑distribution with n−1 degrees of freedom is used: X̄ ± tn−1, α/2 × s/√n. For larger samples the normal approximation is acceptable.

当 σ 未知且样本量较小,并假定总体正态时,使用自由度为 n−1 的 t 分布:X̄ ± tn−1, α/2 × s/√n。对于大样本,正态近似是可接受的。

For a population proportion p, the approximate CI is p̂ ± z × √[p̂(1−p̂)/n], where p̂ = x/n, provided np̂ ≥ 5 and n(1−p̂) ≥ 5.

对于总体比例 p,近似置信区间为 p̂ ± z × √[p̂(1−p̂)/n],其中 p̂ = x/n,且要求 np̂ ≥ 5、n(1−p̂) ≥ 5。


8. Hypothesis Testing for a Normal Mean | 正态均值的假设检验

A hypothesis test for μ sets H₀: μ = μ₀ against a one‑ or two‑tailed alternative. The test statistic under known σ is Z = (X̄ − μ₀) / (σ/√n). The p‑value is the probability of observing a result as extreme as, or more extreme than, the sample statistic, assuming H₀ is true.

对 μ 的假设检验设定原假设 H₀: μ = μ₀,备择假设为单尾或双尾。当 σ 已知时检验统计量为 Z = (X̄ − μ₀) / (σ/√n)。p 值是在 H₀ 为真的条件下,观察到与样本统计量一样极端或更极端结果的概率。

Decision rule: reject H₀ if the p‑value is less than the significance level α, or if the test statistic falls in the critical region (e.g. |Z| > zα/2 for a two‑tailed test). For unknown σ, use the t‑statistic with n−1 degrees of freedom.

决策规则:若 p 值小于显著性水平 α,或检验统计量落入拒绝域(如双尾检验中 |Z| > zα/2),则拒绝 H₀。当 σ 未知时,使用自由度为 n−1 的 t 统计量。


9. Hypothesis Testing for a Binomial Proportion | 二项比例的假设检验

To test H₀: p = p₀, the test statistic can use the normal approximation when np₀ ≥ 5 and n(1−p₀) ≥ 5: Z = (p̂ − p₀) / √[p₀(1−p₀)/n]. A continuity correction improves accuracy: p̂ is adjusted by ± 1/(2n).

检验 H₀: p = p₀ 时,若 np₀ ≥ 5 且 n(1−p₀) ≥ 5,可用正态近似:Z = (p̂ − p₀) / √[p₀(1−p₀)/n]。连续性校正通过 p̂ ± 1/(2n) 提高精确度。

Exact binomial probabilities can also be used directly: find P(X ≥ x) or P(X ≤ x) under H₀ and compare with α/2 or α as appropriate.

也可直接使用精确二项概率:在 H₀ 下计算 P(X ≥ x) 或 P(X ≤ x),并与 α/2 或 α 比较。


10. Chi‑Squared Tests | 卡方检验

The chi‑squared goodness‑of‑fit test evaluates whether observed frequencies agree with a hypothesised distribution. The statistic is χ² = Σ (O − E)² / E, where O are observed and E are expected frequencies. Degrees of freedom: ν = k − 1 − m, where k is the number of categories and m is the number of estimated parameters.

卡方拟合优度检验用于判断观察频数是否与理论分布相合。统计量为 χ² = Σ (O − E)² / E,其中 O 为观察频数,E 为期望频数。自由度 ν = k − 1 − mk 为类别数,m 为估计的参数个数。

A test of independence in a contingency table also uses χ². The degrees of freedom are (r−1)(c−1) for an r × c table. Expected frequencies are calculated as (row total × column total) / grand total. All expected frequencies should be at least 5 for the approximation to be valid.

列联表中的独立性检验同样使用 χ²。r × c 表的自由度为 (r−1)(c−1)。期望频数按(行合计 × 列合计)/ 总计 计算。所有期望频数至少应为 5,近似才有效。

Reject the null hypothesis of no association or good fit if χ² exceeds the critical value from χ² tables at the chosen significance level.

若 χ² 值超过所选显著性水平下的 χ² 表临界值,则拒绝无关联或拟合良好的原假设。


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