powered by
stats::acf
Calcurate confidence interval for stats::acf
# S3 method for acf confint(x, ci = 0.95, ci.type = "white")
stats::acf instance
Float value for confidence interval
"white" or "ma"
vector
# NOT RUN { 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