I'm trying to build bootstrapped confidence intervals for a correlation coefficient between two non-stationary time series in R. I'm currently using the moving blocks bootstrapping method from the tsboot package, but I read that it is actually not that well-suited for non-stationary time-series. Is there to handle this in the tsboot package, or some other package? I read this paper: https://www.sciencedirect.com/science/article/pii/S1631073X02025785
Here they deal with it by selecting only blocks that are ‘near’x in the original series, but I cannot find a application of this in the boot package in R and have no clue how to code this myself. So if someone has any suggestion how to handle this, thanks in advance!