my data set compromises 7 monthly indices spanning over 20 years. Monthly returns of each index is stored under variable "returns".
I would like to model the return on each asset class separately following a t-distribution, and then impose a dependence structure by using a t copula, which is supposed to give me a multivariate t-distribution. In addition, I would like to model the return process of each asset class using a normal distribution and then impose the dependence structure using a Gaussian copula. This in turn is supposed to give me a multivariate normal distribution. The two approaches are conducted in order calculate CVaR and to see which approach has a higher risk estimate.
Does anyone know how to "combine" a t-distribtution with a t copula in matlab??
Any help is much appreciated.
Best