[R] Model Based Bootstrap of an MA(1)-Modell (with R-code)!

2009-01-31 Thread Andreas Klein
Hello. I want to calculate percentile intervals for the coefficient of an MA(1)-Model, but it doesn't work. Code for model based bootstrap based upon a MA(1)-Modell and building a bootseries recursivley (takes around 4 minutes to compute): y <- arima.sim(100,model=list(order=c(0,0,1),ma=0.5

[R] Model Based Bootstrap

2008-05-06 Thread Andreas Klein
Hello. Has anyone any idea how a function would look like of a model based bootstrap, when the underlying time series follows an ARIMA(1,1,1)-process? A pure AR-process is no problem, but what is, if the time series need to be differentiated of order one or above and the additional MA-part? Sam