ftdersP {CopulaGAMM} | R Documentation |
Derivatives C(u|v), C'_dl(u|v), c(u,v), c'_dl(u,v), c'_u(u,v) for the linking copula
ftdersP(u, v, cpar, dfC, du = FALSE)
u |
vector of values in (0,1) |
v |
conditioning variable in (0,1) |
cpar |
copula parameter in (-1,1) |
dfC |
degrees of freedom |
du |
logical value (default = FALSE) for the derivative of the copula density with respect to u |
out |
Matrix of conditional cdf, pdf, and derivatives with respect to parameter |
Pavel Krupskii and Bruno N. Remillard, January 20, 2022
out = ftdersP(0.3,0.5,2,25,TRUE)