Acf: Autocorrelation and partial autocorrelation functions for...

Description Usage Arguments Examples

Description

This function is a wrapper for R native functions 'acf' and 'pacf' which provides better plots.

Usage

1
Acf(x, lag.max = NULL, ...)

Arguments

x

A univariate time series

lag.max

(optional) Maximum lag at which to calculate the acf and pacf

...

Further arguments to be passed to 'acf' and 'pacf'

Examples

1
2
3
e <- rnorm(1000)
x <- filter(e, c(.5, .3), method="recursive")
Acf(x)

fcheysson/Acf documentation built on May 26, 2019, 3:31 a.m.