Computes the log-likelihood for a fitted transfer function model.
# S3 method for tfm
logLik(
object,
y = NULL,
method = c("exact", "cond"),
envir = parent.frame(),
...
)Numeric value of the log-likelihood.
A fitted tfm object.
Optional ts object for alternative output series.
Character: "exact" estimates presample values; "cond" fixes presample values at zero.
Environment for evaluation.
Additional arguments (currently unused).
tfm, fit.tfm, AIC.tfm