GCSE Edexcel Statistics: Core Knowledge Summary | GCSE Edexcel 统计:核心知识点梳理

📚 GCSE Edexcel Statistics: Core Knowledge Summary | GCSE Edexcel 统计:核心知识点梳理

This article provides a comprehensive overview of the essential topics covered in GCSE Edexcel Statistics, from data collection and presentation to probability, correlation, and index numbers. Each section is designed to reinforce your understanding and help you prepare effectively for the exam.

本文全面梳理了 GCSE Edexcel 统计学科的核心知识点,涵盖数据收集与呈现、概率、相关性以及指数等内容。每个部分旨在巩固你的理解,帮助你高效备考。

1. Types of Data and Collection Methods | 数据类型与收集方法

Data can be classified as qualitative (non-numerical, e.g., favourite colour) or quantitative (numerical). Quantitative data is further divided into discrete data, which takes only specific values (e.g., number of students), and continuous data, which can take any value within a range (e.g., height).

数据可分为定性数据(非数值,如最喜欢的颜色)和定量数据(数值)。定量数据又可分为离散数据,只能取特定值(如学生人数),以及连续数据,可以在一个范围内取任意值(如身高)。

Primary data is collected directly by the researcher for a specific purpose, using methods like surveys, experiments, or observations. Secondary data is obtained from existing sources such as government reports, websites, or previous studies.

原始数据由研究者为特定目的直接收集,方法包括调查、实验或观察。二手数据则从现有来源获取,如政府报告、网站或先前的研究。

A census collects data from every member of a population, while a sample collects data from a subset. A census is more accurate but often impractical; a sample is quicker and cheaper but may introduce bias if not chosen carefully.

普查是从总体的每个成员收集数据,而抽样是从一个子集中收集。普查更准确但常常不切实际;抽样更快、更经济,但如果选择不慎可能引入偏差。


2. Sampling Techniques | 抽样技术

Simple random sampling gives every member of the population an equal chance of selection, often using random number generators. It minimises bias but can be cumbersome without a complete sampling frame.

简单随机抽样使总体中每个成员有相等的被选机会,通常使用随机数生成器。它能最小化偏差,但如果没有完整的抽样框可能难以实施。

Stratified sampling divides the population into distinct groups (strata) based on a characteristic, then takes a random sample from each stratum in proportion to its size. This ensures representation of all subgroups.

分层抽样根据某一特征将总体分成不同的组(层),然后按各层规模的比例从每层随机抽取样本。这确保了所有子群体的代表性。

Systematic sampling selects every k-th member from a list after a random start. Cluster sampling splits the population into clusters, then randomly selects a few clusters to sample completely. Quota sampling sets fixed numbers of respondents from different categories without random selection.

系统抽样在随机起点之后,从列表中每隔 k 个成员选择一个。整群抽样将总体分成群组,随机选择一些群组进行全面调查。配额抽样设定不同类别的受访者固定数量,但不进行随机选择。


3. Frequency Tables and Diagrams | 频数表与图表

A frequency table organises data by listing values or class intervals alongside their frequencies. Grouped frequency tables are used for continuous data or large data sets, with classes like 0 ≤ x < 10.

频数表通过列出数值或组距及其频数来整理数据。分组频数表用于连续数据或大数据集,组距如 0 ≤ x < 10。

Bar charts represent categorical or discrete data with gaps between bars, while histograms are used for continuous grouped data with no gaps and area proportional to frequency. In a histogram, frequency = frequency density × class width.

条形图用于分类或离散数据,条形之间有间隔;而直方图用于连续分组数据,条形紧挨,面积与频数成正比。直方图中,频数 = 频数密度 × 组距。

Pie charts show proportions of a whole, with each sector’s angle calculated as (frequency / total frequency) × 360°. Stem-and-leaf diagrams display raw data in an ordered way, making it easy to find medians and quartiles.

饼图显示各部分占整体的比例,每个扇区的角度计算为 (频数 / 总频数) × 360°。茎叶图以有序方式展示原始数据,便于寻找中位数和四分位数。


4. Measures of Central Tendency | 集中趋势的度量

The mean is the arithmetic average, calculated by summing all values and dividing by the number of values. For grouped data, the mean is estimated using midpoints: Σ(f × midpoint) / Σf.

平均数是算术平均值,通过将所有数值求和再除以数值个数计算。对于分组数据,使用组中值估算平均数:Σ(f × 组中值) / Σf。

The median is the middle value when data are ordered. For ungrouped data with n values, the median is the (n+1)/2 th value. In grouped data, linear interpolation within the median class is used to estimate the exact median.

中位数是数据排序后位于中间的值。对于未分组数据,若数据个数为 n,中位数为第 (n+1)/2 个值。在分组数据中,需要在中位数组内使用线性插值法估算精确中位数。

