{ } Raw JSON

bundles / scipy 1.17.1 / docs

Doc

KSone Distribution

docs/tutorial:stats:continuous_ksone

This is the distribution of maximum positive differences between an empirical distribution function, computed from samples or observations, and a comparison (or target) cumulative distribution function.

Writing , ksone is the distribution of the values. (The distribution of differences follows the same distribution, so ksone can be used for one-sided tests on either side.)

There is one shape parameter , a positive integer, and the support is .

References

  • "Kolmogorov-Smirnov test", Wikipedia https://en.wikipedia.org/wiki/Kolmogorov-Smirnov_test

  • Birnbaum, Z. W.; Tingey, Fred H. "One-Sided Confidence Contours for Probability Distribution Functions." Ann. Math. Statist. 22 (1951), no. 4, 592--596.

Implementation: scipy.stats.ksone