R/logLik.tegarch.R

logLik.tegarch <-
function(object, ...)
{
out <- object$objective
attr(out, "nobs") <- length(object$y)
attr(out, "df") <- length(object$par)
class(out) <- "logLik"
return(out)
}

Try the betategarch package in your browser

Any scripts or data that you put into this service are public.

betategarch documentation built on May 2, 2019, 10:15 a.m.