fpladers {CopulaGAMM} | R Documentation |
Plackett copula cdf/pdf and ders
Description
Derivatives C(u|v), C'_dl(u|v), c(u,v), c'_dl(u,v), c'_u(u,v) for the linking copula
Usage
fpladers(u, v, cpar, du = FALSE)
Arguments
u |
vector of values in (0,1) |
v |
conditioning variable in (0,1) |
cpar |
copula parameter > 0 |
du |
logical value (default = FALSE) for the derivative of the copula density with respect to u |
Value
out |
Matrix of conditional cdf, pdf, and derivatives with respect to parameter |
Author(s)
Pavel Krupskii and Bruno N. Remillard, January 20, 2022
Examples
out = fpladers(0.3,0.5,2,TRUE)
[Package CopulaGAMM version 0.4.1 Index]