logLik.um {tfarima} | R Documentation |
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 class 'um'
logLik(object, z = NULL, method = c("exact", "cond"), ...)
Arguments
object |
an object of class |
z |
an object of class |
method |
exact or conditional. |
... |
additional arguments. |
Value
The exact or conditional log-likelihood.
[Package tfarima version 0.3.2 Index]