residuals
computes the exact or conditional residuals of a TF model.
# S3 method for tfm
residuals(object, y = NULL, method = c("exact", "cond"), envir = NULL, ...)
a tfm
object.
output of the TF model (if it is different to that of the "tfm" object).
a character string specifying the method to compute the residuals, exact or conditional.
environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used.
additional arguments.
A "ts" object.