powered by
fitACS
Displays the empirical ACF alongside the fitted theoretical autocorrelation structure.
# S3 method for fitACS plot(x, ...)
a ggplot object (invisibly returned; also printed)
ggplot
a fitACS object returned by fitACS
currently unused
x <- arima.sim(model = list(ar = 0.8), n = 1000) acsfit <- fitACS(acf(x, plot = FALSE)$acf, "weibull", c(1, 1)) plot(acsfit)
Run the code above in your browser using DataLab