R/coef.lgarch.R

Defines functions coef.lgarch

Documented in coef.lgarch

coef.lgarch <-
function(object, arma=FALSE, ...)
{
  if(arma){
    result <- object$par.arma
  }else{
    result <- object$par
  }
  return(result)
}

Try the lgarch package in your browser

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

lgarch documentation built on May 1, 2019, 6:33 p.m.