I want to use scipy.stats.kstest to test for performing a two-sample Kolmogorov–Smirnov, that is, testing whether two columns (samples)of data to test whether the underlying poplation distribution function is different. Can kstest do this?
My problem is that I could only find in the documentation how to use kstest for comparing a given sample to a known distribution such as normal, t, etc.