hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox: nag_nonpar_test_ks_2sample (g08cd)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

Purpose

nag_nonpar_test_ks_2sample (g08cd) performs the two sample Kolmogorov–Smirnov distribution test.

Syntax

[d, z, p, sx, sy, ifail] = g08cd(x, y, ntype, 'n1', n1, 'n2', n2)
[d, z, p, sx, sy, ifail] = nag_nonpar_test_ks_2sample(x, y, ntype, 'n1', n1, 'n2', n2)

Description

The data consists of two independent samples, one of size n1, denoted by x1,x2,,xn1, and the other of size n2 denoted by y1,y2,,yn2. Let Fx and Gx represent their respective, unknown, distribution functions. Also let S1x and S2x denote the values of the sample cumulative distribution functions at the point x for the two samples respectively.
The Kolmogorov–Smirnov test provides a test of the null hypothesis H0: Fx=Gx against one of the following alternative hypotheses:
(i) H1: FxGx.
(ii) H2: Fx>Gx. This alternative hypothesis is sometimes stated as, ‘The x's tend to be smaller than the y's’, i.e., it would be demonstrated in practical terms if the values of S1x tended to exceed the corresponding values of S2x.
(iii) H3: Fx<Gx. This alternative hypothesis is sometimes stated as, ‘The x's tend to be larger than the y's’, i.e., it would be demonstrated in practical terms if the values of S2x tended to exceed the corresponding values of S1x.
One of the following test statistics is computed depending on the particular alternative null hypothesis specified (see the description of the argument ntype in Arguments).
For the alternative hypothesis H1.
For the alternative hypothesis H2.
For the alternative hypothesis H3. nag_nonpar_test_ks_2sample (g08cd) also returns the standardized statistic Z=n1+n2 n1n2 ×D, where D may be Dn1,n2, Dn1,n2+ or Dn1,n2- depending on the choice of the alternative hypothesis. The distribution of this statistic converges asymptotically to a distribution given by Smirnov as n1 and n2 increase; see Feller (1948), Kendall and Stuart (1973), Kim and Jenrich (1973), Smirnov (1933) or Smirnov (1948)
The probability, under the null hypothesis, of obtaining a value of the test statistic as extreme as that observed, is computed. If maxn1,n22500 and n1n210000 then an exact method given by Kim and Jenrich (see Kim and Jenrich (1973)) is used. Otherwise p is computed using the approximations suggested by Kim and Jenrich (1973). Note that the method used is only exact for continuous theoretical distributions. This method computes the two-sided probability. The one-sided probabilities are estimated by halving the two-sided probability. This is a good estimate for small p, that is p0.10, but it becomes very poor for larger p.

References

Conover W J (1980) Practical Nonparametric Statistics Wiley
Feller W (1948) On the Kolmogorov–Smirnov limit theorems for empirical distributions Ann. Math. Statist. 19 179–181
Kendall M G and Stuart A (1973) The Advanced Theory of Statistics (Volume 2) (3rd Edition) Griffin
Kim P J and Jenrich R I (1973) Tables of exact sampling distribution of the two sample Kolmogorov–Smirnov criterion Dmnm<n Selected Tables in Mathematical Statistics 1 80–129 American Mathematical Society
Siegel S (1956) Non-parametric Statistics for the Behavioral Sciences McGraw–Hill
Smirnov N (1933) Estimate of deviation between empirical distribution functions in two independent samples Bull. Moscow Univ. 2(2) 3–16
Smirnov N (1948) Table for estimating the goodness of fit of empirical distributions Ann. Math. Statist. 19 279–281

Parameters

Compulsory Input Parameters

1:     xn1 – double array
The observations from the first sample, x1,x2,,xn1.
2:     yn2 – double array
The observations from the second sample, y1,y2,,yn2.
3:     ntype int64int32nag_int scalar
The statistic to be computed, i.e., the choice of alternative hypothesis.
ntype=1
Computes Dn1n2, to test against H1.
ntype=2
Computes Dn1n2+, to test against H2.
ntype=3
Computes Dn1n2-, to test against H3.
Constraint: ntype=1, 2 or 3.

Optional Input Parameters

