| plot.fitACS | R Documentation |
fitACS objectsDisplays the empirical ACF alongside the fitted theoretical autocorrelation structure.
## S3 method for class 'fitACS'
plot(x, ...)
x |
a |
... |
currently unused |
a ggplot object (invisibly returned; also printed)
fitACS
x <- arima.sim(model = list(ar = 0.8), n = 1000)
acsfit <- fitACS(acf(x, plot = FALSE)$acf, "weibull", c(1, 1))
plot(acsfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.