Pairwise Kolmogorov-Smirnov Distance

ks_test(x, col_name = "value")

Arguments

x

extracted dataitem returned by [extract()]

col_name

column name for the column of interest (defaults to value)

Details

Performs a pairwise comparison of any 2 continuous distributions and returns their KS distance. If the chosen column is of class POSIXct then the comparison occurs over the time component only, since the date component is unlikely to yield a useful comparison.