Perform a two sample invariance test for a time series.
ks_test_ts(
x,
ci = 0.05,
idx_split,
min_quantile = 0.015,
max_quantile = 0.985,
seed = 1,
plot = FALSE
)a vector.
p.value for rejection.
Index used for splitting the time series. If missing will be random sampled.
minimum quantile for the grid of values.
maximum quantile for the grid of values.
random seed for two sample test.
when TRUE a plot is returned, otherwise a tibble.