Displaying 1 result from an estimated 1 matches for "udatac".
Did you mean:
udata
2007 Jul 26
0
Fit t Copula
Hi, I am trying to fit t copula to some data, and I am using the following
function in the library(QRMlib).
Udatac <- apply(datac, 2, edf,adjust=1)
tcopulac <- fit.tcopula.rank(Udatac)
But the error message come out "Error in fit.tcopula.rank(Udatac) : Non
p.s.d. covariance matrix"
Could anyone give me some advice? In fact, I am not sure what the "adjust=1"
is used for.
Many thanks....