R/R_dcc.R

Defines functions dcc.est

Documented in dcc.est

# computing DCC

dcc.est <- function(dvar, param){
   uncR <- cov(dvar)
   out <- .Call("dcc_est", dvar, uncR, param[1], param[2])
   list(DCC=out[[1]], Q=out[[2]])
}

Try the ccgarch package in your browser

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

ccgarch documentation built on May 29, 2017, 12:58 p.m.