powered by
"plot"(x, which = c("all", "logsdf", "loglogsdf", "res"), mainQ = TRUE, subQ = TRUE, lag.max = 30, ...)
artfima
z <- artsim(n=500, d=5/6, lambda=0.045) ans <- artfima(z) plot(ans) plot(ans, which="loglogsdf", subQ=FALSE, mainQ=FALSE) title(main="Simulated Series", sub="delta=5/6")
Run the code above in your browser using DataLab