The choice of quantiles from a theoretical distribution can depend upon context and purpose. One choice, given a sample of size , is for , as these are the quantiles that the
sampling distribution realizes. The last of these, , corresponds to the 100th percentile – the maximum value of the theoretical distribution, which is sometimes infinite. Other choices are the use of , or instead to space the points such that there is an equal distance between all of them and also between the two outermost points and the edges of the [0,1] interval, using . Many other choices have been suggested, both formal and heuristic, based on theory or simulations relevant in context. The following subsections discuss some of these. A narrower question is choosing a maximum (estimation of a population maximum), known as the
German tank problem, for which similar "sample maximum, plus a gap" solutions exist, most simply . A more formal application of this uniformization of spacing occurs in
maximum spacing estimation of parameters.
Expected value of the order statistic for a uniform distribution The approach equals that of plotting the points according to the probability that the last of () randomly drawn values will not exceed the -th smallest of the first randomly drawn values.
Expected value of the order statistic for a standard normal distribution In using a
normal probability plot, the quantiles one uses are the
rankits, the quantile of the expected value of the order statistic of a standard normal distribution. More generally,
Shapiro–Wilk test uses the expected values of the order statistics of the given distribution; the resulting plot and line yields the
generalized least squares estimate for location and scale (from the
intercept and
slope of the fitted line). Although this is not too important for the normal distribution (the location and scale are estimated by the mean and standard deviation, respectively), it can be useful for many other distributions. However, this requires calculating the expected values of the order statistic, which may be difficult if the distribution is not normal.
Median of the order statistics Alternatively, one may use estimates of the
median of the order statistics, which one can compute based on estimates of the median of the order statistics of a uniform distribution and the quantile function of the distribution; this was suggested by . • . • . • . • . • . • . • . • . • . For large sample size, , there is little difference between these various expressions.
Filliben's estimate The order statistic medians are the medians of the
order statistics of the distribution. These can be expressed in terms of the quantile function and the
order statistic medians for the continuous uniform distribution by: N(i) = G(U(i)) where are the uniform order statistic medians and is the quantile function for the desired distribution. The quantile function is the inverse of the
cumulative distribution function (probability that is less than or equal to some value). That is, given a probability, we want the corresponding quantile of the cumulative distribution function. James J. Filliben uses the following estimates for the uniform order statistic medians: m(i) = \begin{cases} 1 - 0.5^{1/n} & i = 1\\[2ex] \dfrac{i - 0.3175}{n + 0.365} & i = 2, 3, \ldots, n-1\\[2ex] 0.5^{1/n} & i = n. \end{cases} The reason for this estimate is that the order statistic medians do not have a simple form. == Software ==