ggfortify (version 0.4.7)

confint.acf: Calcurate confidence interval for stats::acf

Description

Calcurate confidence interval for stats::acf

Usage

# S3 method for acf
confint(x, ci = 0.95, ci.type = "white")

Arguments

x

stats::acf instance

ci

Float value for confidence interval

ci.type

"white" or "ma"

Value

vector

Examples

Run this code
# 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