R/coef.mlgarch.R

Defines functions coef.mlgarch

Documented in coef.mlgarch

coef.mlgarch <-
function(object, varma=FALSE, ...)
{
  if(varma){
    result <- object$par.varma
  }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.