Quantile Information & Quantile Links at HealthHaven.com
advertise
add site
services
publishers
database
health videos
Bookmark and Share

search wiki for    ?
web dir firms image gallery news pdf wiki shop video 
about
toolbar
stats
live show
health store
more stuff
JOIN/LOGIN
Featured Results:
 Quantile regression: a statistical tool for out-of-hospital research
Quantile regression: a statistical tool for out-of-hospital research
ices.on.ca
 

Quantiles are points taken at regular intervals from the cumulative distribution function (CDF) of a random variable. Dividing ordered data into q essentially equal-sized data subsets is the motivation for q-quantiles; the quantiles are the data values marking the boundaries between consecutive subsets. Put another way, the kth q-quantile for a random variable is the value x such that the probability that the random variable will be less than x is at most k / q and the probability that the random variable will be more than x is at most (qk) / q. There are q − 1 quantiles, with k an integer satisfying 0 < k < q.

Contents

[edit] Specialized quantiles

Some quantiles have special names:

  • The 2-quantile is called the median
  • The 3-quantiles are called tertiles or terciles → T
  • The 4-quantiles are called quartiles → Q
  • The 5-quantiles are called quintiles → QU
  • The 9-quantiles are called noniles (common in educational testing)→ NO
  • The 10-quantiles are called deciles → D
  • The 12-quantiles are called duo-deciles → Dd
  • The 20-quantiles are called vigintiles → V
  • The 100-quantiles are called percentiles → P
  • The 1000-quantiles are called permillages → Pr

More generally, one can consider the quantile function for any distribution. This is defined for real variables between zero and one and is mathematically the inverse of the cumulative distribution function.

[edit] Quantiles of a population

For a population of discrete values or for a continuous population density the kth q-quantile is the data value where the cumulative distribution function crosses k / q. That is x is a kth q-quantile for a variable X if

\Pr[X < x] \le k/q (or, equivalently, \Pr[X \ge x] \ge 1-k/q)

and

\Pr[X \le x] \ge k/q (or, equivalently, \Pr[X > x] \le 1-k/q).

For a finite population of N values indexed 1,...,N from lowest to highest, the kth q-quantile of this population can be computed via the value of I_p = N \frac{k}{q}. If Ip is not an integer, then round up to the next integer to get the appropriate index; the corresponding data value is the kth q-quantile. On the other hand, if Ip is an integer then any number from the data value at that index to the data value of the next can be taken as the quantile, and it is conventional (though arbitrary) to take the average of those two values (see Estimating the quantiles ).

If, instead of using integers k and q, the "p-quantile" is based on a real number p with 0 < p < 1, then p replaces k / q in the above formulae. Some software programs (including Microsoft Excel) regard the minimum and maximum as the 0th and 100th percentile, respectively; however, such terminology is an extension beyond traditional statistics definitions.

[edit] Examples

