Learn R Programming

tfarima (version 0.4.1)

ccf.tfm: Cross-correlation check

Description

ccf displays ccf between prewhitened inputs and residuals.

Usage

ccf.tfm(
  x,
  lag.max = NULL,
  method = c("exact", "cond"),
  envir = parent.frame(),
  ...
)

Arguments

x

a tfm object.

lag.max

number of lags.

method

Exact/conditional residuals.

envir

environment in which the function arguments are evaluated.

...

additional arguments.