DCC GARCH model

I'm trying to run this code for DCC GARCH in Rstudio:
spec1=dccspec(uspec = multispec(replicate(2,uspec)), dccOrder = c(1,1), distribution ="mvnorm")
This is the result I am getting:
Error in dccspec(uspec = multispec(replicate(2, uspec)), dccOrder = c(1, : could not find function "dccspec
Someone knows how to solve this problem? Thanks.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.