View source: R/BivariateDCCGARCH.R
BivariateDCCGARCH | R Documentation |
This function multiple Bivariate DCC-GARCH models that captures more accurately conditional covariances and correlations
BivariateDCCGARCH( x, spec, copula = "mvt", method = "Kendall", transformation = "parametric", time.varying = TRUE, asymmetric = FALSE )
x |
zoo dataset |
spec |
A cGARCHspec A cGARCHspec object created by calling cgarchspec. |
copula |
"mvnorm" or "mvt" (see, rmgarch package) |
method |
"Kendall" or "ML" (see, rmgarch package) |
transformation |
"parametric", "empirical" or "spd" (see, rmgarch package) |
time.varying |
Boolean value to either choose DCC-GARCH or CCC-GARCH |
asymmetric |
Whether to include an asymmetry term to the DCC model (thus estimating the aDCC). |
Estimate Bivariate DCC-GARCH
David Gabauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.