Hey everyone!
I sincerely, in advance, thank for any help and/or response I receive on this post.
Disclaimer: I work with RStudio.
Context:
I am currently writing my Master’s thesis, in which I have opted to investigate Bitcoin’s relation to other indices / commodities. The selected few are currently
- Bitcoin (well duh).
- A “regular” commodity index
- A power/energy commodity index
- A non-energy commodity index
- S&P 500
- Gold (mostly for comparison purposes).
I am interested in pairs of Bitcoin + X index/commodity, and I am investigating whether we can find proof of safe haven effects during market turmoil, and whether Bitcoin can be used as a hedge against the various indices or if its merely a diversifier.
I have defined both the univariate and the multivariate GARCH model, and gotten the pairwise DCC plots.
The multivariate output is currently a large table of the parameters: mu, ar1, omega, alpha1 and beta1 - for all the time series, and a DCCA1 and a DCCB1.
However, as I am interested in the pairwise correlations, should i really be doing the multivariate pairwise aswell, or is it irrelevant as long as I am able to extract the pairwise DCC (which I am able to).
At this point the main issue at hand is how to use the DCC further, how do I actually investigate the pairs and their relation & properties? I would assume a regression analysis of some kind, but how do I go about doing this?
Another disclaimer:
I am not interested in the prediction aspect of GARCH, as we I am strictly looking at historical data.
If you made it this far, you have my thanks!