tfest
provides preestimates of the transfer function
between an output and an input.
tfest(
y,
x,
delay = 0,
p = 1,
q = 2,
um.y = NULL,
um.x = NULL,
n.back = NULL,
par.prefix = "",
envir = NULL
)
output, a ts object or a numeric vector.
input, a ts object or a numeric vector.
integer.
order of the AR polynomial, integer
order of the MA polynomial, integer.
univariate model for output, um object or NULL.
univariate model for input, um object or NULL.
number of backcasts.
prefix name for parameters.
environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used.
A "tf" S3 object