出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2014/01/30 11:42:59」(JST)
A percentile (or a centile) is a measure used in statistics indicating the value below which a given percentage of observations in a group of observations fall. For example, the 20th percentile is the value (or score) below which 20 percent of the observations may be found. The term percentile and the related term percentile rank are often used in the reporting of scores from norm-referenced tests. For example, if a score is in the 86th percentile, it is higher than 86% of the other scores.
The 25th percentile is also known as the first quartile (Q1), the 50th percentile as the median or second quartile (Q2), and the 75th percentile as the third quartile (Q3). In general, percentiles and quartiles are specific types of quantiles.
When ISPs bill "burstable" internet bandwidth, the 95th or 98th percentile usually cuts off the top 5% or 2% of bandwidth peaks in each month, and then bills at the nearest rate. In this way infrequent peaks are ignored, and the customer is charged in a fairer way. The reason this statistic is so useful in measuring data throughput is that it gives a very accurate picture of the cost of the bandwidth. The 95th percentile says that 95% of the time, the usage is below this amount. Just the same, the remaining 5% of the time, the usage is above that amount.
Physicians will often use infant and children's weight and height to assess their growth in comparison to national averages and percentiles which are found in growth charts.
The 85th percentile speed of traffic on a road is often used as a guideline in setting speed limits and assessing whether such a limits is too high or low.[citation needed]
The methods given in the Definitions section are approximations for use in small-sample statistics. In general terms, for very large populations following a normal distribution percentiles may often be represented by reference to a normal curve plot. The normal distribution is plotted along an axis scaled to standard deviations, or sigma units. Mathematically, the normal distribution extends to negative infinity on the left and positive infinity on the right. Note, however, that only a very small proportion of individuals in a population will fall outside the −3 to +3 range. For example, with human heights very few people are above the +3 sigma height level.
Percentiles represent the area under the normal curve, increasing from left to right. Each standard deviation represents a fixed percentile. Thus, rounding to two decimal places, −3 is the 0.13th percentile, −2 the 2.28th percentile, −1 the 15.87th percentile, 0 the 50th percentile (both the mean and median of the distribution), +1 the 84.13th percentile, +2 the 97.72nd percentile, and +3 the 99.87th percentile. This is known as the 68–95–99.7 rule or the three-sigma rule. Note that in theory the 0th percentile falls at negative infinity and the 100th percentile at positive infinity, although in many practical applications, such as test results, natural lower and/or upper limits are enforced.
There is no standard definition of percentile,[1] [2][3] however all definitions yield similar results when the number of observations is very large.[4]
One definition of percentile, often given in texts, is that the P-th percentile () of N ordered values (arranged from least to greatest) is obtained by first calculating the (ordinal) rank
rounding the result to the nearest integer, and then taking the value that corresponds to that rank. (Note that the rounded value of n is just the least integer which exceeds .)
For example, by this definition, given the numbers
the rank of the 30th percentile would be
Thus the 30th percentile is the second number in the sorted list, 20.
The 35th percentile would have rank
so the 35th percentile would be the second number again (since 2.25 rounds down to 2) or 20
The 40th percentile would have rank
so the 40th percentile would be the third number (since 2.5 rounds up to 3), or 35.
The 100th percentile is defined to be the largest value. (In this case we do not use the above definition with P=100, because the rank n would be greater than the number N of values in the original list.)
In lists with fewer than 100 values the same number can occupy more than one percentile group.
An alternative to rounding used in many applications is to use linear interpolation between the two nearest ranks.
In particular, given the N sorted values , we define the percent rank corresponding to the nth value as:
In this way, for example, if then the percent rank corresponding to the third value is:
The value v of the P-th percentile may now be calculated as follows:[5]
If or , then we take or , respectively.
If there is some integer k for which , then we take .
Otherwise, we find the integer k for which , and take
Using the list of numbers above, the 40th percentile would be found by linearly interpolating between the 30th percentile, 20, and the 50th, 35. Specifically:
This is halfway between 20 and 35, which one would expect since the rank was calculated above as 2.5.
It is readily confirmed that the 50th percentile of any list of values according to this definition of the P-th percentile is just the sample median.
Moreover, when N is even the 25th percentile according to this definition of the P-th percentile is the median of the first values (i.e., the median of the lower half of the data).
In addition to the percentile function, there is also a weighted percentile, where the percentage in the total weight is counted instead of the total number. There is no standard function for a weighted percentile. One method extends the above approach in a natural way.
Suppose we have positive weights associated, respectively, with our N sorted sample values. Let
the -th partial sum of the weights. Then the formulas above are generalized by taking
and
The 50% weighted percentile is known as the weighted median.
Some software packages, including Microsoft Excel[3] (up to and including version 2010, 2013 unverified) use the following method, noted as an alternative by NIST[6] to estimate the value, , of the P-th percentile of an ascending ordered dataset containing N elements with values .
The rank is calculated:
and then split into its integer component k and decimal component d, such that . Then is calculated as:
The primary method recommended by NIST[6] is similar to that given above, but with the rank calculated as
These two approaches give the rank of the 40th percentile in the above example as, respectively:
and
The values are then interpolated as usual based on these ranks, yielding 29 and 26, respectively, for the 40th percentile.
Excel's Algorithm:
Let N be the number of values . P be the percentile where 0<P<1.
Then, (N-1)P=k+d , where k=integer part and d=decimal part (ex: 4.5 = 4+ 0.5)
Then, P th percentile is : v_{k+1} + d (v_{k+2} - v_{k+1})
Example : For the array 1,2,3,4 N=4 and P=.75(say) Then, (N-1)P = (4-1)*0.75 = 2.25 = 2+0.25
P th percentile = v_{2+1} + 0.25 (v_{2+2} - v_{2+1})
= 3 + 0.25 (4-3) = 3.25
Statistics portal |
|
全文を閲覧するには購読必要です。 To read the full text you will need to subscribe.
リンク元 | 「百分位数」「パーセンタイル値」 |
.