Dear all,
I have trouble finding a correct methodology to investigate if two time series are significantly different.
The data is e.g. two time series vectors with 1000 samples each.
The standard T-Test in R provides reasonable results, however when I use the "paired = TRUE" option, as I should (I guess, as the data is not independent in a time series?), also almost identical time series data is characterized as significantly different:
t = 30.831, df = 1000, p-value < 0.00000000000000022
please point me how to correctly analyze such data :-)
thank you!