powered by
stats::acf
Calculate confidence interval for stats::acf
# S3 method for acf confint(x, ci = 0.95, ci.type = "white")
vector
stats::acf instance
Float value for confidence interval
"white" or "ma"
if (FALSE) { air.acf <- acf(AirPassengers, plot = FALSE) ggfortify:::confint.acf(air.acf) ggfortify:::confint.acf(air.acf, ci.type = 'ma') }
Run the code above in your browser using DataLab