nag_1_sample_ks_test (g08cbc) (PDF version)
g08 Chapter Contents
g08 Chapter Introduction
NAG Library Manual

NAG Library Function Document

nag_1_sample_ks_test (g08cbc)

+ Contents

    1  Purpose
    7  Accuracy

1  Purpose

nag_1_sample_ks_test (g08cbc) performs the one sample Kolmogorov–Smirnov test, using one of the standard distributions provided.

2  Specification

#include <nag.h>
#include <nagg08.h>
void  nag_1_sample_ks_test (Integer n, const double x[], Nag_Distributions dist, double par[], Nag_ParaEstimates estima, Nag_TestStatistics ntype, double *d, double *z, double *p, NagError *fail)

3  Description

The data consist of a single sample of n  observations denoted by x 1 , x 2 , , x n . Let S n x i  and F 0 x i  represent the sample cumulative distribution function and the theoretical (null) cumulative distribution function respectively at the point x i  where x i  is the i th smallest sample observation.
The Kolmogorov–Smirnov test provides a test of the null hypothesis H 0 : the data are a random sample of observations from a theoretical distribution specified by you against one of the following alternative hypotheses:
(i) H 1 : the data cannot be considered to be a random sample from the specified null distribution.
(ii) H 2 : the data arise from a distribution which dominates the specified null distribution. In practical terms, this would be demonstrated if the values of the sample cumulative distribution function S n x  tended to exceed the corresponding values of the theoretical cumulative distribution function F 0 x .
(iii) H 3 : the data arise from a distribution which is dominated by the specified null distribution. In practical terms, this would be demonstrated if the values of the theoretical cumulative distribution function F 0 x  tended to exceed the corresponding values of the sample cumulative distribution function S n x .
One of the following test statistics is computed depending on the particular alternative null hypothesis specified (see the description of the argument ntype in Section 5).
For the alternative hypothesis H 1 .
For the alternative hypothesis H 2 .
For the alternative hypothesis H 3 .
The standardized statistic Z = D × n  is also computed where D  may be D n , D n +  or D n -  depending on the choice of the alternative hypothesis. This is the standardized value of D  with no correction for continuity applied and the distribution of Z  converges asymptotically to a limiting distribution, first derived by Kolmogorov (1933), and then tabulated by Smirnov (1948). The asymptotic distributions for the one-sided statistics were obtained by Smirnov (1933).
The probability, under the null hypothesis, of obtaining a value of the test statistic as extreme as that observed, is computed. If n100  an exact method given by Conover (1980), is used. Note that the method used is only exact for continuous theoretical distributions and does not include Conover's modification for discrete distributions. This method computes the one-sided probabilities. The two-sided probabilities are estimated by doubling the one-sided probability. This is a good estimate for small p , that is p0.10 , but it becomes very poor for larger p . If n>100  then p  is computed using the Kolmogorov–Smirnov limiting distributions, see Feller (1948), Kendall and Stuart (1973), Kolmogorov (1933), Smirnov (1933) and Smirnov (1948).

4  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
Kolmogorov A N (1933) Sulla determinazione empirica di una legge di distribuzione Giornale dell' Istituto Italiano degli Attuari 4 83–91
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

5  Arguments

