{ } Raw JSON

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_like

the number of samples

q : float, array_like

Probabilities, float between 0 and 1

cdf : bool, optional

whether to compute the PPF(default=true) or the ISF.

Returns

ppf : ndarray

PPF (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