(statistics) A value which divides a set of data into equal proportions; examples are quartile and decile.
| Sci-Tech Dictionary: quantile |
(statistics) A value which divides a set of data into equal proportions; examples are quartile and decile.
| 5min Related Video: Quantile |
| Measures and Units: quantile |
statistics A subset of adjacent-valued members of a set of observed values for a statistic. If the members of the total set are ordered by increasing size, the set can be divided progressively, beginning at the smallest and ending at the largest, into two or more subsets of equal or nearly equal counts of members. For a statistical variable that can take any value within some overall range, hence representable by a continuous graph, the division can be into precisely equal subsets, by dividing the graph into equal sub-intervals. For a discrete or finite set (e.g. the heights of people in some group), equality of the subdivisions can usually be closely approximated if the count of members is large compared with the number of subdivisions.
If the division is into four bands or groups, the quantile is a quartile, if into ten it is a decile, if into 100 it is a percentile. In each case the usual ordinals can be used to indicate the specific one of the four, ten else 100, graduating conventionally from the smallest values of the statistic to the largest. Thus a member in the third quartile is larger than at least half the members and smaller than at least a quarter of the members; a member in the third decile is larger than at least 20% of the members and smaller than at least 70% of the members; a member in the third percentile is larger than at least 2% of the members and smaller than at least 97% of the members. The demarcation between the second and third quartile, the fifth and sixth decile and the 50th and 51st percentiles, is the median (see average).
| Veterinary Dictionary: quantile |
Division of a total into equal subgroups; includes terciles, quartiles, quintiles, deciles, percentiles.
| Wikipedia: Quantile |
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 (q − k) / q. There are q − 1 quantiles, with k an integer satisfying 0 < k < q.
Contents |
Some quantiles have special names:
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.
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
(or, equivalently,
)and
(or, equivalently,
).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
. 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.
Consider a population of 10 data values {3, 6, 7, 8, 8, 10, 13, 15, 16, 20}.
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.
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.
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
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.

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

j is the integer part of Np and g is the fractional part
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.

j is the integer part of (N − 1)p + 1 and g is the fractional part
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| percentile (statistics) | |
| decile (statistics) | |
| quartile (statistics) |
| What is quantile regression? Read answer... |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Measures and Units. A Dictionary of Weights, Measures, and Units. Copyright © Donald Fenna 2002, 2004. All rights reserved. Read more | |
![]() | Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Quantile". Read more |