SciPy

scipy.special.kolmogorov

scipy.special.kolmogorov(x[, out]) = <ufunc 'kolmogorov'>

p=kolmogorov(y) returns the complementary cumulative distribution function of Kolmogorov’s limiting distribution (Kn* for large n) of a two-sided test for equality between an empirical and a theoretical distribution. It is equal to the (limit as n->infinity of the) probability that sqrt(n) * max absolute deviation > y.

Previous topic

scipy.special.smirnovi

Next topic

scipy.special.kolmogi