logLik.tsdistribution.estimate: Extract Log-Likelihood

View source: R/methods.R

logLik.tsdistribution.estimateR Documentation

Extract Log-Likelihood

Description

Extract Log-Likelihood

Usage

## S3 method for class 'tsdistribution.estimate'
logLik(object, ...)

## S3 method for class 'tsdistribution.spdestimate'
logLik(object, ...)

Arguments

object

an object of class tsdistribution.estimate.

...

other arguments.

Value

An object of class logLik. This is a number with at least one attribute, “df” (degrees of freedom), giving the number of (estimated) parameters in the model.


tsdistributions documentation built on June 8, 2025, 11:20 a.m.