I am trying to write a code (I am using MATLAB) for estimating the goodness of fit of the copula based on a Rosenblatt transformation ( Dobrić and Schmid 2007, http://dx.doi.org/10.1016/j.csda.2006.08.012) my question is this:
In the algorithm it says: "Generate i.i.d. observations from the copula with parameter theta (I can't use copularnd function because it only covers a few families). If my copula is bi-variate like C(u,v, theta) how can I generate these i.i.d. observations? what will be my input to copula function?
Thanks
normrnd) and they plug u1 into inverse CDF function of copula to generate u2 but I have no idea how can I drive that function – Fred Nov 04 '13 at 23:57