logLik: Extract Log-Likelihood

logLik.tsgarch.estimateR Documentation

Extract Log-Likelihood

Description

Extract the log likelihood of the model at the estimated optimal parameter values.

Usage

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

Arguments

object

an object of class “tsgarch.estimate”.

...

not currently used.

Value

An object of class “logLik” with attributes for “nobs” and “df”. The latter is equal to the number of estimated parameters plus 1 (the variance initialization value).


tsgarch documentation built on Oct. 12, 2024, 1:07 a.m.