Learn R Programming

UComp (version 4.0.1)

ident: ident

Description

Autocorrelation functions of a time series

Usage

ident(y, nCoef = min(37, floor(length(y)/4)), nPar = 0, runFromTests = FALSE)

Value

A vector with all the dimensions

Arguments

y

a vector, ts or tsibble object

nCoef

number of autocorrelation coefficients to estimate

nPar

number of parameters in a model if y is a residual

runFromTests

internal check

Author

Diego J. Pedregal

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, cusum, varTest, conv, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, tsDisplay, size

Examples

Run this code
ident(AirPassengers)

Run the code above in your browser using DataLab