powered by
Returns the Kuiper dissimilarity between two samples
Kuiper.diss(x, ...)# S3 method for default Kuiper.diss(x, y, ...)# S3 method for distributional Kuiper.diss(x, ...)
# S3 method for default Kuiper.diss(x, y, ...)
# S3 method for distributional Kuiper.diss(x, ...)
a scalar value representing the sum of the maximum vertical distances above and below the cumulative distributions of x and y
the first sample as a vector
optional arguments
the second sample as a vector
data(Namib) print(Kuiper.diss(Namib$DZ$x[['N1']],Namib$DZ$x[['T8']]))
Run the code above in your browser using DataLab