logLik.um: Log-likelihood of an ARIMA model

View source: R/um.R

logLik.umR 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 um.

z

an object of class ts.

method

exact or conditional.

...

additional arguments.

Value

The exact or conditional log-likelihood.


tfarima documentation built on May 20, 2022, 5:06 p.m.