acf_vec: Estimate the sample autocorrelation of a numeric vector

View source: R/corr.R

acf_vecR Documentation

Estimate the sample autocorrelation of a numeric vector

Description

acf_vec estimates the sample autocorrelation function of a numeric vector.

Usage

acf_vec(x, lag_max = 24, ...)

Arguments

x

Numeric vector.

lag_max

Maximum lag as integer.

...

Further arguments passed to stats::acf().

Value

x Numeric vector.


ahaeusser/tscv documentation built on July 26, 2023, 3:18 p.m.