This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes the Kolmogorov-Smirnov test on two samples.
Missing values are discarded.
Parameters : | data1 : array_like
data2 : array_like
alternative : {‘two-sided’, ‘less’, ‘greater’}, optional
|
---|---|
Returns : | d : float
p : float
|