1:     n1 int64int32nag_int scalar
Default: the dimension of the array x.
The number of observations in the first sample, n1.
Constraint: n11.
2:     n2 int64int32nag_int scalar
Default: the dimension of the array y.
The number of observations in the second sample, n2.
Constraint: n21.

Output Parameters

1:     d – double scalar
The Kolmogorov–Smirnov test statistic (Dn1n2, Dn1n2+ or Dn1n2- according to the value of ntype).
2:     z – double scalar
A standardized value, Z , of the test statistic, D , without any correction for continuity.
3:     p – double scalar
The tail probability associated with the observed value of D, where D may be Dn1,n2,Dn1,n2+ or Dn1,n2- depending on the value of ntype (see Description).
4:     sxn1 – double array
The observations from the first sample sorted in ascending order.
5:     syn2 – double array
The observations from the second sample sorted in ascending order.
6:     ifail int64int32nag_int scalar
ifail=0 unless the function detects an error (see Error Indicators and Warnings).

Error Indicators and Warnings

Errors or warnings detected by the function:
   ifail=1
On entry,n1<1,
orn2<1.
   ifail=2
On entry,ntype1, 2 or 3.
   ifail=3
The iterative procedure used in the approximation of the probability for large n1 and n2 did not converge. For the two-sided test, p=1 is returned. For the one-sided test, p=0.5 is returned.
   ifail=-99
An unexpected error has been triggered by this routine. Please contact NAG.
   ifail=-399
Your licence key may have expired or may not have been installed correctly.
   ifail=-999
Dynamic memory allocation failed.

Accuracy

The large sample distributions used as approximations to the exact distribution should have a relative error of less than 5% for most cases.

Further Comments

The time taken by nag_nonpar_test_ks_2sample (g08cd) increases with n1 and n2, until n1n2>10000 or maxn1,n22500. At this point one of the approximations is used and the time decreases significantly. The time then increases again modestly with n1 and n2.

Example

This example computes the two-sided Kolmogorov–Smirnov test statistic for two independent samples of size 100 and 50 respectively. The first sample is from a uniform distribution U0,2. The second sample is from a uniform distribution U0.25,2.25. The test statistic, Dn1,n2, the standardized test statistic, Z, and the tail probability, p, are computed and printed.
function g08cd_example


fprintf('g08cd example results\n\n');

x = [ 1.160 1.785 0.322 1.437 1.695 1.770 1.209 0.479 1.122 0.974 ...
      0.290 1.155 0.218 1.595 1.053 1.058 1.282 1.278 1.066 0.725 ...
      0.113 1.516 1.329 1.907 0.101 0.387 1.392 0.613 0.692 1.397 ...
      1.627 0.417 1.079 0.607 0.899 0.493 0.381 1.660 0.233 0.718 ...
      1.376 1.395 1.557 1.610 1.632 0.851 1.824 0.921 0.139 0.618 ...
      0.050 0.956 0.669 1.109 1.882 1.462 1.465 0.201 1.036 1.127 ...
      0.907 0.876 1.199 1.667 1.141 0.820 0.488 0.732 0.725 0.753 ...
      0.760 1.833 0.074 1.101 0.620 1.858 0.681 0.705 0.876 1.096 ...
      1.870 1.597 0.990 0.430 0.410 0.399 1.693 0.492 1.318 0.883 ...
      1.291 1.051 1.934 1.314 1.496 0.391 1.079 0.881 0.983 1.306];

y = [ 1.695 1.452 0.997 1.771 1.114 1.624 2.005 0.782 1.870 0.954 ...
      1.606 2.059 0.774 0.741 1.040 0.521 2.163 0.818 1.781 1.420 ...
      0.558 1.437 2.004 1.325 0.398 0.582 2.047 0.332 1.186 0.890 ...
      1.825 1.324 1.334 0.261 0.299 1.733 1.172 1.000 1.663 1.093 ...
      1.045 2.022 1.174 0.670 1.143 1.189 0.494 1.275 1.122 1.823];

ntype = int64(1);
[d, z, p, sx, sy, ifail] = g08cd(...
                                 x, y, ntype);

fprintf('Test statistic D = %8.4f\n', d);
fprintf('Z statistic      = %8.4f\n', z);
fprintf('Tail probability = %8.4f\n', p);


g08cd example results

Test statistic D =   0.1800
Z statistic      =   0.0312
Tail probability =   0.2222

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015