powered by
PlotARSdf(phi = NULL, theta = NULL, units = "radial", logSdf = FALSE, InnovationVariance = 1, main = NULL, sub = NULL, lwd=3, col="blue", plotQ=TRUE, ...)
ARSdf
#AR(1) PlotARSdf(0.8) #MA(1) PlotARSdf(theta=0.8) #ARMA(1,1) PlotARSdf(0.9,0.5) #white noise PlotARSdf()
Run the code above in your browser using DataLab