pub fn ks_test_two_sample(x: &[f64], y: &[f64]) -> f64
Two-sample Kolmogorov-Smirnov statistic between empirical distributions of x and y.
x
y
Returns the KS distance D = max |F_x(t) − F_y(t)| over all t.