View source: R/dissimilarities.R
KS.diss | R Documentation |
Returns the Kolmogorov-Smirnov dissimilarity between two samples
KS.diss(x, ...)
## Default S3 method:
KS.diss(x, y, ...)
## S3 method for class 'distributional'
KS.diss(x, ...)
x |
the first sample as a vector |
... |
optional arguments |
y |
the second sample as a vector |
a scalar value representing the maximum vertical distance between the two cumulative distributions
data(Namib)
print(KS.diss(Namib$DZ$x[['N1']],Namib$DZ$x[['T8']]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.