logLik.um: Log-likelihood of an ARIMA model
Description
logLik computes the exact or conditional log-likelihood of object of
the class um.
Usage
# S3 method for um
logLik(object, z = NULL, method = c("exact", "cond"), ...)Value
The exact or conditional log-likelihood.
Arguments
- object
an object of class um.
- z
an object of class ts.
- method
exact or conditional.
- ...
additional arguments.