The test ks2Test
performs a Kolmogorov-Smirnov two sample
test that the two data samples, x
and y
, come from the
same distribution, not necessarily a normal distribution. That means
that it is not specified what that common distribution is.
ks2Test
calls several times base R's ks.test
p-values for all three alternatives (two-sided, less, and greater),
as well as the exact p-value for the two-sided case.
Note that the p-values are computed under a hypothesis of i.i.d.,
which is rarely the case for time series. So, the results should be
interpreted cautiosly if that is the case. The same applies when the
data are residuals from fitted models.