Consider a population of 10 data values {3, 6, 7, 8, 8, 10, 13, 15, 16, 20}.

  • The first quartile is determined by 10*(1/4) = 2.5, which rounds up to 3, meaning that 3 is the rank in the population (from least to greatest values), at which approximately 1/4 of the values are less than this third value, which, in this case, is 7.
  • The second quartile value (same as the median) is determined by 10*(2/4) = 5, which is an integer, while the number of values (10) is an even number, so the average of both the fifth and sixth values is taken—that is (8+10)/2 = 9, though any value from 8 through to 10 could be taken to be the median. If the number of data values is odd, then the median value (or 2nd quartile) is the value found at index=(#values + 1)/2.
    So, for this example, if there had also been a value of 9 between values 8 and 10, making 11 values total, then (11+1)/2 = 6. This would mean that the sixth value (in this case, the value 9) would be the 2nd quartile, where 1/2 of the values are greater than this value (greater than 9—the value at index 6 of 11), and 1/2 of the values are less than the value at this index.
  • The third quartile value for the original example above is determined by 10*(3/4) = 7.5, which rounds up to 8, and the eighth value is 15.

The motivation for this method is that the first quartile should divide the data between the bottom quarter and top three-quarters. Ideally, this would mean 2.5 of the samples are below the first quartile and 7.5 are above, which in turn means that the third data sample is "split in two", making the third sample part of both the first and second quarters of data, so the quartile boundary is right at that sample.

[edit] Discussion

Standardized test results are commonly misinterpreted as a student scoring "in the 80th percentile", for example, as if the 80th percentile is an interval to score "in", which it is not; one can score "at" some percentile or between two percentiles, but not "in" some percentile. Perhaps by this example it is meant that the student scores between the 80th and 81st percentiles.

If a distribution is symmetric, then the median is the mean (so long as the latter exists). But, in general, the median and the mean differ. For instance, with a random variable that has an exponential distribution, any particular sample of this random variable will have roughly a 63% chance of being less than the mean. This is because the exponential distribution has a long tail for positive values, but is zero for negative numbers.

Quantiles are useful measures because they are less susceptible to long-tailed distributions and outliers. Empirically, if the data you are analyzing are not actually distributed according to your assumed distribution, or if you have other potential sources for outliers that are far removed from the mean, then quantiles may be more useful descriptive statistics than means and other moment-related statistics.

Closely related is the subject of least absolute deviations, a method of regression that is more robust to outliers than is least squares, in which the sum of the absolute value of the observed errors is used in place of the squared error. The connection is that the mean is the single estimate of a distribution that minimizes expected squared error while the median minimizes expected absolute error. Least absolute deviations shares the ability to be relatively insensitive to large deviations in outlying observations, although even better methods of robust regression are available.

The quantiles of a random variable are generally preserved under increasing transformations, in the sense that, for example, if m is the median of a random variable X, then 2m is the median of 2X, unless an arbitrary choice has been made from a range of values to specify a particular quantile. Quantiles can also be used in cases where only ordinal data is available.

[edit] Estimating the quantiles of a population

There are several methods for estimating the quantiles.[1] The most comprehensive breadth of methods is available in the R programming language, which includes nine sample quantile methods.[2]

The methods are largely to use some combination of the 2 nearest empirical quantiles that fall on a sample; for instance, if estimating the 43rd percentile in a sample with 10 values, one would use the 40th and 50th percentiles (the 4th and 5th values).

Let N be the number of non-missing values of the sample population, and let x_1,x_2,\ldots,x_N represent the ordered values of the sample population such that x1 is the smallest value, etc. For the kth q-quantile, let p = k / q.

Empirical distribution function 
\begin{cases}x_j, & g=0\\ x_{j+1}, & g>0\end{cases}

j is the integer part of Np and g is the fractional part

Empirical distribution function with averaging 
\begin{cases}\frac{1}{2}(x_j+x_{j+1}), & g=0\\ x_{j+1}, & g>0\end{cases}

j is the integer part of Np and g is the fractional part

Weighted average 
xj + 1 + g(xj + 2xj + 1)

j is the integer part of (N − 1)p and g is the fractional part. This method is used, for example, in the PERCENTILE function of Microsoft Excel.

Sample number closest to (N − 1)p + 1 
\begin{cases}x_j, & g<.5\\ x_{j+1}, & g\ge .5\end{cases}

j is the integer part of (N − 1)p + 1 and g is the fractional part

[edit] See also

[edit] References

  • R.J. Serfling. Approximation Theorems of Mathematical Statistics. John Wiley & Sons, 1980.
  1. ^ Hyndman, R.J.; Fan, Y. (November 1996). "Sample Quantiles in Statistical Packages". American Statistician 50 (4): 361–365. doi:10.2307/2684934. 
  2. ^ Frohne, I.; Hyndman, R.J. (2009). Sample Quantiles. R Project. ISBN 3-900051-07-0. http://stat.ethz.ch/R-manual/R-devel/library/stats/html/quantile.html. 



Product Results (view all...)

search wiki for    ?
web dir firms image gallery news pdf wiki shop video 



↑ top of page ↑about thumbshots