1:     nIntegerInput
On entry: n, the number of observations in the sample.
Constraint: n3 .
2:     x[n]const doubleInput
On entry: the sample observations x 1 , x 2 , , x n .
Constraint: the sample observations supplied must be consistent, in the usual manner, with the null distribution chosen, as specified by the arguments dist and par. For further details see Section 9.
3:     distNag_DistributionsInput
On entry: the theoretical (null) distribution from which it is suspected the data may arise.
dist=Nag_Uniform
The uniform distribution over a,b - U a,b .
dist=Nag_Normal
The Normal distribution with mean μ  and variance σ 2 - N μ, σ 2 .
dist=Nag_Gamma
The gamma distribution with shape parameter α  and scale parameter β , where the mean = α β .
dist=Nag_Beta
The beta distribution with shape parameters α  and β , where the mean = α / α+β .
dist=Nag_Binomial
The binomial distribution with the number of trials, m , and the probability of a success, p .
dist=Nag_Exponential
The exponential distribution with parameter λ , where the mean = 1 / λ .
dist=Nag_Poisson
The Poisson distribution with parameter μ , where the mean =μ .
dist=Nag_NegBinomial
The negative binomial distribution with the number of trials, m, and the probability of success, p.
dist=Nag_GenPareto
The generalized Pareto distribution with shape parameter ε and scale β.
Constraint: dist=Nag_Uniform, Nag_Normal, Nag_Gamma, Nag_Beta, Nag_Binomial, Nag_Exponential, Nag_Poisson, Nag_NegBinomial or Nag_GenPareto.
4:     par[2]doubleInput/Output
On entry: if estima=Nag_ParaSupplied, par must contain the known values of the parameter(s) of the null distribution as follows.
If a uniform distribution is used, then par[0]  and par[1]  must contain the boundaries a  and b  respectively.
If a Normal distribution is used, then par[0]  and par[1]  must contain the mean, μ , and the variance, σ 2 , respectively.
If a gamma distribution is used, then par[0]  and par[1]  must contain the parameters α  and β  respectively.
If a beta distribution is used, then par[0]  and par[1]  must contain the parameters α  and β  respectively.
If a binomial distribution is used, then par[0]  and par[1]  must contain the parameters m  and p  respectively.
If an exponential distribution is used, then par[0]  must contain the parameter λ .
If a Poisson distribution is used, then par[0]  must contain the parameter μ .
If a negative binomial distribution is used, par[0] and par[1] must contain the parameters m and p respectively.
If a generalized Pareto distribution is used, par[0] and par[1] must contain the parameters ε and β respectively.
If estima=Nag_ParaEstimated, par need not be set except when the null distribution requested is either the binomial or the negative binomial distribution in which case par[0]  must contain the parameter m .
On exit: if estima=Nag_ParaSupplied, par is unchanged. If estima=Nag_ParaEstimated, then par[0]  and par[1]  are set to values as estimated from the data.
Constraints:
  • if dist=Nag_Uniform, par[0] < par[1] ;
  • if dist=Nag_Normal, par[1] > 0.0 ;
  • if dist=Nag_Gamma, par[0] > 0.0  and par[1] > 0.0 ;
  • if dist=Nag_Beta, par[0] > 0.0  and par[1] > 0.0  and par[0] 10 6  and par[1] 10 6 ;
  • if dist=Nag_Binomial, par[0] 1.0  and 0.0 < par[1] < 1.0  and par[0] × par[1] × 1.0 - par[1] 10 6  and par[0] < 1 / eps , where eps=machine precision , see nag_machine_precision (X02AJC);
  • if dist=Nag_Exponential, par[0] > 0.0 ;
  • if dist=Nag_Poisson, par[0] > 0.0  and par[0] 10 6 ;
  • if dist=101, par[0] 1.0  and 0.0 < par[1] < 1.0  and par[0] × par[1] × 1.0 - par[1] 10 6  and par[0] < 1 / eps , where eps=machine precision , see nag_machine_precision (X02AJC);
  • if dist=102, par[1] > 0 .
