Learn R Programming

tfarima (version 0.3.2)

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"), ...)

Arguments

object

an object of class um.

z

an object of class ts.

method

exact or conditional.

...

additional arguments.

Value

The exact or conditional log-likelihood.