Pairwise Kolmogorov-Smirnov Distance
ks_test(x, col_name = "value")
x | extracted dataitem returned by [extract()] |
---|---|
col_name | column name for the column of interest (defaults to |
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.