The mode is the most frequently occurring value. For grouped data, the modal class is the interval with the highest frequency. A data set can have no mode, one mode (unimodal), or multiple modes.

众数是出现频率最高的值。对于分组数据,众数组是频数最高的区间。一个数据集可能没有众数、有一个众数(单峰)或多个众数。


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

The range is the difference between the largest and smallest values. It is easy to calculate but sensitive to outliers. The interquartile range (IQR) is Q₃ − Q₁, covering the middle 50% of data and is more robust.

极差是最大值与最小值之差。它易于计算但易受异常值影响。四分位距 (IQR) 为 Q₃ − Q₁,涵盖中间 50% 的数据,更为稳健。

Standard deviation measures how spread out values are from the mean. For a population, σ = √[ Σ(x − μ)² / N ]; for a sample, s = √[ Σ(x − x̄)² / (n−1) ]. A larger standard deviation indicates greater variability.

标准差衡量数值与平均值的离散程度。对于总体,σ = √[ Σ(x − μ)² / N ];对于样本,s = √[ Σ(x − x̄)² / (n−1) ]。标准差越大,变异性越大。

Variance is the square of standard deviation. It is useful in further statistical analysis, though standard deviation is preferred for interpretation as it is in the original units.

方差是标准差的平方。它在进一步的统计分析中很有用,但解释时通常用标准差,因为标准差与原始数据单位相同。


6. Box Plots and Outliers | 箱线图与异常值

A box plot (or box-and-whisker diagram) displays the minimum, lower quartile (Q₁), median (Q₂), upper quartile (Q₃), and maximum. The box spans Q₁ to Q₃, with the median marked inside.

箱线图(或盒须图)显示最小值、下四分位数 (Q₁)、中位数 (Q₂)、上四分位数 (Q₃) 和最大值。箱体从 Q₁ 延伸到 Q₃,中位数标在箱体内。

Outliers are unusually distant values. One common rule defines an outlier as any value less than Q₁ − 1.5×IQR or greater than Q₃ + 1.5×IQR. Outliers can be plotted as individual points on a box plot.

异常值是异常远离其他数据的值。一个常见规则是,任何小于 Q₁ − 1.5×IQR 或大于 Q₃ + 1.5×IQR 的值被视为异常值。在箱线图中,异常值可绘制为单独的点。

Box plots are excellent for comparing distributions side by side, revealing differences in centre, spread, skewness, and the presence of outliers without assuming any underlying distribution.

箱线图非常适合并排比较不同分布,揭示中心、离散程度、偏度以及异常值的存在,无需假设任何潜在的分布。


7. Cumulative Frequency and Percentiles | 累积频率与百分位数

A cumulative frequency table adds frequencies up to the end of each class. The cumulative frequency curve (ogive) plots cumulative frequency against the upper class boundaries, producing an S-shaped graph.

累积频数表将每个组距之前的频数累加。累积频率曲线(累积曲线)以组距上界为横坐标、累积频数为纵坐标绘制,形成 S 形图。

The median is estimated from the curve by finding the value corresponding to half the total frequency. Quartiles are found at ¼ and ¾ of the total frequency, and percentiles at any desired percentage.

从曲线上可以通过找到对应总频数一半的值来估算中位数。四分位数在总频数的 ¼ 和 ¾ 处找到,百分位数则可在任意需要的百分比处找到。

Interpreting an ogive: a steeper section indicates a higher frequency density in that interval. Comparing two cumulative frequency curves can show which distribution has higher values at various percentiles.

解读累积曲线:较陡的部分表示该区间频数密度较高。比较两条累积频率曲线可以显示在哪些百分位数上哪个分布的取值更高。


8. Probability Basics | 概率基础

Probability measures the likelihood of an event, ranging from 0 (impossible) to 1 (certain). The probability of an event A is P(A) = number of favourable outcomes / total number of possible outcomes, if all outcomes are equally likely.

概率衡量事件发生的可能性,范围从 0(不可能)到 1(必然)。如果所有结果等可能发生,事件 A 的概率为 P(A) = 有利结果数 / 可能结果总数。

The complement rule: P(not A) = 1 − P(A). Mutually exclusive events cannot happen at the same time, so P(A or B) = P(A) + P(B). For independent events, P(A and B) = P(A) × P(B).

互补规则:P(非 A) = 1 − P(A)。互斥事件不能同时发生,因此 P(A 或 B) = P(A) + P(B)。对于独立事件,P(A 且 B) = P(A) × P(B)。

Conditional probability considers the probability of A given B, written P(A|B) = P(A and B) / P(B). Tree diagrams and Venn diagrams are powerful tools for visualising multi-stage experiments and conditional scenarios.

条件概率考虑在 B 发生的条件下 A 发生的概率,写作 P(A|B) = P(A 且 B) / P(B)。树状图和文氏图是可视化多阶段试验和条件情境的强大工具。


