Last chance! 50% off unlimited learning
Sale ends in
Returns the Kolmogorov-Smirnov dissimilarity between two samples
KS.diss(x, ...)# S3 method for default
KS.diss(x, y, ...)
# S3 method for distributional
KS.diss(x, ...)
a scalar value representing the maximum vertical distance between the two cumulative distributions
the first sample as a vector
optional arguments
the second sample as a vector
data(Namib)
print(KS.diss(Namib$DZ$x[['N1']],Namib$DZ$x[['T8']]))
Run the code above in your browser using DataLab