| residuals.tfm | R Documentation |
Computes exact or conditional residuals from a fitted transfer function model.
## S3 method for class 'tfm'
residuals(
object,
y = NULL,
method = c("exact", "cond"),
envir = parent.frame(),
...
)
object |
A fitted |
y |
Optional |
method |
Character: "exact" estimates presample values to compute residuals; "cond" fixes presample values at zero. |
envir |
Environment for evaluation. NULL uses calling environment. |
... |
Currently unused. |
A ts object containing model residuals with the same
time series attributes as the output series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.