powered by
Evaluates the copula density at given points (u,v)#'
dcop(u, v, family, rot = 0, cpar, dfC = NULL)
Copula density
Vector of pdf values
vector of values in (0,1)
conditioning variable in (0,1)
copula family: "gaussian" ("normal), "t", "clayton", "frank", "fgm", "galambos", "gumbel", "joe", "huesler-reiss", "plackett".
rotation: 0 (default), 90, 180 (survival), or 270
copula parameter
degrees of freedom for the Student copula (default is NULL)
Pavel Krupskii and Bruno Remillard Mai 1, 2023
out = dcop(0.3,0.7,"clayton",270,2)
Run the code above in your browser using DataLab