bundles / scipy latest / scipy / stats / _ksstats / kolmogni
function
scipy.stats._ksstats:kolmogni
source: /scipy/stats/_ksstats.py :571
Signature
def kolmogni ( n , q , cdf = True ) Summary
Computes the PPF(or ISF) for the two-sided Kolmogorov-Smirnov distribution.
Parameters
n: integer, array_likethe number of samples
q: float, array_likeProbabilities, float between 0 and 1
cdf: bool, optionalwhether to compute the PPF(default=true) or the ISF.
Returns
ppf: ndarrayPPF (or ISF if cdf is False) at the specified locations
: The return value has shape the result of numpy broadcasting n and x.
Aliases
-
scipy.stats._continuous_distns.kolmogni