logLik.ARmdl: Log likelihood for autoregressive model
Description
This function is used to compute the log-likelihood for an autoregressive model.
Usage
# S3 method for ARmdl
logLik(object, ...)
Value
Log-likelihood value.
Arguments
- object
any object from which a log-likelihood value, or a
contribution to a log-likelihood value, can be extracted.
- ...
some methods for this generic function require additional
arguments.