scatterACF: Scatterplot of Two Selected-lag Autocorrelation Functions

scatterACFR Documentation

Scatterplot of Two Selected-lag Autocorrelation Functions

Description

Scatterplot of two selected-lag ACFs.

Usage

scatterACF(x, lags = c(1, 2))

Arguments

x

T by k data matrix: T data points in rows with each row being data at a given time point, and k time series in columns.

lags

Set of lags. Default values are 1, 2.

Value

A list containing:

  • acf1 - Autocorrelation function of order lags[1].

  • acf2 - Autocorrelation function of order lags[2].

Examples

data(TaiwanAirBox032017)
output <- scatterACF(TaiwanAirBox032017[,1:100])

SLBDD documentation built on April 27, 2022, 5:08 p.m.

Related to scatterACF in SLBDD...