Perform two-sample Kolmogorov-Smirnov test by splitting the target invariant in two pieces.
Usage
ks_test(.invariant, ...)
# S3 method for default
ks_test(.invariant, ...)
# S3 method for tbl_df
ks_test(.invariant, ...)
# S3 method for xts
ks_test(.invariant, ...)
# S3 method for matrix
ks_test(.invariant, ...)
# S3 method for numeric
ks_test(.invariant, ...)
Arguments
- .invariant
An univariate timeseries.
- ...
Additional arguments to be passed to
ks.test
.
Details
This function wrappers ks.test
.