bundles / scipy 1.17.1 / scipy / stats / _ksstats / _kolmogn
function
scipy.stats._ksstats:_kolmogn
source: /scipy/stats/_ksstats.py :374
Signature
def _kolmogn ( n , x , cdf = True ) Summary
Computes the CDF(or SF) for the two-sided Kolmogorov-Smirnov statistic.
Extended Summary
x must be of type float, n of type integer.
Simard & L'Ecuyer (2011) [7].
Aliases
-
scipy.stats._ksstats._kolmogn