Template:Stats Psy Quantiles are essentially points taken at regular intervals from the cumulative distribution function 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 quantile is the value x such that the probability that a random variable will be less than x is about k/q. There are q − 1 quantiles, with k an integer satisfying 0 < k < q.
Some quantiles have special names:
- The 100-quantiles are called percentiles.
- The 10-quantiles are called deciles.
- The 5-quantiles are call quintiles.
- The 4-quantiles are called quartiles.
Some software programs regard the minimum and maximum as the 0th and 100th percentile, respectively; however, such terminology is an extension beyond traditional statistics definitions. For an infinite population, the kth quantile is the data value where the cumulative distribution function is equal to k/q. For a finite N sample size, calculate --if this is not an integer, then only use the integer part via the Floor function to get the appropriate sample number (assuming samples ordered by increasing value, with the first sample having a sample number of zero.); if it is not an integer it is conventional to take the weighted average of the two sample values (see Calculating the quantiles ).
More formally: the kth quantile of the population parameter X can be defined such that:
- where
If instead of taking k and q as integers, the k-quantile is based on a real number k with 0<k<1 then this becomes: the k-quantile of the distribution of a random variable X can be defined as the value(s) x such that:
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.
Quantiles are useful measures because they are less susceptible to long tailed distributions and outliers. 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.
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 robust regression 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. Robust regression shares the ability to be relatively insensitive to large deviations in outlying observations.
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.
Calculating the quantiles[]
There are several methods for calculating the quantiles:
Let N be the number of nonmissing values of the sample population, and let represent the ordered values of the sample population such that is the smallest value, etc. For the kth quantile between 0 and N, let . Then define as the integer part of and as the fractional part.
- Weighted average
- Empirical distribution function
- Empirical distribution function with averaging
- Sample number closest to
See also[]
de:Quantil fr:Quantile fi:Kvantiili
This page uses Creative Commons Licensed content from Wikipedia (view authors). |