{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / kstwobign_gen

class

scipy.stats._continuous_distns:kstwobign_gen

source: /scipy/stats/_continuous_distns.py :294

Signature

class   kstwobign_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

Limiting distribution of scaled Kolmogorov-Smirnov two-sided test statistic.

Extended Summary

This is the asymptotic distribution of the two-sided Kolmogorov-Smirnov statistic that measures the maximum absolute distance of the theoretical (continuous) CDF from the empirical CDF. (see kstest).

%(before_notes)s

Notes

is given by

where is a continuous CDF and is an empirical CDF. kstwobign describes the asymptotic distribution (i.e. the limit of ) under the null hypothesis of the KS test that the empirical CDF corresponds to i.i.d. random variates with CDF .

%(after_notes)s

See also

ksone
kstest
kstwo

Aliases

  • scipy.stats._continuous_distns.kstwobign_gen