9. Probability Distributions and Expected Value | 概率分布与期望值

A discrete probability distribution lists all possible outcomes of a discrete random variable and their probabilities, which must sum to 1. The expected value E(X) = Σ [x × P(X = x)] represents the long-term average.

离散概率分布列出离散随机变量的所有可能结果及其概率,概率之和必须为 1。期望值 E(X) = Σ [x × P(X = x)] 表示长期平均值。

The binomial distribution applies when there are a fixed number n of independent trials, each with two outcomes (success/failure) and constant probability of success p. The probability of exactly r successes is P(X = r) = ⁿCᵣ × pʳ × (1−p)ⁿ⁻ʳ.

二项分布适用于:固定试验次数 n,每次试验独立,只有两种结果(成功/失败),成功概率 p 恒定。恰好 r 次成功的概率为 P(X = r) = ⁿCᵣ × pʳ × (1−p)ⁿ⁻ʳ。

For a normal distribution, data is symmetric and bell-shaped. In GCSE Statistics, you may be asked to use given normal probabilities or standardise values using z = (x − μ) / σ, then refer to standard normal tables.

对于正态分布,数据呈对称的钟形。在 GCSE 统计中,你可能需要利用给定的正态分布概率,或使用公式 z = (x − μ) / σ 进行标准化,然后查阅标准正态分布表。


10. Scatter Graphs and Correlation | 散点图与相关性

A scatter graph plots paired numerical data (x, y). It reveals the type and strength of relationship between two variables. Positive correlation means as x increases, y tends to increase; negative correlation means as x increases, y tends to decrease.

散点图绘制成对的数值数据 (x, y)。它显示两个变量之间关系的类型和强度。正相关意味着 x 增加时 y 往往也增加;负相关意味着 x 增加时 y 往往减少。

Correlation does not imply causation. A strong correlation may be due to a third factor or coincidence. Spearman’s rank correlation coefficient (rₛ) is used with non-linear monotonic relationships or when data is ranked.

相关不意味着因果。强相关可能是由第三个因素或巧合造成的。斯皮尔曼等级相关系数 (rₛ) 用于非线性单调关系或当数据为等级数据时。

The line of best fit (regression line) can be drawn by eye or calculated using the least squares method: y = a + bx, where b = Σ[(x−x̄)(y−ȳ)] / Σ(x−x̄)² and a = ȳ − bx̄. This line is used for interpolation and, cautiously, extrapolation.

最佳拟合线(回归线)可通过目测绘制或使用最小二乘法计算:y = a + bx,其中 b = Σ[(x−x̄)(y−ȳ)] / Σ(x−x̄)²,a = ȳ − bx̄。这条直线可用于内插和在外推中谨慎使用。


11. Time Series and Moving Averages | 时间序列与移动平均

A time series records data points in chronological order. Its components are trend (long-term movement), seasonal variation (regular pattern within fixed periods), and random fluctuations (irregular residuals).

时间序列按时间顺序记录数据点。其组成部分包括趋势(长期变动)、季节变动(固定周期内的规律模式)和随机波动(无规律残差)。

Moving averages smooth out short-term fluctuations to reveal the underlying trend. A moving average of order k replaces each value with the mean of k consecutive observations. The result is plotted against the centre of the time interval.

移动平均法消除短期波动以揭示潜在趋势。k 阶移动平均将每个值替换为连续 k 个观测值的均值。结果绘制在时间区间的中点处。

Seasonal effects can be estimated by subtracting the trend from the actual values or by calculating average seasonal variations. These are used to make forecasts: forecast = trend estimate + seasonal effect.

季节效应可通过从实际值中减去趋势或计算平均季节变动来估计。这些用于进行预测:预测值 = 趋势估计值 + 季节效应。


12. Index Numbers | 指数

An index number measures the relative change in a variable over time. The base period is given an index of 100. A simple price index is calculated as (current price / base price) × 100.

指数衡量一个变量随时间变化的相对程度。基期指数定为 100。简单价格指数计算为 (当前价格 / 基期价格) × 100。

Weighted index numbers, such as the Retail Price Index (RPI), combine several items by multiplying each price relative by its weight and dividing by total weight. The formula is Σ (weight × price relative) / Σ weight.

加权指数,如零售价格指数 (RPI),通过将每个项目的价格比乘以各自的权重再除以总权重来综合多个项目。公式为 Σ (权重 × 价格比) / Σ 权重。

Chain base index numbers link successive time periods, with each period’s index calculated based on the previous period. This method is useful when the base period changes or when comparing overlapping segments.

链基指数将连续的时间段连接起来,每个时期的指数基于前一期计算。当基期发生变化或比较重叠的时段时,这种方法非常有用。


Published by TutorHao | Statistics 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