digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

Illustration of the Kolmogorov-Smirnoff statistic. Red line is CDF, blue line is an ECDF, and the black arrow is the K-S statistic.

In statistics, the KolmogorovSmirnov test (K–S test) is a nonparametric test for the equality of continuous, one-dimensional probability distributions that can be used to compare a sample with a reference probability distribution (one-sample K–S test), or to compare two samples (two-sample K–S test). The Kolmogorov–Smirnov statistic quantifies a distance between the empirical distribution function of the sample and the cumulative distribution function of the reference distribution, or between the empirical distribution functions of two samples. The null distribution of this statistic is calculated under the null hypothesis that the samples are drawn from the same distribution (in the two-sample case) or that the sample is drawn from the reference distribution (in the one-sample case). In each case, the distributions considered under the null hypothesis are continuous distributions but are otherwise unrestricted.

The two-sample KS test is one of the most useful and general nonparametric methods for comparing two samples, as it is sensitive to differences in both location and shape of the empirical cumulative distribution functions of the two samples.

The Kolmogorov–Smirnov test can be modified to serve as a goodness of fit test. In the special case of testing for normality of the distribution, samples are standardized and compared with a standard normal distribution. This is equivalent to setting the mean and variance of the reference distribution equal to the sample estimates, and it is known that using these to define the specific reference distribution changes the null distribution of the test statistic: see below. Various studies have found that, even in this corrected form, the test is less powerful for testing normality than the Shapiro–Wilk test or Anderson–Darling test.[1]

Contents

Kolmogorov–Smirnov statistic [edit]

The empirical distribution function Fn for n iid observations Xi is defined as

F_n(x)={1 \over n}\sum_{i=1}^n I_{X_i\leq x}

where I_{X_i\leq x} is the indicator function, equal to 1 if Xi ≤ x and equal to 0 otherwise.

The Kolmogorov–Smirnov statistic for a given cumulative distribution function F(x) is

D_n=\sup_x |F_n(x)-F(x)|

where sup x is the supremum of the set of distances. By the Glivenko–Cantelli theorem, if the sample comes from distribution F(x), then Dn converges to 0 almost surely. Kolmogorov strengthened this result, by effectively providing the rate of this convergence (see below). The Donsker's theorem provides yet a stronger result.

In practice, the statistic requires a relatively large number of data points to properly reject the null hypothesis.

Kolmogorov distribution [edit]

The Kolmogorov distribution is the distribution of the random variable

K=\sup_{t\in[0,1]}|B(t)|

where B(t) is the Brownian bridge. The cumulative distribution function of K is given by[2]

\operatorname{Pr}(K\leq x)=1-2\sum_{k=1}^\infty (-1)^{k-1} e^{-2k^2 x^2}=\frac{\sqrt{2\pi}}{x}\sum_{k=1}^\infty e^{-(2k-1)^2\pi^2/(8x^2)}.

Both the form of the Kolmogorov–Smirnov test statistic and its asymptotic distribution under the null hypothesis were published by Andrey Kolmogorov,[3] while a table of the distribution was published by Nikolai Vasilyevich Smirnov.[4] Recurrence relations for the distribution of the test statistic in finite samples are available.[3]

Under null hypothesis that the sample comes from the hypothesized distribution F(x),

\sqrt{n}D_n\xrightarrow{n\to\infty}\sup_t |B(F(t))|

in distribution, where B(t) is the Brownian bridge.

If F is continuous then under the null hypothesis \sqrt{n}D_n converges to the Kolmogorov distribution, which does not depend on F. This result may also be known as the Kolmogorov theorem; see Kolmogorov's theorem for disambiguation.

The goodness-of-fit test or the Kolmogorov–Smirnov test is constructed by using the critical values of the Kolmogorov distribution. The null hypothesis is rejected at level \alpha if

\sqrt{n}D_n>K_\alpha,\,

where Kα is found from

\operatorname{Pr}(K\leq K_\alpha)=1-\alpha.\,

The asymptotic power of this test is 1.

Test with estimated parameters [edit]

