| advertise add site services publishers database health videos | ![]() | about toolbar stats live show health store more stuff JOIN/LOGIN |
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 (q − k) / q. There are q − 1 quantiles, with k an integer satisfying 0 < k < q.
[edit] Specialized quantilesSome 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. [edit] Quantiles of a populationFor 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
and
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, 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] ExamplesConsider 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. [edit] DiscussionStandardized 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 populationThere 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
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 [edit] See also[edit] References
|
| ↑ top of page ↑ | about thumbshots |