I have a time series on returns which is approximately 20 year long. Based on this time series, I want to compute somekind of a moving bootstrap to calculate the mean returns for every observation.
Let me demonstrate this on an example:
Let´s say we have information starting at 01.01.1990
and I want to compute the means with bootstrap starting at 02101.1991
.
At 01.01.1991
I want to comupte the mean based on the returns between 01.01.1991-01.01.1990.
Then, on 02.10.1991
I also want to take into account the return of 02.01.1991
and therefore want to calculate the mean with bootstrap based on the returns from 01.01.1990-02.01.1991.
To sum up, the data for my bootstrap should increase by 1 through the time series.
I hope that you can understand what I am trying to say. I would appreciate any help.
Cheers Sven