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
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
2 matches
Mail list logo