📚 Measures of Position: Quantiles and Percentiles | 位置度量:分位数与百分位数解析
In statistics, measures of position describe where a particular data point stands relative to the rest of a dataset. Quantiles and percentiles are essential tools for summarizing distributions, comparing individual scores, and identifying outliers. They form the backbone of box plots, cumulative frequency analysis, and many A-level exam questions.
在统计学中,位置度量用于描述某个数据点在整个数据集中的相对位置。分位数与百分位数是汇总分布、比较个体得分以及识别异常值的重要工具。它们构成了箱线图、累积频率分析以及许多A-level考试题目的核心基础。
1. What Are Measures of Position? | 什么是位置度量?
Measures of position, also called quantiles or fractiles, are values that divide a sorted dataset into equal parts. They tell us not how large a value is in absolute terms, but how it ranks among other values. Common examples include the median, quartiles, deciles, and percentiles.
位置度量,也称为分位数或分位点,是将有序数据集划分为若干等份的数值。它们告诉我们的不是某个值在绝对意义上的大小,而是它在其他值中的排名。常见例子包括中位数、四分位数、十分位数和百分位数。
For example, if a student scores in the 85th percentile on a national exam, it means 85% of candidates scored below this student, and 15% scored above. The raw score itself is less informative without this positional context.
例如,如果一名学生在国家级考试中处于第85百分位数,这意味着85%的考生分数低于该学生,15%的考生分数高于该学生。若缺少这种位置背景,原始分数本身的信息量就相对有限。
2. Quantiles and Percentiles: Definitions | 分位数与百分位数的定义
A quantile is a generic term for values that partition a probability distribution or a dataset into intervals with equal probabilities or equal numbers of observations. Percentiles are a specific type of quantile that divide the data into 100 equal parts. The k-th percentile, denoted Pₖ, is the value below which k% of the observations fall.
分位数是一個通用术语,指将概率分布或数据集划分为具有相等概率或相等观测数量的区间的数值。百分位数是一种特殊的分位数,将数据划分为100个相等部分。第k百分位数,记为Pₖ,是使得k%的观测值落在其下方的数值。
Formally, if a dataset is sorted in ascending order, the percentile rank of a value x is the percentage of observations that are less than or equal to x. Quantiles such as quartiles and deciles are simply percentiles expressed in different units: Q₁ = P₂₅, Q₂ = P₅₀, Q₃ = P₇₅; D₁ = P₁₀, D₂ = P₂₀, etc.
正式地说,若数据集按升序排列,某个值x的百分位数排名是小于或等于x的观测值所占的百分比。四分位数和十分位数等分位数不过是百分位数以不同单位表示而已:Q₁ = P₂₅,Q₂ = P₅₀,Q₃ = P₇₅;D₁ = P₁₀,D₂ = P₂₀,等等。
3. Quartiles in Detail | 四分位数详解
Quartiles divide the sorted data into four equal parts. The first quartile (Q₁) is the 25th percentile, the second quartile (Q₂) is the 50th percentile (the median), and the third quartile (Q₃) is the 75th percentile. The interquartile range (IQR) is defined as Q₃ – Q₁ and is a robust measure of spread.
四分位数将有序数据划分为四个相等部分。第一四分位数(Q₁)是第25百分位数,第二四分位数(Q₂)是第50百分位数(即中位数),第三四分位数(Q₃)是第75百分位数。四分位距(IQR)定义为Q₃ – Q₁,是一种稳健的离散程度度量。
Different textbooks and calculators use different methods to locate quartiles. For a dataset of size n, a common rule is the “median of halves” method: if n is odd, exclude the overall median when finding the median of the lower and upper halves; if n is even, simply split the data into two equal halves. However, A-level specifications often allow the use of interpolation on a cumulative frequency curve.
不同教科书和计算器使用不同方法定位四分位数。对于容量为n的数据集,一种常见规则是“两半的中位数”方法:若n为奇数,在寻找下半部分和上半部分的中位数时排除整体中位数;若n为偶数,则直接将数据分成相等的两半。然而,A-level考纲往往允许在累积频率曲线上使用插值法。
| Measure | Definition | Equivalent Percentile |
| Q₁ | First quartile | P₂₅ |
| Q₂ | Second quartile (median) | P₅₀ |
| Q₃ | Third quartile | P₇₅ |
4. Deciles and Percentiles | 十分位数与百分位数
Deciles divide the data into ten equal parts. The first decile D₁ is the 10th percentile, D₂ is the 20th percentile, and so on. Percentiles give a finer division into 100 parts, allowing precise ranking such as P₅, P₉₅, or P₉₉. These are especially useful for determining outliers and for reporting standardized test results.
十分位数将数据划分为十个相等部分。第一个十分位数D₁是第10百分位数,D₂是第20百分位数,依此类推。百分位数则更精细地划分为100个部分,允许精确排名,如P₅、P₉₅或P₉₉。这些对于确定异常值和报告标准化测试结果尤其有用。
In some contexts, the 0th percentile is the minimum value and the 100th percentile is the maximum value. But in practice, percentiles are often calculated for k between 1 and 99 to avoid ambiguous endpoints.
在某些语境下,第0百分位数是最小值,第100百分位数是最大值。但在实践中,通常计算k介于1到99之间的百分位数,以避免端点处的歧义。
5. Calculating Percentiles by Interpolation | 用插值法计算百分位数
For grouped data or cumulative frequency curves, percentiles are usually found by linear interpolation. Suppose a class boundary interval has lower limit L, upper limit U, cumulative frequency just below L is F, cumulative frequency just below U is F + f, and width is w = U – L. To find the value corresponding to cumulative frequency C, we use:
对于分组数据或累积频率曲线,百分位数通常通过线性插值求得。假设一个组边界区间下限为L,上限为U,低于L的累积频率为F,低于U的累积频率为F + f,组距为w = U – L。要找到对应于累积频率C的值,我们使用:
P ≈ L + (C – F) / f × w
Here, C is the position of the desired percentile. For Pₖ, C = k × n / 100, where n is the total number of observations. This formula assumes the data are uniformly distributed within the interval, a standard approximation for grouped data.
这里,C是所需百分位数的位置。对于Pₖ,C = k × n / 100,其中n是观测总数。该公式假设数据在区间内均匀分布,这是分组数据的标准近似方法。
For example, if n = 200 and we want P₄₀, the position is C = 40 × 200 / 100 = 80. Find the interval where the cumulative frequency reaches 80, then apply the formula with L, F, f, and w taken from that interval.
例如,若n = 200,要求P₄₀,其位置为C = 40 × 200 / 100 = 80。找到累积频率达到80的区间,然后取该区间的L、F、f和w代入公式。
6. The Median as a Special Quantile | 中位数作为特殊分位数
The median Q₂ = P₅₀ is the value that splits the dataset into two equal halves. It is the most commonly used positional measure because it is resistant to extreme values. For a discrete dataset, if n is odd, the median is the ((n + 1)/2)th value in sorted order; if n is even, the median is usually taken as the average of the n/2th and (n/2 + 1)th values.
中位数Q₂ = P₅₀是将数据集划分为相等两半的数值。它是最常用的位置度量,因为其对极端值不敏感。对于离散数据集,若n为奇数,中位数是有序数据中的第((n + 1)/2)个值;若n为偶数,中位数通常取第n/2个和第(n/2 + 1)个值的平均值。
For grouped data, the median is found by locating the class interval containing the cumulative frequency n/2 and then interpolating. The median is also the 50th percentile, so the interpolation method described above applies directly with C = n/2.
对于分组数据,中位数通过定位包含累积频率n/2的组区间并进行插值来求得。中位数也是第50百分位数,因此上述插值方法可直接使用,取C = n/2。
7. Box Plots and Quantile Visualisation | 箱线图与分位数可视化
A box plot (or box-and-whisker diagram) is a graphical display based on five key values: the minimum, Q₁, Q₂, Q₃, and the maximum. The box spans from Q₁ to Q₃, with a vertical line at the median. The whiskers extend to the smallest and largest values within 1.5 × IQR from the quartiles. Points beyond this range are often flagged as potential outliers.
箱线图(或箱须图)是一种基于五个关键值的图形展示:最小值、Q₁、Q₂、Q₃和最大值。箱体从Q₁延伸到Q₃,在中位数处画一条竖线。须线延伸到距四分位数1.5 × IQR范围内的最小值和最大值。超出此范围的点常被标记为潜在异常值。
Box plots allow quick comparison of distributions across different groups. The length of the box is the IQR, indicating the spread of the middle 50% of the data. The position of the median within the box reveals skewness: if the median is closer to Q₁, the distribution is positively skewed; if closer to Q₃, it is negatively skewed.
箱线图允许快速比较不同组之间的分布。箱体长度即IQR,表示中间50%数据的离散程度。中位数在箱体内的位置揭示偏态:若中位数更接近Q₁,则分布为正偏;若更接近Q₃,则为负偏。
8. Percentile Ranks and Their Interpretation | 百分位数排名及其解释
The percentile rank of a score is not the same as the percentage of questions answered correctly. For example, a student may answer 70% of exam questions correctly yet be at the 90th percentile if most other students scored lower. Percentile ranks are comparative, not absolute measures of performance.
一个分数的百分位数排名与正确回答问题的百分比不是一回事。例如,一名学生可能正确回答了70%的考题,但如果大多数其他学生得分较低,那么该学生可能处于第90百分位数。百分位数排名是比较性的,而非绝对的绩效度量。
When interpreting percentiles, always note whether the data are continuous or discrete. For discontinuous data (integer counts), the percentile value may not correspond to an actual observation. In that case, we report the interpolated value, which is a hypothetical point along the interval.
解释百分位数时,务必注意数据是连续的还是离散的。对于不连续的数据(整数计数),百分位数可能不对应于实际观测值。在这种情况下,我们报告插值,即沿区间的一个假设点。
9. Applications in Real Life and Examinations | 在现实生活与考试中的应用
Percentiles are widely used in education (standardized tests), health (growth charts), finance (risk metrics), and quality control. For instance, the 99th percentile of daily rainfall helps engineers design flood defenses. In A-level mathematics, questions often require reading values from cumulative frequency graphs, calculating quartiles, and drawing box plots.
百分位数广泛应用于教育(标准化测试)、健康(生长曲线)、金融(风险度量)和质量控制。例如,日降雨量的第99百分位数帮助工程师设计防洪设施。在A-level数学中,题目常常要求从累积频率图中读取数值、计算四分位数并绘制箱线图。
When solving exam problems, remember to show the interpolation formula clearly. State the position C = k × n / 100 first, then identify the interval, and finally compute the percentile. This structured method earns method marks even if the final answer is slightly off.
在解决考试题目时,记得清晰展示插值公式。先写出位置C = k × n / 100,然后确定区间,最后计算百分位数。这种结构化方法即使最终答案略有偏差也能获得方法分。
10. Common Pitfalls and Misunderstandings | 常见误区与易错点
One common error is confusing the k-th percentile with the k-th data value. P₅₀ is not necessarily the 50th observation; it is the value below which 50% of the data lie. Another mistake is using the wrong formula for n when n is odd or even for discrete data, especially when calculating quartiles.
一个常见错误是混淆第k百分位数与第k个数据值。P₅₀不一定是第50个观测值;它是使得50%的数据位于其下方的值。另一个错误是在计算离散数据的四分位数时,对n为奇数或偶数的情况使用了错误公式。
Also, when using the median-of-halves method for quartiles, always exclude the median from both halves when n is odd. Some students include it, leading to different and incorrect quartiles. Always check the wording of the question: some exam boards define quartiles using the formula position = (n + 1)/4, while others use n/4. Be consistent with the method taught in your specification.
此外,当使用两半的中位数方法求四分位数时,若n为奇数,务必从中位数两侧的半部分中排除该中位数。有些学生将其包含在内,导致四分位数不同且错误。务必仔细检查题目措辞:一些考试局使用位置 = (n + 1)/4 定义四分位数,而另一些使用 n/4。请与你所在考纲所教授的方法保持一致。
11. Summary | 小结
Quantiles and percentiles are fundamental measures of position that locate data points within a distribution. Quartiles divide data into four parts, deciles into ten, and percentiles into one hundred. The median and interquartile range are robust alternatives to the mean and standard deviation when outliers are present. Box plots provide a clear visual summary, and interpolation enables estimation for grouped data.
分位数和百分位数是基本的的位置度量,用于在分布中定位数据点。四分位数将数据分为四部分,十分位数分为十部分,百分位数分为一百部分。当存在异常值时,中位数和四分位距是均值和标准差的有力替代。箱线图提供了清晰的视觉汇总,插值法则能对分组数据进行估计。
Mastering these concepts requires practice in both direct computation and graphical interpretation. On A-level exams, always define the percentile position, identify the correct interval, and show the interpolation calculation step by step. This will ensure accurate results and full method credit.
掌握这些概念需要同时练习直接计算和图形解释。在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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply