tf: Calculates some transfer functions.

Description Usage Arguments

Description

Calculates some transfer functions.

Usage

1
2
3
4
5
tf(y, x, nw = 4, k = 7, nFFTy = NULL, centre = "none", dty = 1,
  dtx = 1, blockSizey = NULL, overlap = 0, cohSigLev = 0.99,
  nOffAllowed = 1, forceZeroOffset = TRUE, freqRange = NULL,
  maxFreqOffset = 0, deadBand = NULL, decorrelate = NULL,
  nDecorOffAllowed = NULL)

Arguments

y

A single column data.frame containing the response time-series.

x

A data.frame containing the predictor time-series.

nOffAllowed

An integer representing the number of offsets, including the zero-offset, to be used in the transfer function estimation.

decorrelate

A vector containing the names of the predictors (columns of x) in the order of the iterative regression.

deadband

A vector of two values indicating the start and end of the deadband to remove from the coherence matrix - this doesn't work if freqRange[1] != 0 - also, you're going to get errors if you run this when maxFreqOffset == 0.


driegert/transfer3 documentation built on May 3, 2019, 8:33 p.m.