powered by
This function computes the distribution function a non-central squared copula
NCSCopCdf(u, family, param, dof = NULL)
(nx2) data matrix of pseudo-observations.
'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'.
c(a1,a2,tau) where a1,a2 are the non-negative non-centrality
degrees of freedom of the Student copula (if needed).
Non-central squared copula evaluated at points u.
# NOT RUN { param = c(0.8,2.5,0.7); u = matrix(c(0.2,0.6,0.3,0.5,0.7,0.9),ncol=2,byrow=TRUE); cdf=NCSCopCdf(u,'Clayton',param); # }
Run the code above in your browser using DataLab