powered by
Plot method for fitACS
# S3 method for fitACS plot(x, ...)
fitACS obbject
other args
x <- AR1(1000, .8) acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1)) plot(acsfit)
Run the code above in your browser using DataLab