powered by
The function simulates a piecewise constant AR(2) model with multiple change-points
sim.pw.ar2(N, sd_u, b.slope, b.slope2, br.loc)
Length of the series
A vector of the innovation standard deviation for every segment
A vector of the AR(1) coefficients
A vector of the AR(2) coefficients
A vector with the location of the change-points
A simulated series
# NOT RUN { cps=c(512,754) y=sim.pw.ar2(N =1024,sd_u = 1,b.slope=c(0.9,1.68,1.32), b.slope2 = c(0.0,-0.81,-0.81),br.loc = cps)[[2]] ts.plot(y) abline(v=cps,col="red") # }
Run the code above in your browser using DataLab