naginterfaces.library.stat.prob_​kolmogorov2

naginterfaces.library.stat.prob_kolmogorov2(n1, n2, d)[source]

prob_kolmogorov2 returns the probability associated with the upper tail of the Kolmogorov–Smirnov two sample distribution.

For full information please refer to the NAG Library document for g01ez

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/g01/g01ezf.html

Parameters
n1int

The number of observations in the first sample, .

n2int

The number of observations in the second sample, .

dfloat

The test statistic , for the two sample Kolmogorov–Smirnov goodness-of-fit test, that is the maximum difference between the empirical cumulative distribution functions (CDFs) of the two samples.

Returns
pfloat

The probability associated with the upper tail of the Kolmogorov–Smirnov two sample distribution.

Raises
NagValueError
(errno )

On entry, and .

Constraint: and .

(errno )

On entry, or : .

(errno )

The Smirnov approximation used for large samples did not converge in iterations. The probability is set to .

Notes

Let and denote the empirical cumulative distribution functions for the two samples, where and are the sizes of the first and second samples respectively.

The function prob_kolmogorov2 computes the upper tail probability for the Kolmogorov–Smirnov two sample two-sided test statistic , where

The probability is computed exactly if and using a method given by Kim and Jenrich (1973). For the case where of the and the Smirnov approximation is used. For all other cases the Kolmogorov approximation is used. These two approximations are discussed in Kim and Jenrich (1973).

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 , 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, 1948, Table for estimating the goodness of fit of empirical distributions, Ann. Math. Statist. (19), 279–281