📚 Statistical Analysis Methods and Applications | 统计分析方法及应用
Statistics is the science of collecting, organising, analysing and interpreting data. In A-Level mathematics, statistical methods form a core component that bridges theoretical probability with real-world decision making. This article presents the essential statistical tools you must master for your examinations, from measures of central tendency to hypothesis testing, with practical guidance on how to apply each technique correctly.
统计学是收集、整理、分析和解释数据的科学。在 A-Level 数学中,统计方法是将理论概率与现实决策联系起来的核心组成部分。本文将介绍你在考试中必须掌握的基本统计工具,从集中趋势度量到假设检验,并针对如何正确应用每种技巧提供实用指导。
1. Measures of Central Tendency | 集中趋势度量
The mean, median and mode summarise a data set using a single representative value. The mean is calculated by summing all observations and dividing by the number of observations. For the data set x₁, x₂, …, xₙ, the mean x̄ = (Σx)/n. It is the most widely used measure but is sensitive to extreme values, known as outliers.
均值、中位数和众数用单个代表性数值来概括数据集。均值的计算方法是将所有观测值相加并除以观测值个数。对于数据集 x₁、x₂、…、xₙ,均值 x̄ = (Σx)/n。它是使用最广泛的度量,但对极端值(即离群值)敏感。
The median is the middle value when data are arranged in ascending order. If n is odd, the median is the ((n+1)/2)th value; if n is even, it is the mean of the two middle values. The median is robust to outliers, making it preferred for skewed distributions. The mode is the value that occurs most frequently and is useful for categorical data.
中位数是数据按升序排列后的中间值。若 n 为奇数,中位数是第 ((n+1)/2) 个值;若 n 为偶数,则为两个中间值的平均值。中位数对离群值具有稳健性,因此偏态分布更倾向于使用中位数。众数是出现频率最高的数值,适用于分类数据。
For grouped data, we estimate the mean using midpoints of class intervals. The formula is x̄ = Σ(fx)/Σf, where f is the frequency and x is the midpoint of each class. The modal class is the class with the highest frequency, and the median can be estimated from a cumulative frequency graph.
对于分组数据,我们使用组区间的组中值来估计均值,公式为 x̄ = Σ(fx)/Σf,其中 f 是频数,x 是每组的组中值。众数所在组是频数最高的组,中位数可通过累积频率图估计。
2. Measures of Dispersion | 离散程度度量
Central tendency alone cannot describe a data set fully; two data sets may share the same mean yet differ greatly in spread. The range is the simplest measure, calculated as the difference between the maximum and minimum values. However, it is heavily influenced by outliers and ignores the distribution of all other values.
仅靠集中趋势无法完整描述数据集;两个数据集可能均值相同,但离散程度差异很大。极差是最简单的度量,计算公式为最大值与最小值之差。然而,它受离群值影响很大,且忽略了所有其他值的分布。
The interquartile range (IQR) overcomes this limitation. The lower quartile Q₁ is the 25th percentile and the upper quartile Q₃ is the 75th percentile. The IQR = Q₃ − Q₁ represents the spread of the middle 50% of the data, making it robust to outliers.
四分位距(IQR)克服了这一局限。下四分位数 Q₁ 是第 25 百分位数,上四分位数 Q₃ 是第 75 百分位数。IQR = Q₃ − Q₁ 代表数据中间 50% 的离散程度,对离群值具有稳健性。
Variance and standard deviation measure the average squared deviation from the mean. For a population, the variance is σ² = Σ(x−μ)²/N, and the standard deviation is σ = √(Σ(x−μ)²/N). For a sample, we use s² = Σ(x−x̄)²/(n−1), dividing by n−1 to account for the degrees of freedom lost in estimating the mean.
方差和标准差度量数据相对于均值的平均平方偏差。对于总体,方差为 σ² = Σ(x−μ)²/N,标准差为 σ = √(Σ(x−μ)²/N)。对于样本,我们使用 s² = Σ(x−x̄)²/(n−1),除以 n−1 以考虑估计均值所损失的自由度。
An equivalent computational formula for variance is σ² = Σx²/N − μ², which is often faster to use with large data sets. Remember that standard deviation carries the same units as the original data, whereas variance is in squared units.
方差的一个等价计算公式是 σ² = Σx²/N − μ²,在处理大数据集时通常更快。记住,标准差与原始数据具有相同的单位,而方差的单位是平方单位。
3. Data Representation | 数据表示方法
Visualising data is essential for identifying patterns, trends and anomalies. A histogram displays grouped continuous data using bars whose areas are proportional to frequencies. In a histogram, the vertical axis is frequency density, calculated as frequency ÷ class width. This allows bars of unequal class widths to be compared fairly.
数据可视化对于识别模式、趋势和异常值至关重要。直方图使用面积与频数成比例的条形来显示分组连续数据。在直方图中,纵轴是频率密度,计算公式为 频数 ÷ 组宽。这使得不同组宽的条形可以公平比较。
A box plot (also called a box-and-whisker diagram) displays the five-number summary: minimum, Q₁, median, Q₃ and maximum. The box spans the IQR, the line inside marks the median, and the whiskers extend to the extremes. Box plots are excellent for comparing two or more data sets side by side.
箱线图(也称为盒须图)显示五数概括:最小值、Q₁、中位数、Q₃ 和最大值。箱体跨越四分位距,箱内线条标记中位数,须延伸至极值。箱线图非常适合并排比较两个或多个数据集。
A cumulative frequency graph plots cumulative frequency against the upper class boundary. From this curve, you can read the median, quartiles and percentiles easily. To find the median, locate n/2 on the cumulative frequency axis and read across to the corresponding value on the horizontal axis.
累积频率图将累积频数对上组界绘制。从该曲线可以轻松读出中位数、四分位数和百分位数。要找到中位数,在累积频率轴上找到 n/2,横向读取水平轴上对应的值。
4. Probability Distributions | 概率分布
Probability distributions describe how probabilities are spread across possible outcomes. The binomial distribution B(n, p) models the number of successes in n independent trials, each with probability p of success. The probability of exactly x successes is P(X=x) = C(n,x) × pˣ × (1−p)ⁿ⁻ˣ, where C(n,x) is the binomial coefficient.
概率分布描述概率如何在可能的结果中分布。二项分布 B(n, p) 模拟在 n 次独立试验中成功的次数,每次试验成功的概率为 p。恰好 x 次成功的概率为 P(X=x) = C(n,x) × pˣ × (1−p)ⁿ⁻ˣ,其中 C(n,x) 是二项式系数。
Key results for a binomial distribution are the mean E(X) = np and the variance Var(X) = np(1−p). The conditions for using a binomial model are: a fixed number of trials, two possible outcomes per trial, constant probability of success, and independent trials.
二项分布的关键结论有均值 E(X) = np 和方差 Var(X) = np(1−p)。使用二项模型的条件是:试验次数固定、每次试验只有两种可能结果、成功概率保持不变、各次试验相互独立。
The normal distribution N(μ, σ²) is a continuous probability distribution characterised by its bell-shaped, symmetric curve. The standard normal distribution Z = (X−μ)/σ has mean 0 and standard deviation 1. To find probabilities, you convert the value to a z-score and consult the standard normal table.
正态分布 N(μ, σ²) 是一种连续概率分布,以其钟形对称曲线为特征。标准正态分布 Z = (X−μ)/σ 的均值为 0,标准差为 1。要求概率时,将数值转换为 z 分数并查阅标准正态分布表。
The empirical rule states that approximately 68% of data lies within one standard deviation of the mean, 95% within two, and 99.7% within three. This rule provides quick estimates for normal distributions and is frequently examined in A-Level questions.
经验法则表明,约 68% 的数据落在均值的一个标准差内,95% 落在两个标准差内,99.7% 落在三个标准差内。该法则为正态分布提供快速估计,是 A-Level 考试中经常考查的内容。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导