View source: R/dissimilarities.R
Kuiper.diss | R Documentation |
Returns the Kuiper dissimilarity between two samples
Kuiper.diss(x, ...)
## Default S3 method:
Kuiper.diss(x, y, ...)
## S3 method for class 'distributional'
Kuiper.diss(x, ...)
x |
the first sample as a vector |
... |
optional arguments |
y |
the second sample as a vector |
a scalar value representing the sum of the maximum vertical distances above and below the cumulative distributions of x and y
data(Namib)
print(Kuiper.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.