5:     estimaNag_ParaEstimatesInput
On entry: estima must specify whether values of the parameters of the null distribution are known or are to be estimated from the data.
estima=Nag_ParaSupplied
Values of the parameters will be supplied in the array par described above.
estima=Nag_ParaEstimated
Parameters are to be estimated from the data except when the null distribution requested is the binomial or the negative binomial distribution in which case the first parameter, m , must be supplied in par[0]  and only the second parameter, p  is estimated from the data.
Constraint: estima=Nag_ParaSupplied or Nag_ParaEstimated.
6:     ntypeNag_TestStatisticsInput
On entry: the test statistic to be calculated, i.e., the choice of alternative hypothesis.
ntype=Nag_TestStatisticsDAbs
Computes D n , to test H 0  against H 1 ,
ntype=Nag_TestStatisticsDPos
Computes D n + , to test H 0  against H 2 ,
ntype=Nag_TestStatisticsDNeg
Computes D n - , to test H 0  against H 3 .
Constraint: ntype=Nag_TestStatisticsDAbs, Nag_TestStatisticsDPos or Nag_TestStatisticsDNeg.
7:     ddouble *Output
On exit: the Kolmogorov–Smirnov test statistic ( D n , D n +  or D n -  according to the value of ntype).
8:     zdouble *Output
On exit: a standardized value, Z , of the test statistic, D , without any correction for continuity.
9:     pdouble *Output
On exit: the probability, p , associated with the observed value of D  where D  may be D n , D n +  or D n -  depending on the value of ntype (see Section 3).
10:   failNagError *Input/Output
The NAG error argument (see Section 3.6 in the Essential Introduction).

6  Error Indicators and Warnings

NE_ALLOC_FAIL
Dynamic memory allocation failed.
NE_BAD_PARAM
On entry, dist had an illegal value.
On entry, estima had an illegal value.
On entry, ntype had an illegal value.
NE_G08CB_DATA
The data supplied in x could not arise from the chosen null distribution, as specified by the arguments dist and par.
NE_G08CB_INCOMP_GAMMA
On entry, dist=Nag_Gamma, and in the computation of the incomplete gamma function by nag_incomplete_gamma (s14bac) the convergence of the Taylor series or Legendre continued fraction fails within 600 iterations.
NE_G08CB_PARAM
On entry, the parameters supplied for the specified null distribution are out of range. This error will only occur if estima=Nag_ParaSupplied.
NE_G08CB_SAMPLE
On entry, dist=Nag_Uniform, Nag_Normal, Nag_Gamma, Nag_Beta or 102, estima=Nag_ParaEstimated and the whole sample is constant. Thus the variance is zero.
NE_G08CB_VARIANCE
The variance m×p×1-p of the binomial distribution exceeds 1000000. m=par[0]=value and p=par[1]=value.
The variance of the data x is too small for the generalized Pareto distribution (dist=Nag_GenPareto).
The variance of the negative binomial distribution (dist=Nag_NegBinomial) is too large. That is m1-p/p2>1.0e6.
NE_INT_ARG_LT
On entry, n=value.
Constraint: n3.
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.

7  Accuracy

The approximation for p , given when n>100 , has a relative error of at most 2.5% for most cases. The two-sided probability is approximated by doubling the one-sided probability. This is only good for small p , i.e., p<0.10  but very poor for large p . The error is always on the conservative side, that is the tail probability, p , is over estimated.

8  Parallelism and Performance

Not applicable.

9  Further Comments

The time taken by nag_1_sample_ks_test (g08cbc) increases with n  until n>100  at which point it drops and then increases slowly with n . The time may also depend on the choice of null distribution and on whether or not the parameters are to be estimated.
The data supplied in the argument x must be consistent with the chosen null distribution as follows:

10  Example

The following example program reads in a set of data consisting of 30 observations. The Kolmogorov–Smirnov test is then applied twice, firstly to test whether the sample is taken from a uniform distribution, U0,2, and secondly to test whether the sample is taken from a Normal distribution where the mean and variance are estimated from the data. In both cases we are testing against H1; that is, we are doing a two tailed test. The values of d, z and p are printed for each case.

10.1  Program Text

Program Text (g08cbce.c)

10.2  Program Data

Program Data (g08cbce.d)

10.3  Program Results

Program Results (g08cbce.r)


nag_1_sample_ks_test (g08cbc) (PDF version)
g08 Chapter Contents
g08 Chapter Introduction
NAG Library Manual

© The Numerical Algorithms Group Ltd, Oxford, UK. 2014