Percentile

In statistics, a percentile (or centile) is the value of a variable below which a certain percent 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.

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).

Contents

Definition

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]

Nearest rank

One definition of percentile, often given in texts, is that the P-th percentile (0 \le P < 100) of N ordered values (arranged from least to greatest) is obtained by first calculating the (ordinal) rank

 n = \frac{P}{100} \times N %2B \frac{1}{2}

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  \frac{P}{100} \times N .)

For example, by this definition, given the numbers

15, 20, 35, 40, 50

the rank of the 30th percentile would be

n = \frac{30}{100} \times 5 %2B \frac{1}{2} = 2.

Thus the 30th percentile is the second number in the sorted list, 20.

The 40th percentile would have rank

n = \frac{40}{100} \times 5 %2B \frac{1}{2} = 2.5,

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.)

Linear interpolation between closest ranks

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 v_1 \le v_2 \le v_3 \le \dots \le v_N, we define the percent rank corresponding to the nth value as:

p_n=\frac{100}{N}\left(n-\frac{1}{2}\right).

In this way, for example, if N=5 the percent rank corresponding to the third value is

p_3=\frac{100}{5}\left(3-\frac{1}{2}\right)=50.

The value v of the P-th percentile may now be calculated as follows:[5]

If P<p_1 or P>p_N, then we take v=v_1 or v=v_N, respectively.

If there is some integer k for which P=p_k, then we take v = v_k.

Otherwise, we find the integer k for which p_k < P < p_{k%2B1}, and take

v=v_k %2B \frac{P-p_k}{p_{k%2B1}-p_k}(v_{k%2B1}-v_k)=v_k%2BN\times\frac{P-p_k}{100}(v_{k%2B1}-v_k).

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:

v=20%2B5\times\frac{40-30}{100}(35-20)=27.5

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 \frac{N}{2} values (i.e., the median of the lower half of the data).

Weighted percentile

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 is a natural way.

Suppose we have positive weights w_1, w_2, w_3, \dots, w_N associated, respectively, with our N sorted sample values. Let

S_n=\sum_{k=1}^{n}w_k,

the n-th partial sum of the weights. Then the formulas above are generalized by taking

p_n=\frac{100}{S_N}\left(S_n-\frac{w_n}{2}\right)

and

v=v_k%2B\frac{p-p_k}{p_{k%2B1}-p_k}(v_{k%2B1}-v_k).

Alternative methods

Some software packages, including Microsoft Excel[3] use the following method, noted as an alternative by NIST[6] to estimate the value, v_P, of the P-th percentile of an ascending ordered dataset containing N elements with values v_1 \le v_2 \le \dots \le v_N.

The rank is calculated:

n = \frac{P}{100}(N-1)%2B1

and then split into its integer component k and decimal component d, such that n = k %2B d. Then v_P is calculated as:

 v_P = \begin{cases}
  v_1, & \mbox{for }n=1 \\
  v_N, & \mbox{for }n=N \\
  v_k%2Bd(v_{k%2B1}-v_k), & \mbox{for }1 < n < N
  \end{cases}

The primary method recommended by NIST[6] is similar to that given above, but with the rank calculated as

n = \frac{P}{100}(N%2B1)

These two approaches give the rank of the 40th percentile in the above example as, respectively:

n = \frac{40}{100}(5-1)%2B1=2.6

and

n = \frac{40}{100}(5%2B1)=2.4.

The values are then interpolated as usual based on these ranks, yielding 29 and 26, respectively, for the 40th percentile.

Applications

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 percentile to assess their growth in comparison to national averages.

The normal curve and percentiles

The methods given above are approximations for use in small-sample statistics. In general terms, for very large populations percentiles may often be represented by reference to a normal curve plot. The normal curve is plotted along an axis scaled to standard deviation, or sigma, units. Mathematically, the normal curve extends to negative infinity on the left and positive infinity on the right. Note, however, that a very small portion of individuals in a population will fall outside the −3 to +3 range.

In humans, for example, a small portion of all people can be expected to fall 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. Note that the 0th percentile falls at negative infinity and the 100th percentile at positive infinity.

See also

References

  1. ^ Hyndman RH, Fan Y (1996). "Sample quantiles in statistical packages". The American Statistician 50 (4): 361–365. doi:10.2307/2684934. JSTOR 2684934. 
  2. ^ Lane, David. "Percentiles". http://cnx.org/content/m10805/latest. Retrieved 2007-09-15. 
  3. ^ a b Pottel, Hans. "Statistical flaws in Excel". http://www.coventry.ac.uk/ec/~nhunt/pottel.pdf. Retrieved 2006-03-22. 
  4. ^ Schoonjans F, De Bacquer D, Schmid P (2011). "Estimation of population percentiles". Epidemiology 22 (5): 750–751. doi:10.1097/EDE.0b013e318225c1de. 
  5. ^ "Matlab Statistics Toolbox - Percentiles". http://www.mathworks.com/access/helpdesk/help/toolbox/stats/prctile.html. Retrieved 2006-09-15. 
  6. ^ a b "Engineering Statistics Handbook: Percentile". NIST. http://www.itl.nist.gov/div898/handbook/prc/section2/prc252.htm. Retrieved 2009-02-18. 

External links