R/as_vector.R

setMethod("as.vector", signature(x="COGprm"),
          function(x) {theta<-c(x@beta,x@eta,x@phi)
          names(theta)<-c("beta","eta","phi")
          theta}
          )

Try the COGARCH package in your browser

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

COGARCH documentation built on May 2, 2019, 5:28 p.m.