If either the form or the parameters of F(x) are determined from the data Xi the critical values determined in this way are invalid. In such cases, Monte Carlo or other methods may be required, but tables have been prepared for some cases. Details for the required modifications to the test statistic and for the critical values for the normal distribution and the exponential distribution have been published,[5] and later publications also include the Gumbel distribution.[6] The Lilliefors test represents a special case of this for the normal distribution. If kolmogorov test data is not fit for assumption (that is data is not normally distributed). So the logarithm may help to overcome the assumption.

Two-sample Kolmogorov–Smirnov test [edit]

Illustration of the Two-Sample Kolmogorov-Smirnoff statistic. Red and blue lines each correspond to an empirical distribution function, and the black arrow is the two-sample K-S statistic.

The Kolmogorov–Smirnov test may also be used to test whether two underlying one-dimensional probability distributions differ. In this case, the Kolmogorov–Smirnov statistic is

D_{n,n'}=\sup_x |F_{1,n}(x)-F_{2,n'}(x)|,

where F_{1,n} and F_{2,n'} are the empirical distribution functions of the first and the second sample respectively.

The null hypothesis is rejected at level \alpha if

\sqrt{\frac{n + n'}{n n'}}D_{n,n'}>K_\alpha.[7]

The value of D_{n,n'} is given in the table below for each level of \alpha[7]

\alpha 0.10 0.05 0.025 0.01 0.005 0.001
D_{n,n'} 1.22 1.36 1.48 1.63 1.73 1.95

Note that the two-sample test checks whether the two data samples come from the same distribution. This does not specify what that common distribution is (e.g. normal or not normal). Again, tables of critical values have been published.[5][7]

Setting confidence limits for the shape of a distribution function [edit]

While the Kolmogorov–Smirnov test is usually used to test whether a given F(x) is the underlying probability distribution of Fn(x), the procedure may be inverted to give confidence limits on F(x) itself. If one chooses a critical value of the test statistic Dα such that P(Dn > Dα) = α, then a band of width ±Dα around Fn(x) will entirely contain F(x) with probability 1 − α.

The Kolmogorov–Smirnov statistic in more than one dimension [edit]

A distribution free multivariate Kolmogorov-Smirnov goodness of fit test has been proposed by Justel, Peña and Zamar (1997). The test uses a statistic which is built using Rosenblatt's transformation and an algorithm is developed to compute it in the bivariate case. An approximate test, that can be easily computed in any dimension, is also presented.

The Kolmogorov–Smirnov test statistic needs to be modified if a similar test is to be applied to multivariate data. This is not straightforward because the maximum difference between two joint cumulative distribution functions is not generally the same as the maximum difference of any of the complementary distribution functions. Thus the maximum difference will differ depending on which of \Pr(x < X \and y < Y) or \Pr(X < x \and Y > y) or any of the other two possible arrangements is used. One might require that the result of the test used should not depend on which choice is made.

One approach to generalizing the Kolmogorov–Smirnov statistic to higher dimensions which meets the above concern is to compare the cdfs of the two samples with all possible orderings, and take the largest of the set of resulting K-S statistics. In d dimensions, there are 2d−1 such orderings. One such variation is due to Peacock[8] and another to Fasano & Franceschini[9] (see Lopes et al. for a comparison and computational details).[10] Critical values for the test statistic can be obtained by simulations, but depend on the dependence structure in the joint distribution.

See also [edit]

Footnotes [edit]

  1. ^ Stephens, M. A. (1974). "EDF Statistics for Goodness of Fit and Some Comparisons". Journal of the American Statistical Association (American Statistical Association) 69 (347): 730–737. doi:10.2307/2286009. JSTOR 2286009. 
  2. ^ Marsaglia G, Tsang WW, Wang J (2003). "Evaluating Kolmogorov’s Distribution". Journal of Statistical Software 8 (18): 1–4. 
  3. ^ a b Kolmogorov A (1933). "Sulla determinazione empirica di una legge di distribuzione". G. Ist. Ital. Attuari 4: 83. 
  4. ^ Smirnov NV (1948). "Tables for estimating the goodness of fit of empirical distributions". Annals of Mathematical Statistics 19: 279. 
  5. ^ a b Pearson E.S. and Hartley, H.O., ed. (1972). Biometrika Tables for Statisticians 2. Cambridge University Press. pp. 117–123, Tables 54, 55. ISBN 0-521-06937-8. 
  6. ^ Galen R. Shorack and Jon A. Wellner (1986). Empirical Processes with Applications to Statistics. Wiley. p. 239. ISBN 047186725X. 
  7. ^ a b c Table of critical values for the two-sample test
  8. ^ Peacock J.A. (1983). "Two-dimensional goodness-of-fit testing in astronomy". Monthly Notices of the Royal Astronomical Society 202: 615–627. Bibcode:1983MNRAS.202..615P. 
  9. ^ Fasano, G., Franceschini, A. (1987). "A multidimensional version of the Kolmogorov–Smirnov test". Monthly Notices of the Royal Astronomical Society (ISSN 0035-8711) 225: 155–170. 
  10. ^ Lopes, R.H.C., Reid, I., Hobson, P.R. (April 23–27, 2007). "The two-dimensional Kolmogorov-Smirnov test". XI International Workshop on Advanced Computing and Analysis Techniques in Physics Research. Amsterdam, the Netherlands. 

References [edit]

  • Justel, A., Peña, D. and Zamar, R. (1997) A multivariate Kolmogorov-Smirnov test of goodness of fit, Statistics & Probability Letters, 35(3), 251-259.
  • Eadie, W.T.; D. Drijard, F.E. James, M. Roos and B. Sadoulet (1971). Statistical Methods in Experimental Physics. Amsterdam: North-Holland. pp. 269–271. ISBN 0-444-10117-9. 
  • Stuart, Alan; Ord, Keith; Arnold, Steven [F.] (1999). Classical Inference and the Linear Model. Kendall's Advanced Theory of Statistics 2A (Sixth ed.). London: Arnold. pp. 25.37–25.43. ISBN 0-340-66230-1. MR 1687411.  Unknown parameter |publisher2= ignored (help); Unknown parameter |location2= ignored (help)
  • Corder, G.W., Foreman, D.I. (2009).Nonparametric Statistics for Non-Statisticians: A Step-by-Step Approach Wiley, ISBN 978-0-470-45461-9
  • Stephens, M.A. (1979) Test of fit for the logistic distribution based on the empirical distribution function, Biometrika, 66(3), 591-5.

External links [edit]


Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/Kolmogorov–Smirnov_test — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
379 videos foundNext > 

K-S Test

Example of a K-S test (Kolmogorov Smirnov) using the Avery Case Study.

The Kolmogorov-Smirnov test

Dr. Emanuele Canegrati explains how to permorm KS test in Finance.

Test of Normality (Kolmogorov-Smirnov) Using SPSS

This video will guide you on how to solve test of normality (Kolmogorov-Smirnov) by using SPSS. for more information...click here : http://statisticisfun.blo...

Testing Distributions for Normality - SPSS (part 1)

I demonstrate how to evaluate a distribution for normality using both visual and statistical methods using SPSS.

one sample k-s test

for more information : http://statisticisfun.blogspot.com/

Test of Normality (Kolmogorov Smirnov's Result) by using minitab

Statistique Inférence/ test Kolmogorov-smirnov A1

Statistique Inférence/ test Kolmogorov-smirnov A1.

Kolmogorov-Smirnov test

instructie over het uitvoeren van de Kolmogorov-Smirnov test in SPSS.

R project (espanol) - Normalidad 2 (Shapiro-Wilk test & KS test)

Shapiro-Wilk test Kolmogorov Smirnov test modificado (Lillefors) - KS test.

SPSS - KS-Test

Der Film zeigt, wie man im Statistikprogramm SPSS einen KS-Test (Kolmogorov-Smirnov-Anpassungstest) rechnet. Man prüft mit dem Test, ob eine bestimmte Vertei...

379 videos foundNext > 

1 news items

 
The Journal of Thoracic and Cardiovascular Surgery
Tue, 30 Apr 2013 06:36:18 -0700

The Kolmogorov-Smirnov test was used to check for the normality of data in the 2 groups before additional analysis. Differences between the 2 groups were compared with the use of a chi-square test for categorical variables and the t-test or Wilcoxon ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About Kolmogorov–Smirnov test

You can talk about Kolmogorov–Smirnov test with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!