Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]



    In statistics, the kth order statistic of a statistical sample is equal its kth-smallest value. Together with rank statistics, order statistics are among the most fundamental tools in non-parametric statistics and inference.

    Important special cases of the order statistics are the minimum and maximum value of a sample, and (with some qualifications discussed below) the sample median and other sample quantiles.

    When using probability theory to analyse order statistics of random samples from a continuous distribution, the cumulative distribution function is used to reduce the analysis to the case of order statistics of the uniform distribution.


        Order statistic
            Notation and examples
            Probabilistic analysis
                Distribution of each order statistic of an absolutely continuous distribution
        {d over dx}Pleft(X_{(k)}leq x
                Probability distributions of order statistics
                    The order statistics of the uniform distribution
                    Joint distributions
            Application: confidence intervals for quantiles
                Estimating the median
                    A small-sample-size example
            Computing order statistics
            See also

    top

    Notation and examples

    For example, suppose that four numbers are observed or recorded, resulting in a sample of size n=4. if the sample values are

    6, 9, 3, 8,


    they will usually be denoted

    x_1=6; x_2=9; x_3=3; x_4=8,


    where the subscript i in x_i indicates simply the order in which the observations were recorded and is usually assumed not to be significant. A case when the order is significant is when the observations are part of a time series.

    The order statistics would be denoted

    x_=3; x_=6; x_=8; x_=9,


    where the subscript (i) enclosed in parentheses indicates the ith order statistic of the sample.

    The first order statistic (or smallest order statistic) is always the minimum of the sample, that is,

    X_=min


    where, following a common convention, we use upper-case letters to refer to random variables, and lower-case letters (as above) to refer to their actual observed values.

    Similarly, for a sample of size n, the nth order statistic (or largest order statistic) is the maximum, that is,

    X_=max.


    The sample range is the difference between the maximum and minimum. It is clearly a function of the order statistics:

    = X_-X_.


    A similar important statistic in exploratory data analysis that is simply related to the order statistics is the sample interquartile range.

    The sample median may or may not be an order statistic, since there is a single middle value only when the number n of observations is odd. More precisely, if n=2m+1 for some m, then the sample median is X_ and so is an order statistic. On the other hand, when n is even, n=2m and there are two middle values, X_ and X_, and the sample median is some function of the two (usually the average) and hence not an order statistic. Similar remarks apply to all sample quantiles.

    top

    Probabilistic analysis

    We will assume that the random variables under consideration are continuous and, where convenient we will also assume that they have a density (that is, they are absolutely continuous). The peculiarities of the analysis of distributions assigning mass to points (in particular, discrete distributions) are discussed at the end.

    top

    Distribution of each order statistic of an absolutely continuous distribution

    Let X_, X_, ldots, X_ be iid absolutely continuously distributed random variables, and X_, X_, ldots, X_ be the corresponding order statistics. Let f(x) be the probability density function and F(x) be the cumulative distribution function of X_. Then the probability density of the kth statistic can be found as follows.

    f_(x)= F_(x)

    top

    {d over dx}Pleft(X_{(k)}leq x
    ight)=P(mathrm mathrm k mathrm mathrm n Xmathrm mathrmleq x)

    =P(geq k mathrm mathrm n mathrm)=sum_^nP(X_1leq x)^j(1-P(X_1leq x))^


    =sum_^n F(x)^j (1-F(x))^


    =sum_^n

    left(jF(x)^f(x)(1-F(x))^
    +F(x)^j (n-j)(1-F(x))^(-f(x))
    ight)

    =sum_^nleft(nF(x)^(1-F(x))^ - n F(x)^j(1-F(x))^

    ight)f(x)

    =nf(x)left(sum_^

    F(x)^j (1-F(x))^
    - sum_^n
    F(x)^j (1-F(x))^
    ight)

    and the sum above telescopes, so that all terms cancel except the first and the last:

    =nf(x)left( F(x)^ (1-F(x))^

    - underbrace
    ight)

    and the term over the underbrace is zero, so:

    =nf(x) F(x)^ (1-F(x))^


    = F(x)^ (1-F(x))^ f(x).


    top

    Probability distributions of order statistics

    In this section we show that the order statistics of the uniform distribution on the unit interval have marginal distributions belonging to the Beta family. We also give a simple method to derive the joint distribution of any number of order statistics, and finally translate these results to arbitrary continuous distributions using the cdf.

    We assume throughout this section that X_, X_, ldots, X_ is a random sample drawn from a continuous distribution with cdf F_X. Denoting U_i=F_X(X_i) we obtain the corresponding random sample U_1,ldots,U_n from the standard uniform distribution. Note that the order statistics also satisfy U_=F_X(X_).

    top

    The order statistics of the uniform distribution

    The probability of the order statistic U_ falling in the interval u,u+du is equal to

    u^(1-u)^du+O(du^2),


    that is, the kth order statistic of the uniform distribution is a Beta random variable.

    U_ sim B(k,n+1-k).


    The proof of these statements is as follows. In order for U_ to be between u and u+du, it is necessary that exactly k-1 elements of the sample are smaller than u, and that at least one is between u and u+du. The probability that more than one is in this latter interval is already O(du^2), so we have to calculate the probability that exactly k-1, 1 and n-k observations fall in the intervals (0,u), (u,u+du) and (u+du,1) respectively. This equals (refer to multinomial distribution for details)

    u^kcdot ducdot(1-u-du)^


    and the result follows.

    top

    Joint distributions

    Similarly, for i < j, the joint probability density function of the two order statistics Ui < Uj can be shown to be

    f_(u,v)du,dv= n!,du,dv


    which is (up to terms of higher order than O(du,dv)) the probability that i − 1, 1, j − 1 − i, 1 and n − j sample elements fall in the intervals (0,u), (u,u+du), (u+du,v), (v,v+dv), (v+dv,1) respectively.

    One reasons in an entirely analogous way to derive the higher-order joint distributions. Perhaps surprisingly, the joint density of the n order statistics turns out to be constant:

    f_(u_,u_,ldots,u_),du_1,cdots,du_n = n! , du_1cdots du_n.


    One way to understand this is that the unordered sample does have constant density equal to 1, and that there are n! different permutations of the sample corresponding to the same sequence of order statistics. This is related to the fact that 1/n! is the volume of the region 0.

    top

    Application: confidence intervals for quantiles

    An interesting question is how well the order statistics perform as estimators of the quantiles of the underlying distribution.

    top

    Estimating the median

    The simplest case to consider is how well the sample median estimates the population median.

    top

    A small-sample-size example

    As an example, consider a random sample of size 6. In that case, the sample median is usually defined as the midpoint of the interval delimited by the 3rd and 4th order statistics. However, we know from the preceding discussion that the probability that this interval actually contains the population median is

    2^ = approx 31%


    Although the sample median is probably among the best distribution-independent point estimates of the population median, what this example illustrates is that it is not a particularly good one in absolute terms. In this particular case, a better confidence interval for the median is the one delimited by the 2nd and 5th order statistics, which contains the population median with probability

    left{6choose 2}+{6choose 3}+{6choose 4} ight2^ = approx 78%


    With such a small sample size, if one wants at least 95% confidence, one is reduced to saying that the median is between the minimum and the maximum of the 6 observations with probability 31/32 or approximately 97%. Size 6 is, in fact, the smallest sample size such that the interval determined by the minimum and the maximum is at least a 95% confidence interval for the population median.

    If the distribution is known to be symmetric and have finite variance (as is the case for the normal distribution) the population mean equals the median, and the sample mean has much better confidence intervals than the sample median. This is an illustration of the relative weakness of distribution-free statistical methods. On the other hand, using methods tailored to the wrong distribution can lead to large systematic errors in estimation.

    top

    Computing order statistics


    The problem of computing the kth smallest (or largest) element of a list is called the selection problem and is solved by a selection algorithm. Although this problem is difficult for very large lists, sophisticated selection algorithms have been created that can solve this problem in time proportional to the number of elements in the list, even if the list is totally unordered. If the data is stored in certain specialized data structures, this time can be brought down to O(log n).

    top

    See also

     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Order statistic". link